Trace number 1041880

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.02 1801.54

General information on the benchmark

Namecsp/cjss/
normalized-la04x3-570.xml
MD5SUM258e8f81311a1a5f6c31959db09ea953
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 variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size571
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:17:44 2008
0.00/0.04	c 0	PID 10536
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041880-1215001064.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041880-1215001064.xml' 'HOME/temp.csp'
0.03/0.33	c 0	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.03/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.31/0.45	c 1	Parsing HOME/temp.csp
0.31/0.55	c 1	parsed 309 expressions
0.31/0.55	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.55	c 1	Converting to clausal form CSP
0.31/0.58	c 1	converted 31 (10%) expressions
0.31/0.58	c 1	converted 62 (20%) expressions
0.31/0.58	c 1	converted 93 (30%) expressions
0.31/0.58	c 1	converted 124 (40%) expressions
0.31/0.59	c 1	converted 155 (50%) expressions
0.31/0.59	c 1	converted 186 (60%) expressions
0.31/0.60	c 1	converted 217 (70%) expressions
0.31/0.60	c 1	converted 248 (80%) expressions
0.31/0.61	c 1	converted 279 (90%) expressions
20.58/20.86	c 21	converted 309 (100%) expressions
20.58/20.89	c 21	CSP : 192189 integers, 77979 booleans, 537186 clauses, largest domain size 571
20.58/20.89	c 21	Heap : 317 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.58/20.89	c 21	Propagation in CSP
24.54/24.88	c 25	213607 values, 0 unsatisfiable literals, and 36 valid clauses are removed
24.64/24.91	c 25	CSP : 192189 integers, 77979 booleans, 537150 clauses, largest domain size 433
24.64/24.91	c 25	Heap : 330 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.74/25.05	c 25	Simplifing CSP by introducing new Boolean variables
24.94/25.30	c 25	CSP : 192189 integers, 77979 booleans, 537150 clauses, largest domain size 433
24.94/25.30	c 25	Heap : 338 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.73/27.09	c 27	Encoding CSP to SAT : HOME/temp.cnf
26.92/27.25	c 27	19219 (10%) CSP integer variables are encoded (61542 clauses, 901050 bytes)
26.92/27.29	c 27	38438 (20%) CSP integer variables are encoded (74087 clauses, 1098145 bytes)
27.02/27.34	c 28	57657 (30%) CSP integer variables are encoded (87989 clauses, 1334479 bytes)
27.02/27.38	c 28	76876 (40%) CSP integer variables are encoded (100154 clauses, 1541284 bytes)
27.12/27.43	c 28	96095 (50%) CSP integer variables are encoded (114059 clauses, 1777669 bytes)
27.12/27.47	c 28	115314 (60%) CSP integer variables are encoded (125940 clauses, 1979646 bytes)
27.22/27.51	c 28	134533 (70%) CSP integer variables are encoded (139873 clauses, 2216507 bytes)
27.22/27.55	c 28	153752 (80%) CSP integer variables are encoded (152133 clauses, 2424927 bytes)
27.22/27.59	c 28	172971 (90%) CSP integer variables are encoded (165851 clauses, 2658133 bytes)
27.31/27.63	c 28	192189 (100%) CSP integer variables are encoded (177917 clauses, 2863255 bytes)
27.91/28.24	c 28	53715 (10%) CSP clauses are encoded (340514 clauses, 5581811 bytes)
28.40/28.75	c 29	107430 (20%) CSP clauses are encoded (457810 clauses, 7682412 bytes)
28.90/29.26	c 29	161145 (30%) CSP clauses are encoded (584102 clauses, 10139525 bytes)
29.39/29.76	c 30	214860 (40%) CSP clauses are encoded (697518 clauses, 12313696 bytes)
29.89/30.27	c 30	268575 (50%) CSP clauses are encoded (821867 clauses, 14728269 bytes)
30.38/30.77	c 31	322290 (60%) CSP clauses are encoded (935393 clauses, 16909659 bytes)
30.88/31.29	c 31	376005 (70%) CSP clauses are encoded (1059354 clauses, 19313769 bytes)
31.38/31.79	c 32	429720 (80%) CSP clauses are encoded (1174988 clauses, 21542026 bytes)
31.95/32.33	c 32	483435 (90%) CSP clauses are encoded (1299039 clauses, 23947413 bytes)
32.46/32.83	c 33	537150 (100%) CSP clauses are encoded (1413952 clauses, 26157940 bytes)
32.46/32.83	c 33	537150 CSP clauses encoded
32.46/32.83	c 33	Writing map file : HOME/temp.map
32.46/32.86	c 33	Heap : 326 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.46/32.86	c 33	SAT : 439900 SAT variables, 1413952 SAT clauses, 26157940 bytes
32.46/32.86	c 33	Heap : 326 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.52/32.97	c 33	SOLVING HOME/temp.cnf
32.52/32.97	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.52/32.98	c 33	This is MiniSat 2.0 beta
32.52/32.98	c 33	WARNING: for repeatability, setting FPU to use double precision
32.52/32.98	c 33	============================[ Problem Statistics ]=============================
32.52/32.98	c 33	|                                                                             |
32.52/32.98	c 33	|  Number of variables:  439900                                               |
32.52/32.98	c 33	|  Number of clauses:    1413952                                              |
32.60/33.74	c 34	|  Parsing time:         0.65         s                                       |
32.60/33.79	c 34	============================[ Search Statistics ]==============================
32.60/33.79	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.60/33.79	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.60/33.79	c 34	===============================================================================
32.60/33.79	c 34	|         0 |  304853   951357  2172338 |   317119        0    nan |  0.000 % |
34.40/34.82	c 35	|       103 |  304853   951357  2172338 |   348830      103     25 | 30.699 % |
35.49/35.93	c 36	|       254 |  304853   951357  2172338 |   383713      254     25 | 30.699 % |
36.18/36.60	c 37	|       479 |  304853   951357  2172338 |   422085      479     18 | 30.699 % |
39.25/39.78	c 40	|       816 |  304853   951357  2172338 |   464293      816     46 | 30.699 % |
44.00/44.50	c 45	|      1323 |  304853   951357  2172338 |   510723     1323     41 | 30.699 % |
48.83/49.50	c 50	|      2082 |  304853   951357  2172338 |   561795     2082     33 | 30.699 % |
55.99/56.66	c 57	|      3222 |  304853   951357  2172338 |   617975     3222     72 | 30.699 % |
68.60/69.29	c 69	|      4932 |  304853   951357  2172338 |   679772     4932     61 | 30.699 % |
88.97/89.63	c 90	|      7494 |  304853   951357  2172338 |   747750     7494     55 | 30.699 % |
119.96/120.61	c 121	|     11338 |  304853   951357  2172338 |   822525    11338     47 | 30.699 % |
166.63/167.31	c 167	|     17104 |  304853   951357  2172338 |   904777    17104     44 | 30.699 % |
221.29/222.07	c 222	|     25754 |  304853   951357  2172338 |   995255    25754     45 | 30.699 % |
309.86/310.61	c 311	|     38729 |  304853   951357  2172338 |  1094780    38729     45 | 30.699 % |
487.77/488.70	c 489	|     58190 |  304853   951357  2172338 |  1204258    58190     52 | 30.699 % |
803.71/804.75	c 805	|     87382 |  304853   951357  2172338 |  1324684    87382     62 | 30.699 % |
1278.68/1279.91	c 1280	|    131171 |  304853   951357  2172338 |  1457153   131171     54 | 30.699 % |
1800.02/1801.52	c ERROR INTERRUPTED
1800.02/1801.53	s UNKNOWN
1800.02/1801.53	c 1802	CPU 31.71 (0.03 0.01 31.68 0.88)
1800.02/1801.53	c 1802	END Wed Jul  2 14:47:46 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-1041880-1215001064/watcher-1041880-1215001064 -o /tmp/evaluation-result-1041880-1215001064/solver-1041880-1215001064 -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-1041880-1215001064.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10536
/proc/meminfo: memFree=1867000/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=12268 CPUtime=0
/proc/10536/stat : 10536 (sugar) R 10534 10536 10102 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1979057545 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228783602686 0 0 4224 0 0 0 0 17 1 0 0
/proc/10536/statm: 3067 316 241 3 0 167 0

[startup+0.075016 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10536
/proc/meminfo: memFree=1867000/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.03
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979057545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100642 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10536
/proc/meminfo: memFree=1867000/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.03
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979057545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301682 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10536
/proc/meminfo: memFree=1867000/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.03
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979057545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701764 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10536
/proc/meminfo: memFree=1867000/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 973 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 10558
/proc/meminfo: memFree=1799840/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 973 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
[pid=10549] ppid=10536 vsize=5356 CPUtime=0
/proc/10549/stat : 10549 (sh) S 10536 10536 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979057583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10549/statm: 1339 233 193 169 0 50 0
[pid=10550] ppid=10549 vsize=868424 CPUtime=1.1
/proc/10550/stat : 10550 (java) S 10549 10536 10102 0 -1 0 9588 0 1 0 104 6 0 0 18 0 9 0 1979057583 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10550/statm: 217106 8783 2539 9 0 211681 0
[pid=10550/tid=10551] ppid=10549 vsize=868424 CPUtime=0.61
/proc/10550/task/10551/stat : 10551 (java) R 10549 10536 10102 0 -1 64 2692 0 1 0 60 1 0 0 24 0 9 0 1979057584 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10552] ppid=10549 vsize=868424 CPUtime=0.28
/proc/10550/task/10552/stat : 10552 (java) R 10549 10536 10102 0 -1 64 4734 0 0 0 26 2 0 0 16 0 9 0 1979057585 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 103736190 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10549 vsize=868424 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10549 10536 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979057585 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10554] ppid=10549 vsize=868424 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10549 10536 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979057585 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10549 vsize=868424 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979057587 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10556] ppid=10549 vsize=868424 CPUtime=0.18
/proc/10550/task/10556/stat : 10556 (java) S 10549 10536 10102 0 -1 64 1470 0 0 0 17 1 0 0 16 0 9 0 1979057587 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10557] ppid=10549 vsize=868424 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979057587 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10558] ppid=10549 vsize=868424 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10549 10536 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979057587 889266176 8783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887380

[startup+3.10223 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 10558
/proc/meminfo: memFree=1781024/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 973 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
[pid=10549] ppid=10536 vsize=5356 CPUtime=0
/proc/10549/stat : 10549 (sh) S 10536 10536 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979057583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10549/statm: 1339 233 193 169 0 50 0
[pid=10550] ppid=10549 vsize=868864 CPUtime=2.69
/proc/10550/stat : 10550 (java) S 10549 10536 10102 0 -1 0 16469 0 1 0 258 11 0 0 18 0 9 0 1979057583 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10550/statm: 217216 15413 2540 9 0 211791 0
[pid=10550/tid=10551] ppid=10549 vsize=868864 CPUtime=1.57
/proc/10550/task/10551/stat : 10551 (java) R 10549 10536 10102 0 -1 64 3028 0 1 0 155 2 0 0 25 0 9 0 1979057584 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10552] ppid=10549 vsize=868864 CPUtime=0.91
/proc/10550/task/10552/stat : 10552 (java) R 10549 10536 10102 0 -1 64 11277 0 0 0 84 7 0 0 16 0 9 0 1979057585 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 104180111 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10549 vsize=868864 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10549 10536 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979057585 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10554] ppid=10549 vsize=868864 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10549 10536 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979057585 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10549 vsize=868864 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979057587 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10556] ppid=10549 vsize=868864 CPUtime=0.19
/proc/10550/task/10556/stat : 10556 (java) S 10549 10536 10102 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 1979057587 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10557] ppid=10549 vsize=868864 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979057587 889716736 15413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10558] ppid=10549 vsize=868864 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10549 10536 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979057587 889716736 15413 996147200 134512640 134550740 4294955952 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) 887820

[startup+6.30286 s]
/proc/loadavg: 2.32 2.07 2.02 3/95 10558
/proc/meminfo: memFree=1716192/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 973 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
[pid=10549] ppid=10536 vsize=5356 CPUtime=0
/proc/10549/stat : 10549 (sh) S 10536 10536 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979057583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10549/statm: 1339 233 193 169 0 50 0
[pid=10550] ppid=10549 vsize=868360 CPUtime=5.87
/proc/10550/stat : 10550 (java) S 10549 10536 10102 0 -1 0 29827 0 1 0 568 19 0 0 18 0 9 0 1979057583 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10550/statm: 217090 28121 2540 9 0 211665 0
[pid=10550/tid=10551] ppid=10549 vsize=868360 CPUtime=3.52
/proc/10550/task/10551/stat : 10551 (java) R 10549 10536 10102 0 -1 64 3625 0 1 0 349 3 0 0 25 0 9 0 1979057584 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4126595867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10552] ppid=10549 vsize=868360 CPUtime=2.13
/proc/10550/task/10552/stat : 10552 (java) S 10549 10536 10102 0 -1 64 24023 0 0 0 199 14 0 0 16 0 9 0 1979057585 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10549 10536 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979057585 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10554] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10549 10536 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979057585 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979057587 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10556] ppid=10549 vsize=868360 CPUtime=0.2
/proc/10550/task/10556/stat : 10556 (java) S 10549 10536 10102 0 -1 64 1487 0 0 0 19 1 0 0 16 0 9 0 1979057587 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10557] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979057587 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10558] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10549 10536 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979057587 889200640 28121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887316

[startup+12.7021 s]
/proc/loadavg: 2.61 2.13 2.04 3/95 10558
/proc/meminfo: memFree=1595616/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 973 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
[pid=10549] ppid=10536 vsize=5356 CPUtime=0
/proc/10549/stat : 10549 (sh) S 10536 10536 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979057583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10549/statm: 1339 233 193 169 0 50 0
[pid=10550] ppid=10549 vsize=868360 CPUtime=12.24
/proc/10550/stat : 10550 (java) S 10549 10536 10102 0 -1 0 67179 0 1 0 1187 37 0 0 18 0 9 0 1979057583 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10550/statm: 217090 50822 2540 9 0 211665 0
[pid=10550/tid=10551] ppid=10549 vsize=868360 CPUtime=6.9
/proc/10550/task/10551/stat : 10551 (java) R 10549 10536 10102 0 -1 64 5201 0 1 0 686 4 0 0 25 0 9 0 1979057584 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 102109822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10552] ppid=10549 vsize=868360 CPUtime=5.11
/proc/10550/task/10552/stat : 10552 (java) S 10549 10536 10102 0 -1 64 59799 0 0 0 481 30 0 0 16 0 9 0 1979057585 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10549 10536 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979057585 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10554] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10549 10536 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979057585 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979057587 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10556] ppid=10549 vsize=868360 CPUtime=0.2
/proc/10550/task/10556/stat : 10556 (java) S 10549 10536 10102 0 -1 64 1487 0 0 0 19 1 0 0 17 0 9 0 1979057587 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10557] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10549 10536 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979057587 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10558] ppid=10549 vsize=868360 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10549 10536 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979057587 889200640 50822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887316

[startup+25.5026 s]
/proc/loadavg: 2.55 2.14 2.05 3/95 10558
/proc/meminfo: memFree=1386208/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=0.31
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 974 4490 0 1 3 1 25 2 15 0 1 0 1979057545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10536/statm: 3400 797 370 3 0 500 0
[pid=10549] ppid=10536 vsize=5356 CPUtime=0
/proc/10549/stat : 10549 (sh) S 10536 10536 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979057583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10549/statm: 1339 233 193 169 0 50 0
[pid=10550] ppid=10549 vsize=872364 CPUtime=24.93
/proc/10550/stat : 10550 (java) S 10549 10536 10102 0 -1 0 117203 0 1 0 2433 60 0 0 18 0 9 0 1979057583 893300736 94933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10550/statm: 218091 94933 2540 9 0 212666 0
[pid=10550/tid=10551] ppid=10549 vsize=872364 CPUtime=15.39
/proc/10550/task/10551/stat : 10551 (java) R 10549 10536 10102 0 -1 64 6898 0 1 0 1533 6 0 0 25 0 9 0 1979057584 893300736 94933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10552] ppid=10549 vsize=872364 CPUtime=9.28
/proc/10550/task/10552/stat : 10552 (java) R 10549 10536 10102 0 -1 64 108114 0 0 0 877 51 0 0 16 0 9 0 1979057585 893300736 94933 996147200 134512640 134550740 4294955952 18446744073709551615 103735899 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10549 vsize=872364 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10549 10536 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979057585 893300736 94933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10550/tid=10554] ppid=10549 vsize=872364 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10549 10536 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979057585 893300736 94933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1752296/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=109008 CPUtime=1328.43
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 26316 0 0 0 132815 28 0 0 25 0 1 0 1979060843 111624192 26302 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 27252 26302 76 150 0 27099 0
Current children cumulated CPU time (s) 1361.03
Current children cumulated vsize (KiB) 127964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10629
/proc/meminfo: memFree=1751144/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=110092 CPUtime=1388.41
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 26593 0 0 0 138812 29 0 0 25 0 1 0 1979060843 112734208 26579 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 27523 26579 76 150 0 27370 0
Current children cumulated CPU time (s) 1421.01
Current children cumulated vsize (KiB) 129048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10629
/proc/meminfo: memFree=1749928/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=111416 CPUtime=1448.37
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 26903 0 0 0 144807 30 0 0 25 0 1 0 1979060843 114089984 26889 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 27854 26889 76 150 0 27701 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 130372

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10629
/proc/meminfo: memFree=1748648/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=112612 CPUtime=1508.34
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 27220 0 0 0 150804 30 0 0 25 0 1 0 1979060843 115314688 27206 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 28153 27206 76 150 0 28000 0
Current children cumulated CPU time (s) 1540.94
Current children cumulated vsize (KiB) 131568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10629
/proc/meminfo: memFree=1747240/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=113940 CPUtime=1568.32
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 27558 0 0 0 156801 31 0 0 25 0 1 0 1979060843 116674560 27544 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 28485 27544 76 150 0 28332 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 132896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10629
/proc/meminfo: memFree=1745896/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=115132 CPUtime=1628.28
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 27871 0 0 0 162797 31 0 0 25 0 1 0 1979060843 117895168 27857 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 28783 27857 76 150 0 28630 0
Current children cumulated CPU time (s) 1660.88
Current children cumulated vsize (KiB) 134088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10631
/proc/meminfo: memFree=1744424/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=116452 CPUtime=1688.26
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 28212 0 0 0 168794 32 0 0 25 0 1 0 1979060843 119246848 28198 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 29113 28198 76 150 0 28960 0
Current children cumulated CPU time (s) 1720.86
Current children cumulated vsize (KiB) 135408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10631
/proc/meminfo: memFree=1743208/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=117788 CPUtime=1748.22
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 28543 0 0 0 174790 32 0 0 25 0 1 0 1979060843 120614912 28529 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 29447 28529 76 150 0 29294 0
Current children cumulated CPU time (s) 1780.82
Current children cumulated vsize (KiB) 136744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10631
/proc/meminfo: memFree=1742760/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=118184 CPUtime=1767.42
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 28643 0 0 0 176710 32 0 0 25 0 1 0 1979060843 121020416 28629 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 29546 28629 76 150 0 29393 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 137140

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

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10631
/proc/meminfo: memFree=1742760/2055920 swapFree=4179604/4192956
[pid=10536] ppid=10534 vsize=13600 CPUtime=32.6
/proc/10536/stat : 10536 (sugar) S 10534 10536 10102 0 -1 4194304 1032 128336 0 2 3 1 3168 88 16 0 1 0 1979057545 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10536/statm: 3400 798 370 3 0 500 0
[pid=10559] ppid=10536 vsize=5356 CPUtime=0
/proc/10559/stat : 10559 (sh) S 10536 10536 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979060843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10559/statm: 1339 232 193 169 0 50 0
[pid=10560] ppid=10559 vsize=118184 CPUtime=1767.42
/proc/10560/stat : 10560 (minisat) R 10559 10536 10102 0 -1 4194304 28643 0 0 0 176710 32 0 0 25 0 1 0 1979060843 121020416 28629 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10560/statm: 29546 28629 76 150 0 29393 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 137140

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10536 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=729176
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=908861
# CPU time returned by wait4() is 32.638
# 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): 1801.54
CPU time (s): 1800.02
CPU user time (s): 1798.81
CPU system time (s): 1.21
CPU usage (%): 99.9155
Max. virtual memory (cumulated for all children) (KiB): 907804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.7292
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129712
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= 4874
involuntary context switches= 5236

runsolver used 2.13468 second user time and 6.05708 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 14:17:44
IDJOB=1041880
IDBENCH=53850
IDSOLVER=346
FILE ID=node74/1041880-1215001064
PBS_JOBID= 7870776
Free space on /tmp= 103212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-la04x3-570.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-1041880-1215001064/watcher-1041880-1215001064 -o /tmp/evaluation-result-1041880-1215001064/solver-1041880-1215001064 -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-1041880-1215001064.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 258e8f81311a1a5f6c31959db09ea953
RANDOM SEED=2025337769

node74.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.259
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.259
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:       1868120 kB
Buffers:          6980 kB
Cached:          51100 kB
SwapCached:       6520 kB
Active:         104020 kB
Inactive:        25140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868120 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          82556 kB
Slab:            43760 kB
Committed_AS:  4567552 kB
PageTables:       1948 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= 103212 MiB
End job on node74 at 2008-07-02 14:47:48