Trace number 2060973

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.78

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-32-32.xml
MD5SUMdb5e4024fa09c2ba43e56edc6af3d2e9
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size107
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:32:27 2009
0.05/0.08	c 0	PID 12316
0.05/0.08	c 0	HOST node10.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2060973-1247326347.xml TO HOME/temp.csp
0.05/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-2060973-1247326347.xml' 'HOME/temp.csp'
0.06/0.75	c 1	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 1	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'
0.71/0.85	c 1	Parsing HOME/temp.csp
0.71/0.98	c 1	parsed 4566 expressions
0.71/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.99	c 1	Converting to clausal form CSP
0.92/1.02	c 1	converted 457 (10%) expressions
0.92/1.03	c 1	converted 914 (20%) expressions
0.92/1.03	c 1	converted 1370 (30%) expressions
0.92/1.04	c 1	converted 1827 (40%) expressions
1.11/1.21	c 1	converted 2283 (50%) expressions
1.11/1.27	c 1	converted 2740 (60%) expressions
1.22/1.31	c 1	converted 3197 (70%) expressions
1.22/1.34	c 1	converted 3653 (80%) expressions
1.32/1.42	c 1	converted 4110 (90%) expressions
2.70/2.87	c 3	converted 4566 (100%) expressions
2.70/2.87	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
2.70/2.87	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.70/2.87	c 3	Propagation in CSP
2.81/2.98	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.98	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
2.81/2.98	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.91/3.00	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.02	c 3	CSP : 10242 integers, 4660 booleans, 30311 clauses, largest domain size 108
2.91/3.02	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.00/3.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.22	c 3	1025 (10%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.10/3.23	c 3	2049 (20%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.10/3.24	c 3	3073 (30%) CSP integer variables are encoded (19016 clauses, 267588 bytes)
3.10/3.26	c 3	4097 (40%) CSP integer variables are encoded (32380 clauses, 468048 bytes)
3.10/3.28	c 3	5121 (50%) CSP integer variables are encoded (44918 clauses, 656118 bytes)
3.10/3.29	c 3	6146 (60%) CSP integer variables are encoded (55558 clauses, 815718 bytes)
3.20/3.31	c 3	7170 (70%) CSP integer variables are encoded (68922 clauses, 1016178 bytes)
3.20/3.33	c 3	8194 (80%) CSP integer variables are encoded (82286 clauses, 1216638 bytes)
3.20/3.35	c 3	9218 (90%) CSP integer variables are encoded (94824 clauses, 1412019 bytes)
3.20/3.36	c 3	10242 (100%) CSP integer variables are encoded (105464 clauses, 1592899 bytes)
3.69/3.82	c 4	3032 (10%) CSP clauses are encoded (338646 clauses, 5774364 bytes)
4.68/4.82	c 5	6063 (20%) CSP clauses are encoded (623244 clauses, 12050424 bytes)
5.87/6.05	c 6	9094 (30%) CSP clauses are encoded (928748 clauses, 19333812 bytes)
6.96/7.19	c 7	12125 (40%) CSP clauses are encoded (1207950 clauses, 25988653 bytes)
8.73/8.96	c 9	15156 (50%) CSP clauses are encoded (1452164 clauses, 32478004 bytes)
11.60/11.81	c 12	18187 (60%) CSP clauses are encoded (1999366 clauses, 45581043 bytes)
12.89/13.17	c 13	21218 (70%) CSP clauses are encoded (2331172 clauses, 53493823 bytes)
14.16/14.40	c 14	24249 (80%) CSP clauses are encoded (2623525 clauses, 60464190 bytes)
15.64/15.92	c 16	27280 (90%) CSP clauses are encoded (2879104 clauses, 67272609 bytes)
18.51/18.88	c 19	30311 (100%) CSP clauses are encoded (3362337 clauses, 80449402 bytes)
18.51/18.88	c 19	30311 CSP clauses encoded
18.51/18.88	c 19	Writing map file : HOME/temp.map
18.61/18.91	c 19	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.61/18.91	c 19	SAT : 120290 SAT variables, 3362337 SAT clauses, 80449402 bytes
18.61/18.91	c 19	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.61/18.93	c 19	SOLVING HOME/temp.cnf
18.61/18.93	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.61/18.94	c 19	This is MiniSat 2.0 beta
18.61/18.94	c 19	WARNING: for repeatability, setting FPU to use double precision
18.61/18.94	c 19	============================[ Problem Statistics ]=============================
18.61/18.94	c 19	|                                                                             |
18.61/18.94	c 19	|  Number of variables:  120290                                               |
18.61/18.94	c 19	|  Number of clauses:    3362337                                              |
20.48/20.83	c 21	|  Parsing time:         1.63         s                                       |
20.58/20.93	c 21	============================[ Search Statistics ]==============================
20.58/20.93	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.58/20.93	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.58/20.93	c 21	===============================================================================
20.58/20.93	c 21	|         0 |  120290  3362337 11365316 |  1120779        0    nan |  0.000 % |
21.58/21.93	c 22	|       101 |  120290  3362337 11365316 |  1232856      101     33 |  0.000 % |
24.14/24.59	c 25	|       251 |  120290  3362337 11365316 |  1356142      251     43 |  0.000 % |
27.31/27.71	c 28	|       476 |  120290  3362337 11365316 |  1491756      476     48 |  0.000 % |
30.98/31.45	c 32	|       814 |  120290  3362337 11365316 |  1640932      814     45 |  0.000 % |
36.82/37.30	c 37	|      1320 |  120290  3362337 11365316 |  1805025     1320     51 |  0.000 % |
43.56/44.11	c 44	|      2080 |  120290  3362337 11365316 |  1985528     2080     62 |  0.000 % |
54.84/55.54	c 56	|      3219 |  120290  3362337 11365316 |  2184081     3219     58 |  0.000 % |
71.09/71.98	c 72	|      4928 |  120290  3362337 11365316 |  2402489     4928     55 |  0.000 % |
94.26/95.31	c 95	|      7491 |  120290  3362337 11365316 |  2642738     7491     58 |  0.000 % |
130.62/132.00	c 132	|     11337 |  120290  3362337 11365316 |  2907012    11337     59 |  0.000 % |
196.63/198.76	c 199	|     17103 |  120290  3362337 11365316 |  3197713    17103     56 |  0.000 % |
283.90/286.83	c 287	|     25752 |  120290  3362337 11365316 |  3517484    25752     57 |  0.000 % |
382.55/386.47	c 387	|     38726 |  120290  3362337 11365316 |  3869233    38726     59 |  0.000 % |
550.84/556.39	c 556	|     58187 |  120290  3362337 11365316 |  4256156    58187     57 |  0.000 % |
834.03/842.29	c 842	|     87381 |  120290  3362337 11365316 |  4681772    87381     58 |  0.000 % |
1375.64/1389.06	c 1389	|    131170 |  120290  3362337 11365316 |  5149949   131170     56 |  0.000 % |
1800.02/1816.72	c ERROR INTERRUPTED
1800.02/1816.74	s UNKNOWN
1800.02/1816.74	c 1817	CPU 18.65 (0.06 0.02 17.82 0.75)
1800.02/1816.74	c 1817	END Sat Jul 11 18:02:44 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-2060973-1247326347/watcher-2060973-1247326347 -o /tmp/evaluation-result-2060973-1247326347/solver-2060973-1247326347 -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-2060973-1247326347.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: 1.88 1.95 1.97 4/73 12316
/proc/meminfo: memFree=1147040/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=12268 CPUtime=0
/proc/12316/stat : 12316 (sugar) R 12314 12316 10937 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19701754 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12316/statm: 3067 316 241 3 0 167 0

[startup+0.064597 s]
/proc/loadavg: 1.88 1.95 1.97 4/73 12316
/proc/meminfo: memFree=1147040/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16080 CPUtime=0.05
/proc/12316/stat : 12316 (sugar) R 12314 12316 10937 0 -1 4194304 943 0 0 0 4 1 0 0 18 0 1 0 19701754 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 214937713482 0 0 4224 0 0 0 0 17 1 0 0
/proc/12316/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.108144 s]
/proc/loadavg: 1.88 1.95 1.97 4/73 12316
/proc/meminfo: memFree=1147040/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.06
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302652 s]
/proc/loadavg: 1.88 1.95 1.97 4/73 12316
/proc/meminfo: memFree=1147040/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.06
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701737 s]
/proc/loadavg: 1.88 1.95 1.97 4/73 12316
/proc/meminfo: memFree=1147040/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.06
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50191 s]
/proc/loadavg: 1.89 1.95 1.97 3/84 12338
/proc/meminfo: memFree=1136392/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.72
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1309 6886 0 1 6 1 60 5 16 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
[pid=12329] ppid=12316 vsize=5356 CPUtime=0
/proc/12329/stat : 12329 (sh) S 12316 12316 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12329/statm: 1339 233 193 169 0 50 0
[pid=12330] ppid=12329 vsize=868592 CPUtime=0.7
/proc/12330/stat : 12330 (java) S 12329 12316 10937 0 -1 0 7395 0 1 0 67 3 0 0 18 0 9 0 19701832 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 217148 6636 2566 9 0 211653 0
[pid=12330/tid=12331] ppid=12329 vsize=868592 CPUtime=0.4
/proc/12330/task/12331/stat : 12331 (java) R 12329 12316 10937 0 -1 64 2679 0 1 0 39 1 0 0 22 0 9 0 19701833 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4126483407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12329 vsize=868592 CPUtime=0.09
/proc/12330/task/12332/stat : 12332 (java) S 12329 12316 10937 0 -1 64 2521 0 0 0 9 0 0 0 16 0 9 0 19701834 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12329 vsize=868592 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12329 12316 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701834 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12329 vsize=868592 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12329 12316 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19701834 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12329 vsize=868592 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12329 12316 10937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19701836 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12329 vsize=868592 CPUtime=0.17
/proc/12330/task/12336/stat : 12336 (java) S 12329 12316 10937 0 -1 64 1496 0 0 0 17 0 0 0 16 0 9 0 19701836 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12329 vsize=868592 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701836 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12329 vsize=868592 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701836 889438208 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890816

[startup+3.10226 s]
/proc/loadavg: 1.89 1.95 1.97 3/84 12338
/proc/meminfo: memFree=1119752/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.72
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1310 6886 0 1 6 1 60 5 15 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
[pid=12329] ppid=12316 vsize=5356 CPUtime=0
/proc/12329/stat : 12329 (sh) S 12316 12316 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12329/statm: 1339 233 193 169 0 50 0
[pid=12330] ppid=12329 vsize=869096 CPUtime=2.28
/proc/12330/stat : 12330 (java) S 12329 12316 10937 0 -1 0 12419 0 1 0 221 7 0 0 18 0 9 0 19701832 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 217274 11294 2567 9 0 211779 0
[pid=12330/tid=12331] ppid=12329 vsize=869096 CPUtime=1.35
/proc/12330/task/12331/stat : 12331 (java) R 12329 12316 10937 0 -1 64 2987 0 1 0 134 1 0 0 25 0 9 0 19701833 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12329 vsize=869096 CPUtime=0.66
/proc/12330/task/12332/stat : 12332 (java) R 12329 12316 10937 0 -1 64 7194 0 0 0 62 4 0 0 16 0 9 0 19701834 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 102381670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12329 vsize=869096 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12329 12316 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701834 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12329 vsize=869096 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12329 12316 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19701834 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12329 vsize=869096 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12329 12316 10937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19701836 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12329 vsize=869096 CPUtime=0.23
/proc/12330/task/12336/stat : 12336 (java) S 12329 12316 10937 0 -1 64 1539 0 0 0 23 0 0 0 15 0 9 0 19701836 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12329 vsize=869096 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701836 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12329 vsize=869096 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701836 889954304 11294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891320

[startup+6.30195 s]
/proc/loadavg: 1.89 1.95 1.97 3/84 12338
/proc/meminfo: memFree=1092872/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.72
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1310 6886 0 1 6 1 60 5 16 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
[pid=12329] ppid=12316 vsize=5356 CPUtime=0
/proc/12329/stat : 12329 (sh) S 12316 12316 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12329/statm: 1339 233 193 169 0 50 0
[pid=12330] ppid=12329 vsize=868704 CPUtime=5.45
/proc/12330/stat : 12330 (java) S 12329 12316 10937 0 -1 0 12747 0 1 0 523 22 0 0 18 0 9 0 19701832 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 217176 11241 2591 9 0 211653 0
[pid=12330/tid=12331] ppid=12329 vsize=868704 CPUtime=4.29
/proc/12330/task/12331/stat : 12331 (java) R 12329 12316 10937 0 -1 64 3281 0 1 0 415 14 0 0 25 0 9 0 19701833 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4126557997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12329 vsize=868704 CPUtime=0.84
/proc/12330/task/12332/stat : 12332 (java) S 12329 12316 10937 0 -1 64 7197 0 0 0 79 5 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12329 12316 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12329 12316 10937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12329 12316 10937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12329 vsize=868704 CPUtime=0.29
/proc/12330/task/12336/stat : 12336 (java) S 12329 12316 10937 0 -1 64 1570 0 0 0 28 1 0 0 17 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701836 889552896 11241 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) 890928

[startup+12.7023 s]
/proc/loadavg: 1.91 1.95 1.97 3/84 12338
/proc/meminfo: memFree=1061960/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=0.72
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1310 6886 0 1 6 1 60 5 16 0 1 0 19701754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1111 409 3 0 796 0
[pid=12329] ppid=12316 vsize=5356 CPUtime=0
/proc/12329/stat : 12329 (sh) S 12316 12316 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701831 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12329/statm: 1339 233 193 169 0 50 0
[pid=12330] ppid=12329 vsize=868704 CPUtime=11.77
/proc/12330/stat : 12330 (java) S 12329 12316 10937 0 -1 0 13101 0 1 0 1131 46 0 0 18 0 9 0 19701832 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12330/statm: 217176 11241 2591 9 0 211653 0
[pid=12330/tid=12331] ppid=12329 vsize=868704 CPUtime=10.46
/proc/12330/task/12331/stat : 12331 (java) R 12329 12316 10937 0 -1 64 3635 0 1 0 1011 35 0 0 25 0 9 0 19701833 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12332] ppid=12329 vsize=868704 CPUtime=0.99
/proc/12330/task/12332/stat : 12332 (java) S 12329 12316 10937 0 -1 64 7197 0 0 0 91 8 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12333] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12333/stat : 12333 (java) S 12329 12316 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12334] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12334/stat : 12334 (java) S 12329 12316 10937 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701834 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12335] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12335/stat : 12335 (java) S 12329 12316 10937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12336] ppid=12329 vsize=868704 CPUtime=0.29
/proc/12330/task/12336/stat : 12336 (java) S 12329 12316 10937 0 -1 64 1570 0 0 0 28 1 0 0 17 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12337] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12337/stat : 12337 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12330/tid=12338] ppid=12329 vsize=868704 CPUtime=0
/proc/12330/task/12338/stat : 12338 (java) S 12329 12316 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701836 889552896 11241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890928

[startup+25.5021 s]
/proc/loadavg: 1.92 1.95 1.97 3/76 12340
/proc/meminfo: memFree=906504/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=160472 CPUtime=6.49
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 39488 0 0 0 623 26 0 0 25 0 1 0 19703648 164323328 39474 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 40118 39474 76 150 0 39965 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 182696

[startup+51.1026 s]
/proc/loadavg: 1.95 1.95 1.97 3/76 12340
/proc/meminfo: memFree=904200/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=869696/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=195896 CPUtime=1330.54
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 48345 0 0 0 133014 40 0 0 25 0 1 0 19703648 200597504 48331 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 48974 48331 76 150 0 48821 0
Current children cumulated CPU time (s) 1349.19
Current children cumulated vsize (KiB) 218120

[startup+1422.31 s]
/proc/loadavg: 2.31 2.13 2.03 3/77 12343
/proc/meminfo: memFree=868160/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=197348 CPUtime=1389.97
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 48703 0 0 0 138957 40 0 0 25 0 1 0 19703648 202084352 48689 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 49337 48689 76 150 0 49184 0
Current children cumulated CPU time (s) 1408.62
Current children cumulated vsize (KiB) 219572

[startup+1482.3 s]
/proc/loadavg: 2.19 2.12 2.03 3/77 12343
/proc/meminfo: memFree=866752/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=198940 CPUtime=1449.4
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 49064 0 0 0 144899 41 0 0 25 0 1 0 19703648 203714560 49050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 49735 49050 76 150 0 49582 0
Current children cumulated CPU time (s) 1468.05
Current children cumulated vsize (KiB) 221164

[startup+1542.3 s]
/proc/loadavg: 2.13 2.11 2.03 3/77 12343
/proc/meminfo: memFree=865344/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=200524 CPUtime=1508.83
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 49432 0 0 0 150842 41 0 0 25 0 1 0 19703648 205336576 49418 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 50131 49418 76 150 0 49978 0
Current children cumulated CPU time (s) 1527.48
Current children cumulated vsize (KiB) 222748

[startup+1602.3 s]
/proc/loadavg: 2.11 2.11 2.03 3/77 12343
/proc/meminfo: memFree=863808/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=201976 CPUtime=1568.26
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 49807 0 0 0 156784 42 0 0 25 0 1 0 19703648 206823424 49793 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 50494 49793 76 150 0 50341 0
Current children cumulated CPU time (s) 1586.91
Current children cumulated vsize (KiB) 224200

[startup+1662.3 s]
/proc/loadavg: 2.16 2.12 2.03 3/77 12343
/proc/meminfo: memFree=862080/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=203428 CPUtime=1627.69
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 50200 0 0 0 162727 42 0 0 25 0 1 0 19703648 208310272 50186 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 50857 50186 76 150 0 50704 0
Current children cumulated CPU time (s) 1646.34
Current children cumulated vsize (KiB) 225652

[startup+1722.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/77 12349
/proc/meminfo: memFree=860536/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=204880 CPUtime=1687.11
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 50550 0 0 0 168668 43 0 0 25 0 1 0 19703648 209797120 50536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12340/statm: 51220 50536 76 150 0 51067 0
Current children cumulated CPU time (s) 1705.76
Current children cumulated vsize (KiB) 227104

[startup+1782.3 s]
/proc/loadavg: 1.99 2.06 2.02 3/76 12477
/proc/meminfo: memFree=866808/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=206600 CPUtime=1746.98
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 50973 0 0 0 174653 45 0 0 25 0 1 0 19703648 211558400 50959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12340/statm: 51650 50959 76 150 0 51497 0
Current children cumulated CPU time (s) 1765.63
Current children cumulated vsize (KiB) 228824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 1.99 2.05 2.01 3/76 12477
/proc/meminfo: memFree=865912/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=207392 CPUtime=1781.37
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 51189 0 0 0 178092 45 0 0 25 0 1 0 19703648 212369408 51175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12340/statm: 51848 51175 76 150 0 51695 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229616

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

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

[startup+1816.7 s]
/proc/loadavg: 1.99 2.05 2.01 3/76 12477
/proc/meminfo: memFree=865912/2055920 swapFree=4192956/4192956
[pid=12316] ppid=12314 vsize=16868 CPUtime=18.65
/proc/12316/stat : 12316 (sugar) S 12314 12316 10937 0 -1 4194304 1376 20638 0 2 6 2 1782 75 16 0 1 0 19701754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12316/statm: 4217 1113 409 3 0 796 0
[pid=12339] ppid=12316 vsize=5356 CPUtime=0
/proc/12339/stat : 12339 (sh) S 12316 12316 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19703648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12339/statm: 1339 232 193 169 0 50 0
[pid=12340] ppid=12339 vsize=207392 CPUtime=1781.37
/proc/12340/stat : 12340 (minisat) R 12339 12316 10937 0 -1 4194304 51189 0 0 0 178092 45 0 0 25 0 1 0 19703648 212369408 51175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12340/statm: 51848 51175 76 150 0 51695 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229616

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12316 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=895279
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=819875
# CPU time returned by wait4() is 18.7152
# 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.78
CPU time (s): 1800.02
CPU user time (s): 1798.8
CPU system time (s): 1.22
CPU usage (%): 99.0775
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8953
system time used= 0.819875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22397
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= 12106
involuntary context switches= 12377

runsolver used 2.27765 second user time and 5.98909 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 17:32:27
IDJOB=2060973
IDBENCH=53766
IDSOLVER=739
FILE ID=node10/2060973-1247326347
PBS_JOBID= 9506607
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-32-32.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-2060973-1247326347/watcher-2060973-1247326347 -o /tmp/evaluation-result-2060973-1247326347/solver-2060973-1247326347 -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-2060973-1247326347.xml

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

MD5SUM BENCH= db5e4024fa09c2ba43e56edc6af3d2e9
RANDOM SEED=673905084

node10.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.279
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.279
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:       1147520 kB
Buffers:         59696 kB
Cached:         746376 kB
SwapCached:          0 kB
Active:          71028 kB
Inactive:       762900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          38560 kB
Slab:            59824 kB
Committed_AS:   197740 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node10 at 2009-07-11 18:02:46