Trace number 2075240

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.14.6+minisat? (TO) 1800.02 1816.83

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-34_ext.xml
MD5SUM58117577122d4a16c32428a1972a7c32
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 benchmark527.991
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:11:55 2009
0.00/0.08	c 0	PID 21219
0.07/0.08	c 0	HOST node78.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2075240-1247361115.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075240-1247361115.xml' 'HOME/temp.csp'
1.46/1.59	c 2	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.54/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.54/1.68	c 2	Parsing HOME/temp.csp
4.10/4.24	c 4	parsed 177 expressions
4.10/4.25	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.10/4.25	c 4	Converting to clausal form CSP
4.10/4.27	c 4	converted 18 (10%) expressions
4.10/4.28	c 4	converted 36 (20%) expressions
4.20/4.32	c 4	converted 54 (30%) expressions
4.20/4.35	c 4	converted 71 (40%) expressions
4.20/4.36	c 4	converted 89 (50%) expressions
4.30/4.48	c 5	converted 107 (60%) expressions
4.89/5.03	c 5	converted 124 (70%) expressions
5.19/5.34	c 5	converted 142 (80%) expressions
5.39/5.57	c 6	converted 160 (90%) expressions
5.68/5.83	c 6	converted 177 (100%) expressions
5.68/5.83	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.68/5.83	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.68/5.83	c 6	Propagation in CSP
5.68/5.83	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.68/5.83	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.68/5.83	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.68/5.83	c 6	Simplifing CSP by introducing new Boolean variables
5.68/5.83	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.68/5.83	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.87/6.07	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.87/6.08	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.87/6.08	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.87/6.09	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.87/6.09	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.87/6.09	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.87/6.09	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.87/6.09	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.87/6.09	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.87/6.09	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.87/6.09	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.37/6.53	c 7	8 (10%) CSP clauses are encoded (25102 clauses, 590252 bytes)
6.67/6.88	c 7	16 (20%) CSP clauses are encoded (49714 clauses, 1190085 bytes)
7.07/7.20	c 7	23 (30%) CSP clauses are encoded (71237 clauses, 1731358 bytes)
7.36/7.57	c 8	31 (40%) CSP clauses are encoded (95960 clauses, 2349347 bytes)
7.65/7.89	c 8	38 (50%) CSP clauses are encoded (117591 clauses, 2892886 bytes)
8.05/8.26	c 8	46 (60%) CSP clauses are encoded (142233 clauses, 3550349 bytes)
8.45/8.62	c 9	54 (70%) CSP clauses are encoded (166865 clauses, 4218570 bytes)
8.74/8.95	c 9	61 (80%) CSP clauses are encoded (188592 clauses, 4807807 bytes)
9.14/9.32	c 9	69 (90%) CSP clauses are encoded (213332 clauses, 5479052 bytes)
9.44/9.63	c 10	76 (100%) CSP clauses are encoded (234955 clauses, 6065490 bytes)
9.44/9.63	c 10	76 CSP clauses encoded
9.44/9.63	c 10	Writing map file : HOME/temp.map
9.44/9.63	c 10	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.44/9.63	c 10	SAT : 552 SAT variables, 234955 SAT clauses, 6065490 bytes
9.44/9.63	c 10	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.44/9.69	c 10	SOLVING HOME/temp.cnf
9.44/9.69	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.44/9.69	c 10	This is MiniSat 2.0 beta
9.44/9.69	c 10	WARNING: for repeatability, setting FPU to use double precision
9.44/9.69	c 10	============================[ Problem Statistics ]=============================
9.44/9.69	c 10	|                                                                             |
9.44/9.69	c 10	|  Number of variables:  552                                                  |
9.44/9.69	c 10	|  Number of clauses:    234955                                               |
9.61/9.85	c 10	|  Parsing time:         0.13         s                                       |
9.61/9.86	c 10	============================[ Search Statistics ]==============================
9.61/9.86	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.61/9.86	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.61/9.86	c 10	===============================================================================
9.61/9.86	c 10	|         0 |     552   234955  1310000 |    78318        0    nan |  0.000 % |
9.70/9.98	c 10	|       102 |     552   234955  1310000 |    86150      102     11 |  0.000 % |
9.90/10.18	c 10	|       252 |     552   234955  1310000 |    94765      252     11 |  0.003 % |
10.10/10.38	c 11	|       477 |     552   234955  1310000 |   104241      477     12 |  0.008 % |
10.49/10.71	c 11	|       814 |     552   234955  1310000 |   114665      814     12 |  0.008 % |
10.89/11.19	c 11	|      1321 |     552   234955  1310000 |   126132     1321     12 |  0.008 % |
11.48/11.78	c 12	|      2080 |     552   234955  1310000 |   138745     2080     13 |  0.008 % |
12.37/12.60	c 13	|      3221 |     552   234955  1310000 |   152620     3221     13 |  0.008 % |
13.76/14.02	c 14	|      4929 |     552   234955  1310000 |   167882     4929     13 |  0.005 % |
16.04/16.33	c 16	|      7492 |     552   234955  1310000 |   184670     7492     14 |  0.008 % |
19.11/19.44	c 20	|     11338 |     552   234955  1310000 |   203137    11338     15 |  0.008 % |
25.05/25.41	c 26	|     17107 |     552   234955  1310000 |   223451    17107     16 |  0.001 % |
34.25/34.74	c 35	|     25756 |     552   234955  1310000 |   245796    25756     15 |  0.007 % |
49.01/49.63	c 50	|     38730 |     552   234955  1310000 |   270376    38730     16 |  0.008 % |
73.66/74.56	c 75	|     58191 |     552   234955  1310000 |   297413    58191     17 |  0.008 % |
118.42/119.71	c 120	|     87385 |     552   234955  1310000 |   327155    87385     17 |  0.008 % |
194.16/196.28	c 196	|    131174 |     552   234955  1310000 |   359870   131174     18 |  0.008 % |
325.95/329.30	c 329	|    196859 |     552   234955  1310000 |   395857   196859     19 |  0.009 % |
579.23/585.19	c 585	|    295385 |     552   234955  1310000 |   435443   295385     19 |  0.009 % |
1011.55/1021.77	c 1022	|    443174 |     552   234955  1310000 |   478987    28767     18 |  0.002 % |
1462.96/1477.60	c 1478	|    664857 |     552   234955  1310000 |   526886   250450     20 |  0.000 % |
1800.02/1816.81	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1816.81	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1816.81	c ERROR INTERRUPTED
1800.02/1816.81	s UNKNOWN
1800.02/1816.81	c 1817	CPU 9.52 (0.06 0.02 9.14 0.3)
1800.02/1816.81	c 1817	END Sun Jul 12 03:42:12 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075240-1247361115/watcher-2075240-1247361115 -o /tmp/evaluation-result-2075240-1247361115/solver-2075240-1247361115 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2075240-1247361115.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.93 4/82 21219
/proc/meminfo: memFree=1808584/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=12268 CPUtime=0
/proc/21219/stat : 21219 (sugar) R 21217 21219 18209 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23176069 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255381781502 0 0 4224 0 0 0 0 17 1 0 0
/proc/21219/statm: 3067 316 241 3 0 167 0

[startup+0.0814109 s]
/proc/loadavg: 2.02 2.01 1.93 4/82 21219
/proc/meminfo: memFree=1808584/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16740 CPUtime=0.07
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23176069 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102078 s]
/proc/loadavg: 2.02 2.01 1.93 4/82 21219
/proc/meminfo: memFree=1808584/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=0.07
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302056 s]
/proc/loadavg: 2.02 2.01 1.93 4/82 21219
/proc/meminfo: memFree=1808584/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=0.07
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.7021 s]
/proc/loadavg: 2.02 2.01 1.93 4/82 21219
/proc/meminfo: memFree=1808584/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=0.07
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.02 2.01 1.93 3/93 21231
/proc/meminfo: memFree=1784360/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=0.07
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
[pid=21222] ppid=21219 vsize=5356 CPUtime=0
/proc/21222/stat : 21222 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23176077 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21222/statm: 1339 233 193 169 0 50 0
[pid=21223] ppid=21222 vsize=864160 CPUtime=1.39
/proc/21223/stat : 21223 (java) S 21222 21219 18209 0 -1 0 9198 0 1 0 131 8 0 0 18 0 9 0 23176077 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21223/statm: 216040 8335 2553 9 0 210552 0
[pid=21223/tid=21224] ppid=21222 vsize=864160 CPUtime=1.12
/proc/21223/task/21224/stat : 21224 (java) R 21222 21219 18209 0 -1 64 2958 0 1 0 109 3 0 0 25 0 9 0 23176078 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4126520210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21225] ppid=21222 vsize=864160 CPUtime=0.18
/proc/21223/task/21225/stat : 21225 (java) S 21222 21219 18209 0 -1 64 5216 0 0 0 15 3 0 0 16 0 9 0 23176080 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21226] ppid=21222 vsize=864160 CPUtime=0
/proc/21223/task/21226/stat : 21226 (java) S 21222 21219 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23176080 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21227] ppid=21222 vsize=864160 CPUtime=0
/proc/21223/task/21227/stat : 21227 (java) S 21222 21219 18209 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23176080 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21228] ppid=21222 vsize=864160 CPUtime=0
/proc/21223/task/21228/stat : 21228 (java) S 21222 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23176082 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21229] ppid=21222 vsize=864160 CPUtime=0.05
/proc/21223/task/21229/stat : 21229 (java) S 21222 21219 18209 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 23176082 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21230] ppid=21222 vsize=864160 CPUtime=0
/proc/21223/task/21230/stat : 21230 (java) S 21222 21219 18209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23176082 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21223/tid=21231] ppid=21222 vsize=864160 CPUtime=0
/proc/21223/task/21231/stat : 21231 (java) S 21222 21219 18209 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23176082 884899840 8335 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886384

[startup+3.10135 s]
/proc/loadavg: 2.01 2.01 1.93 3/93 21241
/proc/meminfo: memFree=1791080/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=1.55
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1309 9631 0 1 5 2 139 9 16 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
[pid=21232] ppid=21219 vsize=5356 CPUtime=0
/proc/21232/stat : 21232 (sh) S 21219 21219 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23176229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21232/statm: 1339 233 193 169 0 50 0
[pid=21233] ppid=21232 vsize=862288 CPUtime=1.47
/proc/21233/stat : 21233 (java) S 21232 21219 18209 0 -1 0 9842 0 1 0 142 5 0 0 19 0 9 0 23176230 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21233/statm: 215572 9104 2158 9 0 210485 0
[pid=21233/tid=21234] ppid=21232 vsize=862288 CPUtime=0.91
/proc/21233/task/21234/stat : 21234 (java) R 21232 21219 18209 0 -1 64 2175 0 1 0 90 1 0 0 25 0 9 0 23176231 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4126415151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21235] ppid=21232 vsize=862288 CPUtime=0.5
/proc/21233/task/21235/stat : 21235 (java) S 21232 21219 18209 0 -1 64 6664 0 0 0 48 2 0 0 17 0 9 0 23176232 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21236] ppid=21232 vsize=862288 CPUtime=0
/proc/21233/task/21236/stat : 21236 (java) S 21232 21219 18209 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23176232 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21237] ppid=21232 vsize=862288 CPUtime=0
/proc/21233/task/21237/stat : 21237 (java) S 21232 21219 18209 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23176232 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21238] ppid=21232 vsize=862288 CPUtime=0
/proc/21233/task/21238/stat : 21238 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23176234 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21239] ppid=21232 vsize=862288 CPUtime=0.03
/proc/21233/task/21239/stat : 21239 (java) S 21232 21219 18209 0 -1 64 300 0 0 0 3 0 0 0 16 0 9 0 23176234 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21240] ppid=21232 vsize=862288 CPUtime=0
/proc/21233/task/21240/stat : 21240 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23176234 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21241] ppid=21232 vsize=862288 CPUtime=0
/proc/21233/task/21241/stat : 21241 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23176234 882982912 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884512

[startup+6.30269 s]
/proc/loadavg: 2.01 2.01 1.93 4/93 21241
/proc/meminfo: memFree=1717672/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=1.55
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1310 9631 0 1 5 2 139 9 15 0 1 0 23176069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1111 409 3 0 796 0
[pid=21232] ppid=21219 vsize=5356 CPUtime=0
/proc/21232/stat : 21232 (sh) S 21219 21219 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23176229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21232/statm: 1339 233 193 169 0 50 0
[pid=21233] ppid=21232 vsize=864500 CPUtime=4.62
/proc/21233/stat : 21233 (java) S 21232 21219 18209 0 -1 0 27338 0 1 0 449 13 0 0 19 0 9 0 23176230 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21233/statm: 216125 26541 2590 9 0 210602 0
[pid=21233/tid=21234] ppid=21232 vsize=864500 CPUtime=2.46
/proc/21233/task/21234/stat : 21234 (java) R 21232 21219 18209 0 -1 64 3763 0 1 0 244 2 0 0 25 0 9 0 23176231 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21235] ppid=21232 vsize=864500 CPUtime=2.05
/proc/21233/task/21235/stat : 21235 (java) S 21232 21219 18209 0 -1 64 22539 0 0 0 196 9 0 0 15 0 9 0 23176232 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21236] ppid=21232 vsize=864500 CPUtime=0
/proc/21233/task/21236/stat : 21236 (java) S 21232 21219 18209 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23176232 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21237] ppid=21232 vsize=864500 CPUtime=0
/proc/21233/task/21237/stat : 21237 (java) S 21232 21219 18209 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23176232 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21238] ppid=21232 vsize=864500 CPUtime=0
/proc/21233/task/21238/stat : 21238 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23176234 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21239] ppid=21232 vsize=864500 CPUtime=0.08
/proc/21233/task/21239/stat : 21239 (java) S 21232 21219 18209 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23176234 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21240] ppid=21232 vsize=864500 CPUtime=0
/proc/21233/task/21240/stat : 21240 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23176234 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21233/tid=21241] ppid=21232 vsize=864500 CPUtime=0
/proc/21233/task/21241/stat : 21241 (java) S 21232 21219 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23176234 885248000 26541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886724

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 1.93 3/85 21243
/proc/meminfo: memFree=1780136/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 15 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=16024 CPUtime=2.96
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 3851 0 0 0 295 1 0 0 25 0 1 0 23177038 16408576 3837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 4006 3837 75 150 0 3853 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 38248

[startup+25.5027 s]
/proc/loadavg: 2.07 2.02 1.93 3/85 21243
/proc/meminfo: memFree=1778792/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=17492 CPUtime=15.64
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 4231 0 0 0 1562 2 0 0 25 0 1 0 23177038 17911808 4217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 4373 4217 75 150 0 4220 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 39716

[startup+51.1031 s]
/proc/loadavg: 2.05 2.02 1.93 3/85 21243
/proc/meminfo: memFree=1776488/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=19952 CPUtime=40.98
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 4827 0 0 0 4095 3 0 0 25 0 1 0 23177038 20430848 4813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 4988 4813 75 150 0 4835 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 42176

[startup+102.308 s]
/proc/loadavg: 2.02 2.01 1.93 3/85 21243
/proc/meminfo: memFree=1772392/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1730472/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65188 CPUtime=1279.86
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 15972 0 0 0 127970 16 0 0 25 0 1 0 23177038 66752512 15958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16297 15958 75 150 0 16144 0
Current children cumulated CPU time (s) 1289.37
Current children cumulated vsize (KiB) 87412

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/85 21243
/proc/meminfo: memFree=1730408/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65344 CPUtime=1339.28
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 15983 0 0 0 133911 17 0 0 25 0 1 0 23177038 66912256 15969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16336 15969 75 150 0 16183 0
Current children cumulated CPU time (s) 1348.79
Current children cumulated vsize (KiB) 87568

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.95 3/85 21243
/proc/meminfo: memFree=1730280/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65484 CPUtime=1398.7
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16009 0 0 0 139853 17 0 0 25 0 1 0 23177038 67055616 15995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16371 15995 75 150 0 16218 0
Current children cumulated CPU time (s) 1408.21
Current children cumulated vsize (KiB) 87708

[startup+1482.3 s]
/proc/loadavg: 1.93 2.00 1.95 4/87 21283
/proc/meminfo: memFree=1736232/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65700 CPUtime=1458.15
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16065 0 0 0 145797 18 0 0 25 0 1 0 23177038 67276800 16051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21243/statm: 16425 16051 75 150 0 16272 0
Current children cumulated CPU time (s) 1467.66
Current children cumulated vsize (KiB) 87924

[startup+1542.3 s]
/proc/loadavg: 1.97 2.00 1.95 3/87 21283
/proc/meminfo: memFree=1524456/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65700 CPUtime=1517.69
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16090 0 0 0 151751 18 0 0 25 0 1 0 23177038 67276800 16076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21243/statm: 16425 16076 75 150 0 16272 0
Current children cumulated CPU time (s) 1527.2
Current children cumulated vsize (KiB) 87924

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 1.96 3/87 21283
/proc/meminfo: memFree=1523944/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65864 CPUtime=1577.29
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16124 0 0 0 157711 18 0 0 25 0 1 0 23177038 67444736 16110 996147200 134512640 135127466 4294956256 18446744073709551615 134522557 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16466 16110 75 150 0 16313 0
Current children cumulated CPU time (s) 1586.8
Current children cumulated vsize (KiB) 88088

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 1.97 3/87 21283
/proc/meminfo: memFree=1523304/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65864 CPUtime=1636.72
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16128 0 0 0 163654 18 0 0 25 0 1 0 23177038 67444736 16114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16466 16114 75 150 0 16313 0
Current children cumulated CPU time (s) 1646.23
Current children cumulated vsize (KiB) 88088

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 1.97 3/87 21283
/proc/meminfo: memFree=1522856/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65864 CPUtime=1696.16
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16128 0 0 0 169598 18 0 0 25 0 1 0 23177038 67444736 16114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21243/statm: 16466 16114 75 150 0 16313 0
Current children cumulated CPU time (s) 1705.67
Current children cumulated vsize (KiB) 88088

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/87 21283
/proc/meminfo: memFree=1522344/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65864 CPUtime=1756.02
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16129 0 0 0 175583 19 0 0 25 0 1 0 23177038 67444736 16115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21243/statm: 16466 16115 75 150 0 16313 0
Current children cumulated CPU time (s) 1765.53
Current children cumulated vsize (KiB) 88088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.01 2.03 1.97 3/87 21283
/proc/meminfo: memFree=1522216/2055912 swapFree=4192812/4192956
[pid=21219] ppid=21217 vsize=16868 CPUtime=9.51
/proc/21219/stat : 21219 (sugar) S 21217 21219 18209 0 -1 4194304 1374 37338 0 2 6 2 914 29 16 0 1 0 23176069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21219/statm: 4217 1112 409 3 0 796 0
[pid=21242] ppid=21219 vsize=5356 CPUtime=0
/proc/21242/stat : 21242 (sh) S 21219 21219 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23177038 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21242/statm: 1339 232 193 169 0 50 0
[pid=21243] ppid=21242 vsize=65864 CPUtime=1790.51
/proc/21243/stat : 21243 (minisat) R 21242 21219 18209 0 -1 4194304 16130 0 0 0 179032 19 0 0 25 0 1 0 23177038 67444736 16116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21243/statm: 16466 16116 75 150 0 16313 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 88088

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 21219 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=209599
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=330949
# CPU time returned by wait4() is 9.54055
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.83
CPU time (s): 1800.02
CPU user time (s): 1799.52
CPU system time (s): 0.5
CPU usage (%): 99.075
Max. virtual memory (cumulated for all children) (KiB): 886724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2096
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39159
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= 3650
involuntary context switches= 3772

runsolver used 2.39563 second user time and 6.554 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 03:11:55
IDJOB=2075240
IDBENCH=56250
IDSOLVER=739
FILE ID=node78/2075240-1247361115
PBS_JOBID= 9506814
Free space on /tmp= 126792 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-34_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075240-1247361115/watcher-2075240-1247361115 -o /tmp/evaluation-result-2075240-1247361115/solver-2075240-1247361115 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2075240-1247361115.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 58117577122d4a16c32428a1972a7c32
RANDOM SEED=2042280400

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


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1809064 kB
Buffers:         43060 kB
Cached:          99944 kB
SwapCached:          0 kB
Active:         140984 kB
Inactive:        55436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1809064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4252 kB
Writeback:           0 kB
Mapped:          73732 kB
Slab:            35316 kB
Committed_AS:   236648 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126792 MiB
End job on node78 at 2009-07-12 03:42:14