Trace number 1060998

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.07 1820.86

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-55.xml
MD5SUM8ee2641ad289b185e0bf8bb3e7ef9972
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5500
Number of constraints210
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 02:02:48 2008
0.00/0.05	c 0	PID 25871
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060998-1215129768.xml TO HOME/temp.csp
0.00/0.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060998-1215129768.xml' 'HOME/temp.csp'
0.03/0.68	c 1	1 domains, 5500 variables, 2 predicates, 0 relations, 210 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.80	c 1	Parsing HOME/temp.csp
1.20/1.35	c 2	parsed 5713 expressions
1.20/1.35	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.35	c 2	Converting to clausal form CSP
1.20/1.38	c 2	converted 572 (10%) expressions
1.20/1.39	c 2	converted 1143 (20%) expressions
1.31/1.40	c 2	converted 1714 (30%) expressions
1.31/1.41	c 2	converted 2286 (40%) expressions
1.31/1.41	c 2	converted 2857 (50%) expressions
1.31/1.41	c 2	converted 3428 (60%) expressions
1.31/1.41	c 2	converted 4000 (70%) expressions
1.31/1.41	c 2	converted 4571 (80%) expressions
1.31/1.41	c 2	converted 5142 (90%) expressions
2.28/2.47	c 3	converted 5713 (100%) expressions
2.28/2.48	c 3	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 29
2.28/2.48	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.48	c 3	Propagation in CSP
2.59/2.75	c 3	21300 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.75	c 3	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 26
2.59/2.75	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.77	c 3	Simplifing CSP by introducing new Boolean variables
2.59/2.78	c 3	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 26
2.59/2.78	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.68/2.89	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.92	c 3	1608 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.78/2.92	c 3	3216 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.78/2.93	c 3	4824 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.78/2.94	c 3	6432 (40%) CSP integer variables are encoded (3624 clauses, 47261 bytes)
2.78/2.95	c 3	8040 (50%) CSP integer variables are encoded (9922 clauses, 141731 bytes)
2.78/2.96	c 3	9648 (60%) CSP integer variables are encoded (16220 clauses, 236201 bytes)
2.78/2.97	c 3	11256 (70%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.78/2.98	c 3	12864 (80%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.78/2.98	c 3	14472 (90%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.78/2.98	c 3	16080 (100%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.98/3.11	c 4	2137 (10%) CSP clauses are encoded (57495 clauses, 934630 bytes)
2.98/3.19	c 4	4274 (20%) CSP clauses are encoded (94320 clauses, 1653625 bytes)
3.08/3.29	c 4	6411 (30%) CSP clauses are encoded (131137 clauses, 2372455 bytes)
3.18/3.37	c 4	8548 (40%) CSP clauses are encoded (167986 clauses, 3091920 bytes)
3.27/3.46	c 4	10685 (50%) CSP clauses are encoded (204739 clauses, 3809538 bytes)
3.27/3.48	c 4	12822 (60%) CSP clauses are encoded (208994 clauses, 3875058 bytes)
3.37/3.51	c 4	14959 (70%) CSP clauses are encoded (213247 clauses, 3940570 bytes)
3.37/3.53	c 4	17096 (80%) CSP clauses are encoded (217502 clauses, 4006784 bytes)
3.37/3.56	c 4	19233 (90%) CSP clauses are encoded (221755 clauses, 4073618 bytes)
3.37/3.58	c 4	21370 (100%) CSP clauses are encoded (226010 clauses, 4140478 bytes)
3.37/3.58	c 4	21370 CSP clauses encoded
3.37/3.58	c 4	Writing map file : HOME/temp.map
3.47/3.65	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.65	c 4	SAT : 36760 SAT variables, 226010 SAT clauses, 4140478 bytes
3.47/3.65	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.71	c 4	SOLVING HOME/temp.cnf
3.52/3.71	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.52/3.71	c 4	This is MiniSat 2.0 beta
3.52/3.71	c 4	WARNING: for repeatability, setting FPU to use double precision
3.52/3.71	c 4	============================[ Problem Statistics ]=============================
3.52/3.71	c 4	|                                                                             |
3.52/3.71	c 4	|  Number of variables:  36760                                                |
3.52/3.71	c 4	|  Number of clauses:    226010                                               |
3.55/3.83	c 4	|  Parsing time:         0.10         s                                       |
3.55/3.84	c 4	============================[ Search Statistics ]==============================
3.55/3.84	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.55/3.84	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.55/3.84	c 4	===============================================================================
3.55/3.84	c 4	|         0 |   36760   226010   589320 |    75336        0    nan |  0.000 % |
3.55/3.89	c 4	|       102 |   36760   226010   589320 |    82870      102    166 |  0.000 % |
3.55/3.97	c 4	|       252 |   36760   226010   589320 |    91157      252    108 |  0.000 % |
3.55/4.08	c 5	|       478 |   36760   226010   589320 |   100273      478     68 |  0.000 % |
3.55/4.17	c 5	|       817 |   36760   226010   589320 |   110300      817     62 |  0.000 % |
3.55/4.29	c 5	|      1324 |   36760   226010   589320 |   121330     1324     50 |  0.000 % |
4.22/4.42	c 5	|      2084 |   36760   226010   589320 |   133463     2084     40 |  0.000 % |
4.42/4.61	c 5	|      3225 |   36760   226010   589320 |   146809     3225     31 |  0.000 % |
4.72/4.98	c 5	|      4934 |   36760   226010   589320 |   161490     4934     49 |  0.000 % |
5.31/5.56	c 6	|      7496 |   36760   226010   589320 |   177639     7496     53 |  0.000 % |
5.80/6.06	c 7	|     11340 |   36760   226010   589320 |   195403    11340     42 |  0.000 % |
6.99/7.29	c 8	|     17106 |   36760   226010   589320 |   214944    17106     49 |  0.000 % |
9.96/10.20	c 11	|     25757 |   36760   226010   589320 |   236438    25757     58 |  0.000 % |
13.03/13.30	c 14	|     38731 |   36760   226010   589320 |   260082    38731     51 |  0.000 % |
23.42/23.86	c 24	|     58194 |   36760   226010   589320 |   286090    58194     70 |  0.000 % |
33.42/34.00	c 34	|     87386 |   36760   226010   589320 |   314699    87386     61 |  0.000 % |
73.24/74.19	c 75	|    131175 |   36760   226010   589320 |   346169   131175     91 |  0.000 % |
119.88/121.21	c 122	|    196859 |   36760   226010   589320 |   380786   196859     72 |  0.000 % |
239.25/241.71	c 242	|    295385 |   36760   226010   589320 |   418865   295385     68 |  0.000 % |
649.11/655.58	c 656	|    443174 |   36760   226010   589320 |   460752    28525    164 |  0.000 % |
1065.97/1076.42	c 1077	|    664858 |   36760   226010   589320 |   506827   250209    115 |  0.000 % |
1681.20/1700.80	c 1701	|    997383 |   36760   226010   589320 |   557510    82407     93 |  0.000 % |
1800.07/1820.82	c ERROR INTERRUPTED
1800.07/1820.85	s UNKNOWN
1800.07/1820.85	c 1821	CPU 3.38 (0.03 0.01 3.35 0.16)
1800.07/1820.85	c 1821	END Fri Jul  4 02:33:09 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060998-1215129768/watcher-1060998-1215129768 -o /tmp/evaluation-result-1060998-1215129768/solver-1060998-1215129768 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1060998-1215129768.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 25871
/proc/meminfo: memFree=1564328/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=18572 CPUtime=0
/proc/25871/stat : 25871 (runsolver) R 25869 25871 23396 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 997381461 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25871/statm: 4643 292 257 25 0 2626 0

[startup+0.058102 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 25871
/proc/meminfo: memFree=1564328/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.03
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 997381461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102753 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 25871
/proc/meminfo: memFree=1564328/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.03
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 997381461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301122 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 25871
/proc/meminfo: memFree=1564328/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.03
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 997381461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702165 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 25871
/proc/meminfo: memFree=1564328/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.03
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 997381461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 2.08 2.04 2.01 4/95 25893
/proc/meminfo: memFree=1556688/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.65
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 973 5359 0 1 3 0 58 4 15 0 1 0 997381461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 797 370 3 0 500 0
[pid=25884] ppid=25871 vsize=5356 CPUtime=0
/proc/25884/stat : 25884 (sh) S 25871 25871 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997381533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25884/statm: 1339 233 193 169 0 50 0
[pid=25885] ppid=25884 vsize=864344 CPUtime=0.75
/proc/25885/stat : 25885 (java) S 25884 25871 23396 0 -1 0 4524 0 1 0 72 3 0 0 18 0 9 0 997381533 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25885/statm: 216086 3959 1732 9 0 210661 0
[pid=25885/tid=25886] ppid=25884 vsize=864344 CPUtime=0.58
/proc/25885/task/25886/stat : 25886 (java) R 25884 25871 23396 0 -1 64 2663 0 1 0 56 2 0 0 18 0 9 0 997381534 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4125925085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25887] ppid=25884 vsize=864344 CPUtime=0.04
/proc/25885/task/25887/stat : 25887 (java) S 25884 25871 23396 0 -1 64 806 0 0 0 4 0 0 0 16 0 9 0 997381536 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25888] ppid=25884 vsize=864344 CPUtime=0
/proc/25885/task/25888/stat : 25888 (java) S 25884 25871 23396 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 997381536 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25889] ppid=25884 vsize=864344 CPUtime=0
/proc/25885/task/25889/stat : 25889 (java) S 25884 25871 23396 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 997381536 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25890] ppid=25884 vsize=864344 CPUtime=0
/proc/25885/task/25890/stat : 25890 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997381538 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25891] ppid=25884 vsize=864344 CPUtime=0.11
/proc/25885/task/25891/stat : 25891 (java) S 25884 25871 23396 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 997381538 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25892] ppid=25884 vsize=864344 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 997381538 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25893] ppid=25884 vsize=864344 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997381538 885088256 3959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883300

[startup+3.10167 s]
/proc/loadavg: 2.08 2.04 2.01 4/95 25893
/proc/meminfo: memFree=1541456/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=0.65
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 974 5359 0 1 3 0 58 4 15 0 1 0 997381461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 797 370 3 0 500 0
[pid=25884] ppid=25871 vsize=5356 CPUtime=0
/proc/25884/stat : 25884 (sh) S 25871 25871 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997381533 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25884/statm: 1339 233 193 169 0 50 0
[pid=25885] ppid=25884 vsize=868552 CPUtime=2.33
/proc/25885/stat : 25885 (java) S 25884 25871 23396 0 -1 0 10074 0 1 0 226 7 0 0 18 0 9 0 997381533 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25885/statm: 217138 9112 2565 9 0 211685 0
[pid=25885/tid=25886] ppid=25884 vsize=868552 CPUtime=1.52
/proc/25885/task/25886/stat : 25886 (java) R 25884 25871 23396 0 -1 64 2954 0 1 0 149 3 0 0 18 0 9 0 997381534 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25887] ppid=25884 vsize=868552 CPUtime=0.5
/proc/25885/task/25887/stat : 25887 (java) S 25884 25871 23396 0 -1 64 4911 0 0 0 48 2 0 0 15 0 9 0 997381536 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25888] ppid=25884 vsize=868552 CPUtime=0
/proc/25885/task/25888/stat : 25888 (java) S 25884 25871 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997381536 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25889] ppid=25884 vsize=868552 CPUtime=0
/proc/25885/task/25889/stat : 25889 (java) S 25884 25871 23396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 997381536 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25890] ppid=25884 vsize=868552 CPUtime=0
/proc/25885/task/25890/stat : 25890 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997381538 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25891] ppid=25884 vsize=868552 CPUtime=0.27
/proc/25885/task/25891/stat : 25891 (java) S 25884 25871 23396 0 -1 64 1516 0 0 0 27 0 0 0 16 0 9 0 997381538 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25892] ppid=25884 vsize=868552 CPUtime=0
/proc/25885/task/25892/stat : 25892 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 997381538 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25885/tid=25893] ppid=25884 vsize=868552 CPUtime=0
/proc/25885/task/25893/stat : 25893 (java) S 25884 25871 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997381538 889397248 9112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887508

[startup+6.30174 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 25895
/proc/meminfo: memFree=1543376/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 15 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=16544 CPUtime=2.55
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 3868 0 0 0 253 2 0 0 25 0 1 0 997381832 16941056 3854 996147200 134512640 135127466 4294956272 18446744073709551615 134521447 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 4136 3854 76 150 0 3983 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 35500

[startup+12.7014 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 25895
/proc/meminfo: memFree=1536400/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=22992 CPUtime=8.88
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 5488 0 0 0 885 3 0 0 25 0 1 0 997381832 23543808 5474 996147200 134512640 135127466 4294956272 18446744073709551615 134530879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 5748 5474 76 150 0 5595 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 41948

[startup+25.5027 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 25895
/proc/meminfo: memFree=1524880/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=34544 CPUtime=21.55
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 8337 0 0 0 2150 5 0 0 25 0 1 0 997381832 35373056 8323 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 8636 8323 76 150 0 8483 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 53500

[startup+51.1024 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 25895
/proc/meminfo: memFree=1505744/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=53924 CPUtime=46.9
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 13186 0 0 0 4679 11 0 0 25 0 1 0 997381832 55218176 13172 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 13481 13172 76 150 0 13328 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 72880

[startup+102.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 25895
/proc/meminfo: memFree=1482896/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=76188 CPUtime=97.62
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 18739 0 0 0 9744 18 0 0 25 0 1 0 997381832 78016512 18725 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 19047 18725 76 150 0 18894 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 95144

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 25895
/proc/meminfo: memFree=1466448/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0

################
# More data... #
################

/proc/meminfo: memFree=1297352/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=217548 CPUtime=1284.28
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 53809 0 0 0 128369 59 0 0 25 0 1 0 997381832 222769152 53795 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 54387 53795 76 150 0 54234 0
Current children cumulated CPU time (s) 1287.83
Current children cumulated vsize (KiB) 236504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25906
/proc/meminfo: memFree=1286536/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=228452 CPUtime=1343.11
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 56512 0 0 0 134250 61 0 0 25 0 1 0 997381832 233934848 56498 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 57113 56498 76 150 0 56960 0
Current children cumulated CPU time (s) 1346.66
Current children cumulated vsize (KiB) 247408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25906
/proc/meminfo: memFree=1275208/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=239960 CPUtime=1401.95
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 59357 0 0 0 140131 64 0 0 25 0 1 0 997381832 245719040 59343 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 59990 59343 76 150 0 59837 0
Current children cumulated CPU time (s) 1405.5
Current children cumulated vsize (KiB) 258916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25906
/proc/meminfo: memFree=1264648/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=251248 CPUtime=1460.79
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 61959 0 0 0 146012 67 0 0 25 0 1 0 997381832 257277952 61945 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 62812 61945 76 150 0 62659 0
Current children cumulated CPU time (s) 1464.34
Current children cumulated vsize (KiB) 270204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25906
/proc/meminfo: memFree=1254920/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=261012 CPUtime=1519.62
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 64366 0 0 0 151893 69 0 0 25 0 1 0 997381832 267276288 64352 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 65253 64352 76 150 0 65100 0
Current children cumulated CPU time (s) 1523.17
Current children cumulated vsize (KiB) 279968

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25949
/proc/meminfo: memFree=1322088/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=270964 CPUtime=1579.37
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 66845 0 0 0 157865 72 0 0 25 0 1 0 997381832 277467136 66831 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25895/statm: 67741 66831 76 150 0 67588 0
Current children cumulated CPU time (s) 1582.92
Current children cumulated vsize (KiB) 289920

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 25949
/proc/meminfo: memFree=1317672/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=275352 CPUtime=1639.35
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 67937 0 0 0 163862 73 0 0 25 0 1 0 997381832 281960448 67923 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/25895/statm: 68838 67923 76 150 0 68685 0
Current children cumulated CPU time (s) 1642.9
Current children cumulated vsize (KiB) 294308

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25949
/proc/meminfo: memFree=1317480/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=275352 CPUtime=1698.95
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 67941 0 0 0 169822 73 0 0 25 0 1 0 997381832 281960448 67927 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 68838 67927 76 150 0 68685 0
Current children cumulated CPU time (s) 1702.5
Current children cumulated vsize (KiB) 294308

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25949
/proc/meminfo: memFree=1317288/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=275352 CPUtime=1758.38
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 67942 0 0 0 175765 73 0 0 25 0 1 0 997381832 281960448 67928 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 68838 67928 76 150 0 68685 0
Current children cumulated CPU time (s) 1761.93
Current children cumulated vsize (KiB) 294308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25949
/proc/meminfo: memFree=1317288/2055920 swapFree=4180884/4192956
[pid=25871] ppid=25869 vsize=13600 CPUtime=3.55
/proc/25871/stat : 25871 (sugar) S 25869 25871 23396 0 -1 4194304 1034 15823 0 2 3 1 335 16 16 0 1 0 997381461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3400 799 370 3 0 500 0
[pid=25894] ppid=25871 vsize=5356 CPUtime=0
/proc/25894/stat : 25894 (sh) S 25871 25871 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997381832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25894/statm: 1339 232 193 169 0 50 0
[pid=25895] ppid=25894 vsize=275352 CPUtime=1796.52
/proc/25895/stat : 25895 (minisat) R 25894 25871 23396 0 -1 4194304 67942 0 0 0 179579 73 0 0 25 0 1 0 997381832 281960448 67928 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25895/statm: 68838 67928 76 150 0 68685 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 294308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25871 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=397483
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=179972
# CPU time returned by wait4() is 3.57746
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1820.86
CPU time (s): 1800.07
CPU user time (s): 1799.17
CPU system time (s): 0.9
CPU usage (%): 98.8585
Max. virtual memory (cumulated for all children) (KiB): 887648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.39748
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17201
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3151
involuntary context switches= 3119

runsolver used 2.05869 second user time and 6.26405 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 02:02:48
IDJOB=1060998
IDBENCH=54500
IDSOLVER=346
FILE ID=node2/1060998-1215129768
PBS_JOBID= 7877199
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-55.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060998-1215129768/watcher-1060998-1215129768 -o /tmp/evaluation-result-1060998-1215129768/solver-1060998-1215129768 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1060998-1215129768.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ee2641ad289b185e0bf8bb3e7ef9972
RANDOM SEED=1229883036

node2.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1564808 kB
Buffers:         74288 kB
Cached:         300536 kB
SwapCached:       5908 kB
Active:         261264 kB
Inactive:       161824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564808 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          65492 kB
Slab:            52780 kB
Committed_AS:  1566060 kB
PageTables:       2176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 02:33:11