Trace number 1057976

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.14 1807.03

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-2.xml
MD5SUM45198355f671cba1241311e09f8b8248
Bench CategoryGLOBAL (global constraints)
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 variables800
Number of constraints27284
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26784
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:06:13 2008
0.00/0.04	c 0	PID 24631
0.04/0.05	c 0	HOST node64.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1057976-1215111973.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057976-1215111973.xml' 'HOME/temp.csp'
1.96/2.05	c 2	423 domains, 800 variables, 1 predicates, 0 relations, 27284 constraints
1.96/2.09	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.96/2.09	c 2	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'
2.02/2.17	c 2	Parsing HOME/temp.csp
2.61/2.74	c 3	parsed 10000 expressions
2.91/3.08	c 3	parsed 20000 expressions
3.30/3.40	c 4	parsed 28508 expressions
3.30/3.41	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.41	c 4	Converting to clausal form CSP
4.29/4.44	c 5	converted 2851 (10%) expressions
5.88/6.00	c 6	converted 5702 (20%) expressions
7.46/7.62	c 8	converted 8553 (30%) expressions
9.14/9.40	c 10	converted 11404 (40%) expressions
10.62/10.89	c 11	converted 14254 (50%) expressions
12.01/12.28	c 12	converted 17105 (60%) expressions
14.09/14.40	c 15	converted 19956 (70%) expressions
15.47/15.75	c 16	converted 22807 (80%) expressions
16.87/17.13	c 17	converted 25658 (90%) expressions
71.83/72.63	c 73	converted 28508 (100%) expressions
71.83/72.63	c 73	CSP : 800 integers, 0 booleans, 132863 clauses, largest domain size 34
71.83/72.63	c 73	Heap : 630 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.83/72.63	c 73	Propagation in CSP
82.62/83.52	c 84	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.62/83.52	c 84	CSP : 800 integers, 0 booleans, 132863 clauses, largest domain size 34
82.62/83.52	c 84	Heap : 645 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
82.72/83.63	c 84	Simplifing CSP by introducing new Boolean variables
91.94/92.99	c 93	CSP : 800 integers, 309680 booleans, 442543 clauses, largest domain size 34
91.94/92.99	c 93	Heap : 727 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
95.60/96.63	c 97	Encoding CSP to SAT : HOME/temp.cnf
95.70/96.78	c 97	80 (10%) CSP integer variables are encoded (1930 clauses, 23028 bytes)
95.80/96.81	c 97	160 (20%) CSP integer variables are encoded (3814 clauses, 47520 bytes)
95.80/96.84	c 97	240 (30%) CSP integer variables are encoded (5686 clauses, 71856 bytes)
95.80/96.88	c 97	320 (40%) CSP integer variables are encoded (7552 clauses, 96114 bytes)
99.26/100.35	c 101	400 (50%) CSP integer variables are encoded (9387 clauses, 119969 bytes)
99.26/100.35	c 101	480 (60%) CSP integer variables are encoded (9528 clauses, 121802 bytes)
99.26/100.35	c 101	560 (70%) CSP integer variables are encoded (9669 clauses, 123874 bytes)
99.26/100.35	c 101	640 (80%) CSP integer variables are encoded (9806 clauses, 125929 bytes)
99.26/100.35	c 101	720 (90%) CSP integer variables are encoded (9891 clauses, 127204 bytes)
99.26/100.35	c 101	800 (100%) CSP integer variables are encoded (10050 clauses, 129589 bytes)
134.32/135.75	c 136	44255 (10%) CSP clauses are encoded (538170 clauses, 10202247 bytes)
168.39/170.17	c 170	88509 (20%) CSP clauses are encoded (1061085 clauses, 20485475 bytes)
202.65/204.72	c 205	132763 (30%) CSP clauses are encoded (1616953 clauses, 31646874 bytes)
248.31/250.87	c 251	177018 (40%) CSP clauses are encoded (2379653 clauses, 47125668 bytes)
293.85/296.87	c 297	221272 (50%) CSP clauses are encoded (3132195 clauses, 62421950 bytes)
339.48/342.95	c 343	265526 (60%) CSP clauses are encoded (3889548 clauses, 77827420 bytes)
385.12/389.08	c 389	309781 (70%) CSP clauses are encoded (4644979 clauses, 93218867 bytes)
430.68/435.10	c 435	354035 (80%) CSP clauses are encoded (5390892 clauses, 108391456 bytes)
476.34/481.14	c 481	398289 (90%) CSP clauses are encoded (6132664 clauses, 123450289 bytes)
521.87/527.16	c 527	442543 (100%) CSP clauses are encoded (6878858 clauses, 138662961 bytes)
521.87/527.16	c 527	442543 CSP clauses encoded
521.87/527.16	c 527	Writing map file : HOME/temp.map
521.97/527.22	c 527	Heap : 722 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
521.97/527.22	c 527	SAT : 320348 SAT variables, 6878858 SAT clauses, 138662961 bytes
521.97/527.22	c 527	Heap : 722 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
522.04/527.36	c 528	SOLVING HOME/temp.cnf
522.04/527.37	c 528	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
522.04/527.37	c 528	This is MiniSat 2.0 beta
522.04/527.37	c 528	WARNING: for repeatability, setting FPU to use double precision
522.04/527.37	c 528	============================[ Problem Statistics ]=============================
522.04/527.37	c 528	|                                                                             |
522.04/527.37	c 528	|  Number of variables:  320348                                               |
522.04/527.37	c 528	|  Number of clauses:    6878858                                              |
525.61/530.97	c 531	|  Parsing time:         3.12         s                                       |
525.81/531.18	c 531	============================[ Search Statistics ]==============================
525.81/531.18	c 531	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
525.81/531.18	c 531	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
525.81/531.18	c 531	===============================================================================
525.81/531.18	c 531	|         0 |  320348  6878858 20064115 |  2292952        0    nan |  0.000 % |
528.78/534.15	c 534	|       100 |  320348  6878858 20064115 |  2522247      100     67 |  0.000 % |
530.46/535.83	c 536	|       253 |  320348  6878858 20064115 |  2774472      253     44 |  0.000 % |
531.86/537.29	c 537	|       478 |  320348  6878858 20064115 |  3051919      478     33 |  0.000 % |
533.64/539.06	c 539	|       817 |  320348  6878858 20064115 |  3357111      817     27 |  0.000 % |
535.42/540.87	c 541	|      1323 |  320348  6878858 20064115 |  3692823     1323     23 |  0.000 % |
538.09/543.56	c 544	|      2082 |  320348  6878858 20064115 |  4062105     2082     22 |  0.000 % |
558.21/563.86	c 564	|      3222 |  320348  6878858 20064115 |  4468316     3222     65 |  0.000 % |
565.33/571.01	c 571	|      4930 |  320348  6878858 20064115 |  4915147     4930     52 |  0.000 % |
576.52/582.38	c 583	|      7492 |  320348  6878858 20064115 |  5406662     7492     43 |  0.000 % |
586.33/592.21	c 592	|     11336 |  320348  6878858 20064115 |  5947328    11336     37 |  0.000 % |
685.52/691.91	c 692	|     17103 |  320348  6878858 20064115 |  6542061    17103     80 |  0.000 % |
735.01/741.47	c 742	|     25755 |  320348  6878858 20064115 |  7196267    25755     67 |  0.000 % |
777.38/783.88	c 784	|     38731 |  320348  6878858 20064115 |  7915894    38731     55 |  0.000 % |
828.47/834.93	c 835	|     58192 |  320348  6878858 20064115 |  8707483    58192     43 |  0.000 % |
1256.29/1262.92	c 1263	|     87385 |  320348  6878858 20064115 |  9578232    87385     74 |  0.000 % |
1582.57/1589.30	c 1590	|    131174 |  320348  6878858 20064115 | 10536055   131174     70 |  0.000 % |
1697.04/1703.81	c 1704	|    196861 |  320348  6878858 20064115 | 11589661   196861     52 |  0.000 % |
1800.10/1806.92	c ERROR INTERRUPTED
1800.10/1806.97	s UNKNOWN
1800.10/1806.97	c 1807	CPU 519.52 (0.03 0.01 519.49 2.6)
1800.10/1806.97	c 1807	END Thu Jul  3 21:36:20 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-1057976-1215111973/watcher-1057976-1215111973 -o /tmp/evaluation-result-1057976-1215111973/solver-1057976-1215111973 -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-1057976-1215111973.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: 1.91 1.95 1.90 4/81 24631
/proc/meminfo: memFree=1511328/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=12268 CPUtime=0
/proc/24631/stat : 24631 (sugar) R 24629 24631 24010 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990167676 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251264023550 0 0 4224 0 0 0 0 17 1 0 0
/proc/24631/statm: 3067 316 241 3 0 167 0

[startup+0.0499631 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 24631
/proc/meminfo: memFree=1511328/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=0.04
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1990167676 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102182 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 24631
/proc/meminfo: memFree=1511328/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=0.04
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990167676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 24631
/proc/meminfo: memFree=1511328/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=0.04
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990167676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701245 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 24631
/proc/meminfo: memFree=1511328/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=0.04
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990167676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.91 1.95 1.90 3/92 24643
/proc/meminfo: memFree=1484168/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=0.04
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990167676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 796 370 3 0 500 0
[pid=24634] ppid=24631 vsize=5356 CPUtime=0
/proc/24634/stat : 24634 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990167681 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1339 233 193 169 0 50 0
[pid=24635] ppid=24634 vsize=864688 CPUtime=1.42
/proc/24635/stat : 24635 (java) S 24634 24631 24010 0 -1 0 15147 0 1 0 135 7 0 0 18 0 9 0 1990167681 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24635/statm: 216172 13191 2529 9 0 210754 0
[pid=24635/tid=24636] ppid=24634 vsize=864688 CPUtime=0.79
/proc/24635/task/24636/stat : 24636 (java) R 24634 24631 24010 0 -1 64 3021 0 1 0 77 2 0 0 24 0 9 0 1990167682 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4126406245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24637] ppid=24634 vsize=864688 CPUtime=0.49
/proc/24635/task/24637/stat : 24637 (java) S 24634 24631 24010 0 -1 64 10927 0 0 0 46 3 0 0 16 0 9 0 1990167683 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24638] ppid=24634 vsize=864688 CPUtime=0
/proc/24635/task/24638/stat : 24638 (java) S 24634 24631 24010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990167684 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24639] ppid=24634 vsize=864688 CPUtime=0
/proc/24635/task/24639/stat : 24639 (java) S 24634 24631 24010 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990167684 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24640] ppid=24634 vsize=864688 CPUtime=0
/proc/24635/task/24640/stat : 24640 (java) S 24634 24631 24010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990167686 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24641] ppid=24634 vsize=864688 CPUtime=0.11
/proc/24635/task/24641/stat : 24641 (java) S 24634 24631 24010 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 1990167686 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24642] ppid=24634 vsize=864688 CPUtime=0
/proc/24635/task/24642/stat : 24642 (java) S 24634 24631 24010 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990167686 885440512 13191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24635/tid=24643] ppid=24634 vsize=864688 CPUtime=0
/proc/24635/task/24643/stat : 24643 (java) S 24634 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990167686 885440512 13191 996147200 134512640 134550740 4294956016 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) 883644

[startup+3.1029 s]
/proc/loadavg: 1.91 1.95 1.90 3/84 24645
/proc/meminfo: memFree=1507784/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=2.02
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 973 16166 0 1 3 1 189 9 15 0 1 0 1990167676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 797 370 3 0 500 0
[pid=24644] ppid=24631 vsize=5356 CPUtime=0
/proc/24644/stat : 24644 (sh) S 24631 24631 24010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990167885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24644/statm: 1339 233 193 169 0 50 0
[pid=24645] ppid=24644 vsize=864100 CPUtime=0.98
/proc/24645/stat : 24645 (java) S 24644 24631 24010 0 -1 0 7059 0 1 0 94 4 0 0 18 0 9 0 1990167885 884838400 6130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24645/statm: 216025 6130 2532 9 0 210607 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883056

[startup+6.30186 s]
/proc/loadavg: 1.92 1.95 1.90 3/92 24653
/proc/meminfo: memFree=1468808/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=2.02
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 974 16166 0 1 3 1 189 9 16 0 1 0 1990167676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 797 370 3 0 500 0
[pid=24644] ppid=24631 vsize=5356 CPUtime=0
/proc/24644/stat : 24644 (sh) S 24631 24631 24010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990167885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24644/statm: 1339 233 193 169 0 50 0
[pid=24645] ppid=24644 vsize=868680 CPUtime=4.15
/proc/24645/stat : 24645 (java) S 24644 24631 24010 0 -1 0 15497 0 1 0 406 9 0 0 18 0 9 0 1990167885 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24645/statm: 217170 14237 2540 9 0 211745 0
[pid=24645/tid=24646] ppid=24644 vsize=868680 CPUtime=3.01
/proc/24645/task/24646/stat : 24646 (java) R 24644 24631 24010 0 -1 64 3031 0 1 0 300 1 0 0 25 0 9 0 1990167887 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24647] ppid=24644 vsize=868680 CPUtime=0.92
/proc/24645/task/24647/stat : 24647 (java) R 24644 24631 24010 0 -1 64 10296 0 0 0 87 5 0 0 16 0 9 0 1990167888 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 102731777 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24648] ppid=24644 vsize=868680 CPUtime=0
/proc/24645/task/24648/stat : 24648 (java) S 24644 24631 24010 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990167888 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24649] ppid=24644 vsize=868680 CPUtime=0
/proc/24645/task/24649/stat : 24649 (java) S 24644 24631 24010 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990167888 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24650] ppid=24644 vsize=868680 CPUtime=0
/proc/24645/task/24650/stat : 24650 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990167890 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24651] ppid=24644 vsize=868680 CPUtime=0.19
/proc/24645/task/24651/stat : 24651 (java) S 24644 24631 24010 0 -1 64 1473 0 0 0 18 1 0 0 16 0 9 0 1990167890 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24652] ppid=24644 vsize=868680 CPUtime=0
/proc/24645/task/24652/stat : 24652 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990167890 889528320 14237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24653] ppid=24644 vsize=868680 CPUtime=0
/proc/24645/task/24653/stat : 24653 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990167890 889528320 14237 996147200 134512640 134550740 4294955952 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) 887636

[startup+12.7026 s]
/proc/loadavg: 1.93 1.95 1.90 3/92 24653
/proc/meminfo: memFree=1409288/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=2.02
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 974 16166 0 1 3 1 189 9 16 0 1 0 1990167676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 797 370 3 0 500 0
[pid=24644] ppid=24631 vsize=5356 CPUtime=0
/proc/24644/stat : 24644 (sh) S 24631 24631 24010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990167885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24644/statm: 1339 233 193 169 0 50 0
[pid=24645] ppid=24644 vsize=868428 CPUtime=10.49
/proc/24645/stat : 24645 (java) S 24644 24631 24010 0 -1 0 34903 0 1 0 1031 18 0 0 18 0 9 0 1990167885 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24645/statm: 217107 29046 2540 9 0 211682 0
[pid=24645/tid=24646] ppid=24644 vsize=868428 CPUtime=8.04
/proc/24645/task/24646/stat : 24646 (java) R 24644 24631 24010 0 -1 64 3735 0 1 0 802 2 0 0 25 0 9 0 1990167887 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4126572578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24647] ppid=24644 vsize=868428 CPUtime=2.22
/proc/24645/task/24647/stat : 24647 (java) S 24644 24631 24010 0 -1 64 28997 0 0 0 209 13 0 0 16 0 9 0 1990167888 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24648] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24648/stat : 24648 (java) S 24644 24631 24010 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990167888 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24649] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24649/stat : 24649 (java) S 24644 24631 24010 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990167888 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24650] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24650/stat : 24650 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990167890 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24651] ppid=24644 vsize=868428 CPUtime=0.19
/proc/24645/task/24651/stat : 24651 (java) S 24644 24631 24010 0 -1 64 1474 0 0 0 18 1 0 0 16 0 9 0 1990167890 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24652] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24652/stat : 24652 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990167890 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24653] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24653/stat : 24653 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990167890 889270272 29046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887384

[startup+25.503 s]
/proc/loadavg: 1.94 1.96 1.91 3/92 24653
/proc/meminfo: memFree=1282824/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=2.02
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 974 16166 0 1 3 1 189 9 16 0 1 0 1990167676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24631/statm: 3400 797 370 3 0 500 0
[pid=24644] ppid=24631 vsize=5356 CPUtime=0
/proc/24644/stat : 24644 (sh) S 24631 24631 24010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990167885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24644/statm: 1339 233 193 169 0 50 0
[pid=24645] ppid=24644 vsize=868428 CPUtime=23.16
/proc/24645/stat : 24645 (java) S 24644 24631 24010 0 -1 0 73244 0 1 0 2283 33 0 0 18 0 9 0 1990167885 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24645/statm: 217107 58381 2540 9 0 211682 0
[pid=24645/tid=24646] ppid=24644 vsize=868428 CPUtime=17.23
/proc/24645/task/24646/stat : 24646 (java) R 24644 24631 24010 0 -1 64 5609 0 1 0 1720 3 0 0 25 0 9 0 1990167887 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4126572273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24647] ppid=24644 vsize=868428 CPUtime=5.7
/proc/24645/task/24647/stat : 24647 (java) S 24644 24631 24010 0 -1 64 65458 0 0 0 542 28 0 0 16 0 9 0 1990167888 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24648] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24648/stat : 24648 (java) S 24644 24631 24010 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990167888 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24649] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24649/stat : 24649 (java) S 24644 24631 24010 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990167888 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24650] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24650/stat : 24650 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990167890 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24651] ppid=24644 vsize=868428 CPUtime=0.2
/proc/24645/task/24651/stat : 24651 (java) S 24644 24631 24010 0 -1 64 1480 0 0 0 19 1 0 0 16 0 9 0 1990167890 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24652] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24652/stat : 24652 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990167890 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24645/tid=24653] ppid=24644 vsize=868428 CPUtime=0
/proc/24645/task/24653/stat : 24653 (java) S 24644 24631 24010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990167890 889270272 58381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887384

[startup+51.1028 s]
/proc/loadavg: 1.96 1.96 1.91 3/92 24653
/proc/meminfo: memFree=1046408/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=2.02
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 974 16166 0 1 3 1 189 9 16 0 1 0 1990167676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=353140 CPUtime=893.51
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 85922 0 0 0 89289 62 0 0 25 0 1 0 1990220413 361615360 85908 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 88285 85908 76 150 0 88132 0
Current children cumulated CPU time (s) 1415.64
Current children cumulated vsize (KiB) 372096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/75 24693
/proc/meminfo: memFree=622928/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=355264 CPUtime=953.49
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 86445 0 0 0 95286 63 0 0 25 0 1 0 1990220413 363790336 86431 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 88816 86431 76 150 0 88663 0
Current children cumulated CPU time (s) 1475.62
Current children cumulated vsize (KiB) 374220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 24693
/proc/meminfo: memFree=619984/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=358180 CPUtime=1013.47
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 87188 0 0 0 101283 64 0 0 25 0 1 0 1990220413 366776320 87174 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 89545 87174 76 150 0 89392 0
Current children cumulated CPU time (s) 1535.6
Current children cumulated vsize (KiB) 377136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 24693
/proc/meminfo: memFree=617488/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=360700 CPUtime=1073.44
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 87825 0 0 0 107280 64 0 0 25 0 1 0 1990220413 369356800 87811 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 90175 87811 76 150 0 90022 0
Current children cumulated CPU time (s) 1595.57
Current children cumulated vsize (KiB) 379656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 24693
/proc/meminfo: memFree=613840/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=364444 CPUtime=1133.42
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 88728 0 0 0 113276 66 0 0 25 0 1 0 1990220413 373190656 88714 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 91111 88714 76 150 0 90958 0
Current children cumulated CPU time (s) 1655.55
Current children cumulated vsize (KiB) 383400

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 24693
/proc/meminfo: memFree=592528/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=367748 CPUtime=1193.39
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 89559 0 0 0 119273 66 0 0 25 0 1 0 1990220413 376573952 89545 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 91937 89545 76 150 0 91784 0
Current children cumulated CPU time (s) 1715.52
Current children cumulated vsize (KiB) 386704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 24693
/proc/meminfo: memFree=589136/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=370128 CPUtime=1253.36
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 90184 0 0 0 125269 67 0 0 25 0 1 0 1990220413 379011072 90170 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 92532 90170 76 150 0 92379 0
Current children cumulated CPU time (s) 1775.49
Current children cumulated vsize (KiB) 389084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 24693
/proc/meminfo: memFree=587920/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=371584 CPUtime=1277.97
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 90478 0 0 0 127729 68 0 0 25 0 1 0 1990220413 380502016 90464 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 92896 90464 76 150 0 92743 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 390540

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 24693
/proc/meminfo: memFree=587920/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.13
/proc/24631/stat : 24631 (sugar) S 24629 24631 24010 0 -1 4194304 1033 397928 0 2 3 1 51949 260 16 0 1 0 1990167676 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24631/statm: 3400 799 370 3 0 500 0
[pid=24654] ppid=24631 vsize=5356 CPUtime=0
/proc/24654/stat : 24654 (sh) S 24631 24631 24010 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990220413 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24654/statm: 1339 232 193 169 0 50 0
[pid=24655] ppid=24654 vsize=371584 CPUtime=1277.97
/proc/24655/stat : 24655 (minisat) R 24654 24631 24010 0 -1 4194304 90478 0 0 0 127729 68 0 0 25 0 1 0 1990220413 380502016 90464 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24655/statm: 92896 90464 76 150 0 92743 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 390540

# WARNING:
# current cumulated CPU time (522.18 s) is less than in the last sample (1800.1 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1277.92 s) to the 'lost time'.

[startup+1807.02 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 24693
/proc/meminfo: memFree=587920/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.18
/proc/24631/stat : 24631 (sugar) R 24629 24631 24010 0 -1 4194304 1069 398205 0 2 3 6 51949 260 17 0 1 0 1990167676 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24631/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 13600

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

[startup+1807.02 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 24693
/proc/meminfo: memFree=587920/2055920 swapFree=4178936/4192956
[pid=24631] ppid=24629 vsize=13600 CPUtime=522.18
/proc/24631/stat : 24631 (sugar) R 24629 24631 24010 0 -1 4194304 1069 398205 0 2 3 6 51949 260 17 0 1 0 1990167676 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24631/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1277.92
#  lost CPU user time (s): 1277.29
#  lost CPU system time (s): 0.63

Real time (s): 1807.03
CPU time (s): 1800.14
CPU user time (s): 1796.82
CPU system time (s): 3.31659
CPU usage (%): 99.6184
Max. virtual memory (cumulated for all children) (KiB): 900196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.531
system time used= 2.68659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399305
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= 15760
involuntary context switches= 26724

runsolver used 2.11268 second user time and 6.14506 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-03 21:06:13
IDJOB=1057976
IDBENCH=54099
IDSOLVER=346
FILE ID=node64/1057976-1215111973
PBS_JOBID= 7877077
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-2.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-1057976-1215111973/watcher-1057976-1215111973 -o /tmp/evaluation-result-1057976-1215111973/solver-1057976-1215111973 -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-1057976-1215111973.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45198355f671cba1241311e09f8b8248
RANDOM SEED=560702508

node64.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.248
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.248
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:       1511808 kB
Buffers:         59892 kB
Cached:         355804 kB
SwapCached:       7196 kB
Active:         281904 kB
Inactive:       195932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511808 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            5236 kB
Writeback:           0 kB
Mapped:          75920 kB
Slab:            51072 kB
Committed_AS:  4682768 kB
PageTables:       1940 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= 66540 MiB
End job on node64 at 2008-07-03 21:36:22