Trace number 1056639

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.09 1803.13

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-6_ext.xml
MD5SUM00154bda0b1194082ab1d7418e06c63b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark828.509
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.63	c 0	Sugar v1-13 + HOME/minisat
0.01/0.63	c 0	BEGIN Thu Jul  3 19:21:03 2008
0.01/0.63	c 0	PID 20775
0.01/0.63	c 0	HOST node87.alineos.net
0.01/0.63	c 0	CONVERTING HOME/instance-1056639-1215105662.xml TO HOME/temp.csp
0.01/0.63	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056639-1215105662.xml' 'HOME/temp.csp'
1.23/3.32	c 3	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.23/3.36	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/3.36	c 3	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'
1.26/3.49	c 3	Parsing HOME/temp.csp
3.52/5.74	c 5	parsed 175 expressions
3.52/5.77	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.52/5.77	c 5	Converting to clausal form CSP
3.52/5.79	c 5	converted 18 (10%) expressions
3.58/5.83	c 5	converted 35 (20%) expressions
3.58/5.83	c 5	converted 53 (30%) expressions
3.58/5.87	c 5	converted 70 (40%) expressions
3.68/5.90	c 5	converted 88 (50%) expressions
3.68/5.99	c 5	converted 105 (60%) expressions
4.29/6.58	c 6	converted 123 (70%) expressions
4.49/6.78	c 6	converted 140 (80%) expressions
4.69/7.00	c 6	converted 158 (90%) expressions
4.99/7.24	c 6	converted 175 (100%) expressions
4.99/7.24	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.99/7.24	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.99/7.24	c 6	Propagation in CSP
4.99/7.24	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.99/7.24	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.99/7.24	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.99/7.24	c 6	Simplifing CSP by introducing new Boolean variables
4.99/7.24	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.99/7.24	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.19/7.46	c 7	Encoding CSP to SAT : HOME/temp.cnf
5.19/7.49	c 7	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.19/7.49	c 7	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.19/7.50	c 7	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.26/7.50	c 7	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.26/7.50	c 7	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.26/7.50	c 7	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.26/7.50	c 7	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.26/7.50	c 7	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.26/7.51	c 7	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.26/7.51	c 7	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.66/7.92	c 7	8 (10%) CSP clauses are encoded (25275 clauses, 600377 bytes)
5.95/8.23	c 7	15 (20%) CSP clauses are encoded (46978 clauses, 1141699 bytes)
6.26/8.59	c 8	23 (30%) CSP clauses are encoded (71667 clauses, 1761312 bytes)
6.56/8.88	c 8	30 (40%) CSP clauses are encoded (92057 clauses, 2271292 bytes)
6.95/9.24	c 8	38 (50%) CSP clauses are encoded (116848 clauses, 2909174 bytes)
7.25/9.55	c 9	45 (60%) CSP clauses are encoded (138456 clauses, 3484897 bytes)
7.65/9.90	c 9	53 (70%) CSP clauses are encoded (163139 clauses, 4154420 bytes)
7.95/10.22	c 9	60 (80%) CSP clauses are encoded (184795 clauses, 4742298 bytes)
8.25/10.58	c 10	68 (90%) CSP clauses are encoded (209460 clauses, 5411626 bytes)
8.55/10.89	c 10	75 (100%) CSP clauses are encoded (231038 clauses, 5996931 bytes)
8.55/10.90	c 10	75 CSP clauses encoded
8.55/10.90	c 10	Writing map file : HOME/temp.map
8.55/10.90	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.55/10.90	c 10	SAT : 552 SAT variables, 231038 SAT clauses, 5996931 bytes
8.55/10.90	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.65/10.95	c 10	SOLVING HOME/temp.cnf
8.65/10.95	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.65/10.95	c 10	This is MiniSat 2.0 beta
8.65/10.95	c 10	WARNING: for repeatability, setting FPU to use double precision
8.65/10.95	c 10	============================[ Problem Statistics ]=============================
8.65/10.95	c 10	|                                                                             |
8.65/10.95	c 10	|  Number of variables:  552                                                  |
8.65/10.95	c 10	|  Number of clauses:    231038                                               |
8.68/11.09	c 10	|  Parsing time:         0.12         s                                       |
8.68/11.10	c 10	============================[ Search Statistics ]==============================
8.68/11.10	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.68/11.10	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.68/11.10	c 10	===============================================================================
8.68/11.10	c 10	|         0 |     552   231038  1287779 |    77012        0    nan |  0.000 % |
8.68/11.19	c 10	|       100 |     552   231038  1287779 |    84713      100     11 |  0.000 % |
8.68/11.31	c 11	|       250 |     552   231038  1287779 |    93185      250     12 |  0.008 % |
8.68/11.54	c 11	|       476 |     552   231038  1287779 |   102503      476     13 |  0.008 % |
8.68/11.90	c 11	|       813 |     552   231038  1287779 |   112754      813     13 |  0.008 % |
10.22/12.53	c 12	|      1319 |     552   231038  1287779 |   124029     1319     13 |  0.008 % |
10.92/13.26	c 12	|      2078 |     552   231038  1287779 |   136432     2078     13 |  0.008 % |
12.02/14.36	c 14	|      3217 |     552   231038  1287779 |   150075     3217     13 |  0.008 % |
13.72/16.05	c 15	|      4925 |     552   231038  1287779 |   165083     4925     13 |  0.008 % |
16.12/18.47	c 18	|      7487 |     552   231038  1287779 |   181591     7487     14 |  0.008 % |
20.11/22.42	c 22	|     11332 |     552   231038  1287779 |   199751    11332     14 |  0.007 % |
25.61/27.92	c 27	|     17098 |     552   231038  1287779 |   219726    17098     15 |  0.002 % |
34.11/36.44	c 36	|     25749 |     552   231038  1287779 |   241698    25749     16 |  0.008 % |
48.70/51.04	c 50	|     38723 |     552   231038  1287779 |   265868    38723     15 |  0.008 % |
72.59/74.90	c 74	|     58184 |     552   231038  1287779 |   292455    58184     15 |  0.008 % |
112.77/115.18	c 114	|     87377 |     552   231038  1287779 |   321701    87377     17 |  0.000 % |
172.85/175.29	c 175	|    131166 |     552   231038  1287779 |   353871   131166     18 |  0.007 % |
297.60/300.02	c 299	|    196850 |     552   231038  1287779 |   389258   196850     18 |  0.007 % |
505.42/507.92	c 507	|    295378 |     552   231038  1287779 |   428184   295378     19 |  0.008 % |
906.22/908.90	c 908	|    443167 |     552   231038  1287779 |   471002    38185     20 |  0.009 % |
1340.05/1342.98	c 1342	|    664852 |     552   231038  1287779 |   518102   259870     19 |  0.001 % |
1800.09/1803.11	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1803.11	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1803.11	c ERROR INTERRUPTED
1800.09/1803.12	s UNKNOWN
1800.09/1803.12	c 1802	CPU 8.35 (0.03 0.01 8.32 0.32)
1800.09/1803.12	c 1802	END Thu Jul  3 19:51:05 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-1056639-1215105662/watcher-1056639-1215105662 -o /tmp/evaluation-result-1056639-1215105662/solver-1056639-1215105662 -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-1056639-1215105662.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: 0.00 0.00 0.00 4/73 20775
/proc/meminfo: memFree=1627424/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=18572 CPUtime=0
/proc/20775/stat : 20775 (runsolver) R 20773 20775 20728 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 622821889 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 0 0 0
/proc/20775/statm: 4643 292 257 25 0 2626 0

[startup+0.029803 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 20775
/proc/meminfo: memFree=1627424/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=124 CPUtime=0
/proc/20775/stat : 20775 (sugar) D 20773 20775 20728 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 622821889 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 254611092873 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20775/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102811 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 20775
/proc/meminfo: memFree=1627424/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=7504 CPUtime=0
/proc/20775/stat : 20775 (sugar) D 20773 20775 20728 0 -1 4194304 65 0 1 0 0 0 0 0 18 0 1 0 622821889 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 254611092873 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/20775/statm: 1876 51 38 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.302833 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 20775
/proc/meminfo: memFree=1627424/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=12268 CPUtime=0
/proc/20775/stat : 20775 (sugar) D 20773 20775 20728 0 -1 4194304 333 0 15 0 0 0 0 0 18 0 1 0 622821889 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254613879397 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/20775/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.701879 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 20775
/proc/meminfo: memFree=1627424/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=0.04
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 884 127 16 0 3 1 0 0 16 0 1 0 622821889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20775/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 0.16 0.03 0.01 2/77 20780
/proc/meminfo: memFree=1611456/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=0.04
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 884 127 16 0 3 1 0 0 16 0 1 0 622821889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20775/statm: 3400 796 370 3 0 500 0
[pid=20778] ppid=20775 vsize=5356 CPUtime=0
/proc/20778/stat : 20778 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622821952 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20778/statm: 1339 233 193 169 0 50 0
[pid=20779] ppid=20778 vsize=864604 CPUtime=0.11
/proc/20779/stat : 20779 (java) S 20778 20775 20728 0 -1 0 3125 0 107 0 6 5 0 0 18 0 9 0 622821954 885354496 2711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20779/statm: 216151 2711 1646 9 0 210733 0
[pid=20779/tid=20780] ppid=20778 vsize=864604 CPUtime=0.09
/proc/20779/task/20780/stat : 20780 (java) D 20778 20775 20728 0 -1 64 2239 0 75 0 5 4 0 0 18 0 9 0 622821983 885354496 2711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 883560

[startup+3.10115 s]
/proc/loadavg: 0.16 0.03 0.01 2/84 20787
/proc/meminfo: memFree=1593032/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=0.04
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 884 127 16 0 3 1 0 0 16 0 1 0 622821889 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20775/statm: 3400 796 370 3 0 500 0
[pid=20778] ppid=20775 vsize=5356 CPUtime=0
/proc/20778/stat : 20778 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622821952 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20778/statm: 1339 233 193 169 0 50 0
[pid=20779] ppid=20778 vsize=865028 CPUtime=0.99
/proc/20779/stat : 20779 (java) S 20778 20775 20728 0 -1 0 8530 0 113 0 89 10 0 0 18 0 9 0 622821954 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20779/statm: 216257 7811 2527 9 0 210839 0
[pid=20779/tid=20780] ppid=20778 vsize=865028 CPUtime=0.78
/proc/20779/task/20780/stat : 20780 (java) R 20778 20775 20728 0 -1 64 2785 0 75 0 72 6 0 0 23 0 9 0 622821983 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4126508620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20779/tid=20781] ppid=20778 vsize=865028 CPUtime=0.13
/proc/20779/task/20781/stat : 20781 (java) S 20778 20775 20728 0 -1 64 4761 0 6 0 11 2 0 0 16 0 9 0 622822004 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20779/tid=20782] ppid=20778 vsize=865028 CPUtime=0
/proc/20779/task/20782/stat : 20782 (java) S 20778 20775 20728 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 622822006 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20779/tid=20783] ppid=20778 vsize=865028 CPUtime=0
/proc/20779/task/20783/stat : 20783 (java) S 20778 20775 20728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 622822007 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20779/tid=20784] ppid=20778 vsize=865028 CPUtime=0
/proc/20779/task/20784/stat : 20784 (java) S 20778 20775 20728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 622822014 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20779/tid=20785] ppid=20778 vsize=865028 CPUtime=0.05
/proc/20779/task/20785/stat : 20785 (java) S 20778 20775 20728 0 -1 64 317 0 1 0 5 0 0 0 16 0 9 0 622822014 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20779/tid=20786] ppid=20778 vsize=865028 CPUtime=0
/proc/20779/task/20786/stat : 20786 (java) S 20778 20775 20728 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 622822014 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20779/tid=20787] ppid=20778 vsize=865028 CPUtime=0
/proc/20779/task/20787/stat : 20787 (java) S 20778 20775 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622822015 885788672 7811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 883984

[startup+6.3025 s]
/proc/loadavg: 0.16 0.03 0.01 4/84 20797
/proc/meminfo: memFree=1548872/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=1.26
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 957 9397 16 113 3 1 110 12 15 0 1 0 622821889 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 797 370 3 0 500 0
[pid=20788] ppid=20775 vsize=5356 CPUtime=0
/proc/20788/stat : 20788 (sh) S 20775 20775 20728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 622822225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20788/statm: 1339 233 193 169 0 50 0
[pid=20789] ppid=20788 vsize=864164 CPUtime=2.82
/proc/20789/stat : 20789 (java) S 20788 20775 20728 0 -1 0 20740 0 3 0 272 10 0 0 19 0 9 0 622822225 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20789/statm: 216041 19964 2540 9 0 210616 0
[pid=20789/tid=20790] ppid=20788 vsize=864164 CPUtime=1.48
/proc/20789/task/20790/stat : 20790 (java) R 20788 20775 20728 0 -1 64 3161 0 3 0 146 2 0 0 24 0 9 0 622822228 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20791] ppid=20788 vsize=864164 CPUtime=1.25
/proc/20789/task/20791/stat : 20791 (java) R 20788 20775 20728 0 -1 64 16551 0 0 0 119 6 0 0 17 0 9 0 622822230 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20792] ppid=20788 vsize=864164 CPUtime=0
/proc/20789/task/20792/stat : 20792 (java) S 20788 20775 20728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 622822230 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20793] ppid=20788 vsize=864164 CPUtime=0
/proc/20789/task/20793/stat : 20793 (java) S 20788 20775 20728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 622822230 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20794] ppid=20788 vsize=864164 CPUtime=0
/proc/20789/task/20794/stat : 20794 (java) S 20788 20775 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 622822232 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20795] ppid=20788 vsize=864164 CPUtime=0.06
/proc/20789/task/20795/stat : 20795 (java) S 20788 20775 20728 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 622822232 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20796] ppid=20788 vsize=864164 CPUtime=0
/proc/20789/task/20796/stat : 20796 (java) S 20788 20775 20728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 622822232 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20789/tid=20797] ppid=20788 vsize=864164 CPUtime=0
/proc/20789/task/20797/stat : 20797 (java) S 20788 20775 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 622822232 884903936 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 883120

[startup+12.7012 s]
/proc/loadavg: 0.75 0.16 0.05 3/76 20799
/proc/meminfo: memFree=1571720/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 15 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=15760 CPUtime=1.74
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 3795 0 0 0 172 2 0 0 25 0 1 0 622822984 16138240 3781 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 3940 3781 75 150 0 3787 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 34716

[startup+25.5026 s]
/proc/loadavg: 0.94 0.22 0.07 3/76 20799
/proc/meminfo: memFree=1570568/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=17240 CPUtime=14.53
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 4148 0 0 0 1451 2 0 0 25 0 1 0 622822984 17653760 4134 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 4310 4134 75 150 0 4157 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 36196

[startup+51.1025 s]
/proc/loadavg: 1.30 0.36 0.12 3/76 20799
/proc/meminfo: memFree=1568456/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=19548 CPUtime=40.12
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 4723 0 0 0 4008 4 0 0 25 0 1 0 622822984 20017152 4709 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 4887 4709 75 150 0 4734 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 38504

[startup+102.306 s]
/proc/loadavg: 1.72 0.64 0.23 3/76 20799
/proc/meminfo: memFree=1564232/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=23664 CPUtime=91.3
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 5725 0 0 0 9125 5 0 0 25 0 1 0 622822984 24231936 5711 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 5916 5711 75 150 0 5763 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 42620

[startup+162.303 s]
/proc/loadavg: 1.89 0.88 0.34 3/76 20799
/proc/meminfo: memFree=1559496/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1414600/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=62832 CPUtime=1350.76
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15405 0 0 0 135058 18 0 0 25 0 1 0 622822984 64339968 15391 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15708 15391 75 150 0 15555 0
Current children cumulated CPU time (s) 1359.44
Current children cumulated vsize (KiB) 81788

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/84 20836
/proc/meminfo: memFree=1414536/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=62832 CPUtime=1410.75
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15407 0 0 0 141056 19 0 0 25 0 1 0 622822984 64339968 15393 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15708 15393 75 150 0 15555 0
Current children cumulated CPU time (s) 1419.43
Current children cumulated vsize (KiB) 81788

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/84 20836
/proc/meminfo: memFree=1414536/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=62832 CPUtime=1470.73
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15407 0 0 0 147054 19 0 0 25 0 1 0 622822984 64339968 15393 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15708 15393 75 150 0 15555 0
Current children cumulated CPU time (s) 1479.41
Current children cumulated vsize (KiB) 81788

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/84 20836
/proc/meminfo: memFree=1414536/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=62832 CPUtime=1530.7
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15410 0 0 0 153051 19 0 0 25 0 1 0 622822984 64339968 15396 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15708 15396 75 150 0 15555 0
Current children cumulated CPU time (s) 1539.38
Current children cumulated vsize (KiB) 81788

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/84 20836
/proc/meminfo: memFree=1414280/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=63128 CPUtime=1590.67
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15457 0 0 0 159048 19 0 0 25 0 1 0 622822984 64643072 15443 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15782 15443 75 150 0 15629 0
Current children cumulated CPU time (s) 1599.35
Current children cumulated vsize (KiB) 82084

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/84 20836
/proc/meminfo: memFree=1413832/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=63580 CPUtime=1650.65
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15571 0 0 0 165046 19 0 0 25 0 1 0 622822984 65105920 15557 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 15895 15557 75 150 0 15742 0
Current children cumulated CPU time (s) 1659.33
Current children cumulated vsize (KiB) 82536

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/84 20836
/proc/meminfo: memFree=1413384/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=64124 CPUtime=1710.62
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15661 0 0 0 171043 19 0 0 25 0 1 0 622822984 65662976 15647 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 16031 15647 75 150 0 15878 0
Current children cumulated CPU time (s) 1719.3
Current children cumulated vsize (KiB) 83080

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 4/84 20836
/proc/meminfo: memFree=1412872/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=64564 CPUtime=1770.61
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15770 0 0 0 177041 20 0 0 25 0 1 0 622822984 66113536 15756 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 16141 15756 75 150 0 15988 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 83520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/84 20836
/proc/meminfo: memFree=1412360/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=64984 CPUtime=1791.41
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15887 0 0 0 179121 20 0 0 25 0 1 0 622822984 66543616 15873 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 16246 15873 75 150 0 16093 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 83940

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

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

[startup+1803.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/84 20836
/proc/meminfo: memFree=1412360/2055920 swapFree=4179028/4192956
[pid=20775] ppid=20773 vsize=13600 CPUtime=8.68
/proc/20775/stat : 20775 (sugar) S 20773 20775 20728 0 -1 4194304 1015 37030 16 116 3 1 832 32 16 0 1 0 622821889 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20775/statm: 3400 798 370 3 0 500 0
[pid=20798] ppid=20775 vsize=5356 CPUtime=0
/proc/20798/stat : 20798 (sh) S 20775 20775 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 622822984 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20798/statm: 1339 232 193 169 0 50 0
[pid=20799] ppid=20798 vsize=64984 CPUtime=1791.41
/proc/20799/stat : 20799 (minisat) R 20798 20775 20728 0 -1 4194304 15887 0 0 0 179121 20 0 0 25 0 1 0 622822984 66543616 15873 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20799/statm: 16246 15873 75 150 0 16093 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 83940

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20775 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=365728
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=343947
# CPU time returned by wait4() is 8.70967
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.13
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.53
CPU usage (%): 99.8316
Max. virtual memory (cumulated for all children) (KiB): 883984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.36573
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38472
page faults= 132
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3922
involuntary context switches= 3310

runsolver used 1.70374 second user time and 4.88526 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 19:21:02
IDJOB=1056639
IDBENCH=53957
IDSOLVER=346
FILE ID=node87/1056639-1215105662
PBS_JOBID= 7877034
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-6_ext.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-1056639-1215105662/watcher-1056639-1215105662 -o /tmp/evaluation-result-1056639-1215105662/solver-1056639-1215105662 -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-1056639-1215105662.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00154bda0b1194082ab1d7418e06c63b
RANDOM SEED=1196743477

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1628032 kB
Buffers:          7108 kB
Cached:         372344 kB
SwapCached:       8148 kB
Active:         192820 kB
Inactive:       199028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628032 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            8188 kB
Writeback:           0 kB
Mapped:          18808 kB
Slab:            21376 kB
Committed_AS:  1511872 kB
PageTables:       1820 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= 66520 MiB
End job on node87 at 2008-07-03 19:51:07