Trace number 1072361

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.01 1819.13

General information on the benchmark

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

Solver Data (download as text)

0.01/0.34	c 0	Sugar v1-13 + HOME/minisat
0.01/0.34	c 0	BEGIN Fri Jul  4 14:12:51 2008
0.01/0.34	c 0	PID 27390
0.01/0.34	c 0	HOST node90.alineos.net
0.01/0.34	c 0	CONVERTING HOME/instance-1072361-1215173570.xml TO HOME/temp.csp
0.01/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072361-1215173570.xml' 'HOME/temp.csp'
1.16/1.50	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.16/1.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.54	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'
1.17/1.62	c 1	Parsing HOME/temp.csp
3.40/3.80	c 3	parsed 169 expressions
3.40/3.80	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.40/3.80	c 3	Converting to clausal form CSP
3.40/3.82	c 3	converted 17 (10%) expressions
3.40/3.84	c 3	converted 34 (20%) expressions
3.40/3.87	c 3	converted 51 (30%) expressions
3.40/3.87	c 3	converted 68 (40%) expressions
3.49/3.91	c 3	converted 85 (50%) expressions
3.60/4.02	c 3	converted 102 (60%) expressions
3.79/4.22	c 4	converted 119 (70%) expressions
4.29/4.79	c 4	converted 136 (80%) expressions
4.49/5.00	c 4	converted 153 (90%) expressions
4.69/5.19	c 5	converted 169 (100%) expressions
4.69/5.20	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.69/5.20	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.69/5.20	c 5	Propagation in CSP
4.69/5.20	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.69/5.20	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.69/5.20	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.69/5.20	c 5	Simplifing CSP by introducing new Boolean variables
4.69/5.20	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.69/5.20	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.69	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.03/5.69	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.03/5.70	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.03/5.70	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.03/5.70	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.03/5.70	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.03/5.70	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.03/5.70	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.03/5.71	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.03/5.71	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.03/5.71	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.45/6.13	c 5	8 (10%) CSP clauses are encoded (25288 clauses, 598483 bytes)
5.75/6.44	c 6	15 (20%) CSP clauses are encoded (46797 clauses, 1124660 bytes)
6.05/6.76	c 6	22 (30%) CSP clauses are encoded (68351 clauses, 1668641 bytes)
6.34/7.05	c 6	29 (40%) CSP clauses are encoded (88749 clauses, 2188845 bytes)
6.65/7.34	c 7	36 (50%) CSP clauses are encoded (109195 clauses, 2732022 bytes)
7.04/7.70	c 7	44 (60%) CSP clauses are encoded (133952 clauses, 3403631 bytes)
7.34/8.00	c 7	51 (70%) CSP clauses are encoded (154391 clauses, 3955566 bytes)
7.64/8.31	c 8	58 (80%) CSP clauses are encoded (175991 clauses, 4541618 bytes)
7.94/8.60	c 8	65 (90%) CSP clauses are encoded (196378 clauses, 5091977 bytes)
8.24/8.92	c 8	72 (100%) CSP clauses are encoded (217929 clauses, 5676401 bytes)
8.24/8.92	c 8	72 CSP clauses encoded
8.24/8.92	c 8	Writing map file : HOME/temp.map
8.24/8.92	c 8	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.24/8.92	c 8	SAT : 552 SAT variables, 217929 SAT clauses, 5676401 bytes
8.24/8.92	c 8	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.24/8.96	c 8	SOLVING HOME/temp.cnf
8.24/8.96	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.29/12.38	c 12	This is MiniSat 2.0 beta
8.29/12.38	c 12	WARNING: for repeatability, setting FPU to use double precision
8.29/12.38	c 12	============================[ Problem Statistics ]=============================
8.29/12.38	c 12	|                                                                             |
8.29/12.38	c 12	|  Number of variables:  552                                                  |
8.29/12.38	c 12	|  Number of clauses:    217929                                               |
8.29/12.51	c 12	|  Parsing time:         0.11         s                                       |
8.29/12.52	c 12	============================[ Search Statistics ]==============================
8.29/12.52	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.29/12.52	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.29/12.52	c 12	===============================================================================
8.29/12.52	c 12	|         0 |     552   217929  1212675 |    72643        0    nan |  0.000 % |
8.29/12.64	c 12	|       101 |     552   217929  1212675 |    79907      101     12 |  0.000 % |
8.29/12.80	c 12	|       251 |     552   217929  1212675 |    87898      251     12 |  0.006 % |
8.29/12.99	c 12	|       477 |     552   217929  1212675 |    96687      477     12 |  0.008 % |
8.29/13.30	c 13	|       815 |     552   217929  1212675 |   106356      815     13 |  0.008 % |
9.68/13.82	c 13	|      1321 |     552   217929  1212675 |   116992     1321     13 |  0.007 % |
10.28/14.48	c 14	|      2081 |     552   217929  1212675 |   128691     2081     13 |  0.008 % |
11.18/15.38	c 15	|      3221 |     552   217929  1212675 |   141560     3221     14 |  0.008 % |
12.76/16.96	c 16	|      4929 |     552   217929  1212675 |   155716     4929     14 |  0.008 % |
15.24/19.45	c 19	|      7492 |     552   217929  1212675 |   171288     7492     15 |  0.008 % |
18.87/23.19	c 23	|     11337 |     552   217929  1212675 |   188417    11337     15 |  0.008 % |
25.03/29.31	c 29	|     17103 |     552   217929  1212675 |   207258    17103     15 |  0.008 % |
35.86/40.25	c 40	|     25752 |     552   217929  1212675 |   227984    25752     16 |  0.008 % |
50.59/55.08	c 54	|     38727 |     552   217929  1212675 |   250783    38727     17 |  0.008 % |
72.38/76.96	c 76	|     58189 |     552   217929  1212675 |   275861    58189     18 |  0.005 % |
106.51/111.29	c 111	|     87382 |     552   217929  1212675 |   303447    87382     18 |  0.005 % |
156.36/161.37	c 161	|    131172 |     552   217929  1212675 |   333792   131172     18 |  0.007 % |
260.34/265.80	c 265	|    196857 |     552   217929  1212675 |   367171   196857     18 |  0.008 % |
481.74/488.39	c 488	|    295383 |     552   217929  1212675 |   403889   295383     18 |  0.008 % |
843.09/853.11	c 852	|    443173 |     552   217929  1212675 |   444277    62885     19 |  0.008 % |
1312.34/1326.80	c 1326	|    664856 |     552   217929  1212675 |   488705   284568     21 |  0.001 % |
1800.01/1819.12	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1819.12	c 1818	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1819.12	c ERROR INTERRUPTED
1800.01/1819.12	s UNKNOWN
1800.01/1819.12	c 1818	CPU 8.03 (0.03 0 8 0.26)
1800.01/1819.12	c 1818	END Fri Jul  4 14:43:09 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-1072361-1215173570/watcher-1072361-1215173570 -o /tmp/evaluation-result-1072361-1215173570/solver-1072361-1215173570 -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-1072361-1215173570.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.01 4/79 27390
/proc/meminfo: memFree=1830732/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=18572 CPUtime=0
/proc/27390/stat : 27390 (runsolver) D 27388 27390 25845 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 673083608 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/27390/statm: 4643 292 257 25 0 2626 0

[startup+0.0748799 s]
/proc/loadavg: 2.00 2.00 2.01 4/79 27390
/proc/meminfo: memFree=1830732/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=12268 CPUtime=0
/proc/27390/stat : 27390 (sugar) D 27388 27390 25845 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 673083608 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/27390/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101881 s]
/proc/loadavg: 2.00 2.00 2.01 4/79 27390
/proc/meminfo: memFree=1830732/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=12268 CPUtime=0
/proc/27390/stat : 27390 (sugar) D 27388 27390 25845 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 673083608 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/27390/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301902 s]
/proc/loadavg: 2.00 2.00 2.01 4/79 27390
/proc/meminfo: memFree=1830732/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=12676 CPUtime=0.01
/proc/27390/stat : 27390 (sugar) D 27388 27390 25845 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 673083608 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/27390/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.701944 s]
/proc/loadavg: 2.00 2.00 2.01 4/79 27390
/proc/meminfo: memFree=1830732/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=0.03
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673083608 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 27402
/proc/meminfo: memFree=1809140/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=0.03
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673083608 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 796 370 3 0 500 0
[pid=27393] ppid=27390 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673083642 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 233 193 169 0 50 0
[pid=27394] ppid=27393 vsize=864148 CPUtime=1.13
/proc/27394/stat : 27394 (java) S 27393 27390 25845 0 -1 0 8673 0 1 0 106 7 0 0 19 0 9 0 673083642 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27394/statm: 216037 7817 2527 9 0 210619 0
[pid=27394/tid=27395] ppid=27393 vsize=864148 CPUtime=0.91
/proc/27394/task/27395/stat : 27395 (java) R 27393 27390 25845 0 -1 64 2868 0 1 0 88 3 0 0 25 0 9 0 673083643 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4126498832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27396] ppid=27393 vsize=864148 CPUtime=0.14
/proc/27394/task/27396/stat : 27396 (java) S 27393 27390 25845 0 -1 64 4789 0 0 0 12 2 0 0 16 0 9 0 673083644 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27397] ppid=27393 vsize=864148 CPUtime=0
/proc/27394/task/27397/stat : 27397 (java) S 27393 27390 25845 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 673083645 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27398] ppid=27393 vsize=864148 CPUtime=0
/proc/27394/task/27398/stat : 27398 (java) S 27393 27390 25845 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673083645 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27399] ppid=27393 vsize=864148 CPUtime=0
/proc/27394/task/27399/stat : 27399 (java) S 27393 27390 25845 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 673083647 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27400] ppid=27393 vsize=864148 CPUtime=0.04
/proc/27394/task/27400/stat : 27400 (java) S 27393 27390 25845 0 -1 64 318 0 0 0 4 0 0 0 16 0 9 0 673083647 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27401] ppid=27393 vsize=864148 CPUtime=0
/proc/27394/task/27401/stat : 27401 (java) S 27393 27390 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 673083647 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27394/tid=27402] ppid=27393 vsize=864148 CPUtime=0
/proc/27394/task/27402/stat : 27402 (java) S 27393 27390 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673083647 884887552 7817 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 883104

[startup+3.1022 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 27412
/proc/meminfo: memFree=1810100/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=1.17
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 973 9142 0 1 3 0 106 8 15 0 1 0 673083608 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 797 370 3 0 500 0
[pid=27403] ppid=27390 vsize=5356 CPUtime=0
/proc/27403/stat : 27403 (sh) S 27390 27390 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673083762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27403/statm: 1339 233 193 169 0 50 0
[pid=27404] ppid=27403 vsize=864076 CPUtime=1.53
/proc/27404/stat : 27404 (java) S 27403 27390 25845 0 -1 0 12339 0 1 0 147 6 0 0 19 0 9 0 673083763 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27404/statm: 216019 11602 2532 9 0 210601 0
[pid=27404/tid=27405] ppid=27403 vsize=864076 CPUtime=0.9
/proc/27404/task/27405/stat : 27405 (java) R 27403 27390 25845 0 -1 64 2770 0 1 0 89 1 0 0 25 0 9 0 673083763 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4126415913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27406] ppid=27403 vsize=864076 CPUtime=0.58
/proc/27404/task/27406/stat : 27406 (java) S 27403 27390 25845 0 -1 64 8557 0 0 0 54 4 0 0 16 0 9 0 673083765 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27407] ppid=27403 vsize=864076 CPUtime=0
/proc/27404/task/27407/stat : 27407 (java) S 27403 27390 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673083765 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27408] ppid=27403 vsize=864076 CPUtime=0
/proc/27404/task/27408/stat : 27408 (java) S 27403 27390 25845 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673083765 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27409] ppid=27403 vsize=864076 CPUtime=0
/proc/27404/task/27409/stat : 27409 (java) S 27403 27390 25845 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 673083767 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27410] ppid=27403 vsize=864076 CPUtime=0.03
/proc/27404/task/27410/stat : 27410 (java) S 27403 27390 25845 0 -1 64 316 0 0 0 3 0 0 0 16 0 9 0 673083767 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27411] ppid=27403 vsize=864076 CPUtime=0
/proc/27404/task/27411/stat : 27411 (java) S 27403 27390 25845 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 673083767 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27412] ppid=27403 vsize=864076 CPUtime=0
/proc/27404/task/27412/stat : 27412 (java) S 27403 27390 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673083767 884813824 11602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 883032

[startup+6.30254 s]
/proc/loadavg: 2.00 2.00 2.01 4/90 27412
/proc/meminfo: memFree=1735988/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=1.17
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 974 9142 0 1 3 0 106 8 15 0 1 0 673083608 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 797 370 3 0 500 0
[pid=27403] ppid=27390 vsize=5356 CPUtime=0
/proc/27403/stat : 27403 (sh) S 27390 27390 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673083762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27403/statm: 1339 233 193 169 0 50 0
[pid=27404] ppid=27403 vsize=864332 CPUtime=4.48
/proc/27404/stat : 27404 (java) S 27403 27390 25845 0 -1 0 25417 0 1 0 435 13 0 0 19 0 9 0 673083763 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27404/statm: 216083 24616 2564 9 0 210630 0
[pid=27404/tid=27405] ppid=27403 vsize=864332 CPUtime=2.4
/proc/27404/task/27405/stat : 27405 (java) R 27403 27390 25845 0 -1 64 3679 0 1 0 238 2 0 0 25 0 9 0 673083763 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4126563800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27406] ppid=27403 vsize=864332 CPUtime=1.96
/proc/27404/task/27406/stat : 27406 (java) S 27403 27390 25845 0 -1 64 20687 0 0 0 187 9 0 0 16 0 9 0 673083765 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27407] ppid=27403 vsize=864332 CPUtime=0
/proc/27404/task/27407/stat : 27407 (java) S 27403 27390 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673083765 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27408] ppid=27403 vsize=864332 CPUtime=0
/proc/27404/task/27408/stat : 27408 (java) S 27403 27390 25845 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673083765 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27409] ppid=27403 vsize=864332 CPUtime=0
/proc/27404/task/27409/stat : 27409 (java) S 27403 27390 25845 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 673083767 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27410] ppid=27403 vsize=864332 CPUtime=0.09
/proc/27404/task/27410/stat : 27410 (java) S 27403 27390 25845 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 673083767 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27411] ppid=27403 vsize=864332 CPUtime=0
/proc/27404/task/27411/stat : 27411 (java) S 27403 27390 25845 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 673083767 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27412] ppid=27403 vsize=864332 CPUtime=0
/proc/27404/task/27412/stat : 27412 (java) S 27403 27390 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673083767 885075968 24616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 883288

[startup+12.7012 s]
/proc/loadavg: 2.23 2.05 2.03 2/81 27413
/proc/meminfo: memFree=1818748/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 15 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 18956

[startup+25.5015 s]
/proc/loadavg: 2.42 2.10 2.04 3/82 27414
/proc/meminfo: memFree=1803828/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=16016 CPUtime=12.97
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 3839 0 0 0 1295 2 0 0 25 0 1 0 673084846 16400384 3825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27414/statm: 4004 3825 75 150 0 3851 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (KiB) 34972

[startup+51.1012 s]
/proc/loadavg: 2.84 2.22 2.08 3/82 27414
/proc/meminfo: memFree=1801460/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=18516 CPUtime=38.41
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 4439 0 0 0 3839 2 0 0 25 0 1 0 673084846 18960384 4425 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27414/statm: 4629 4425 75 150 0 4476 0
Current children cumulated CPU time (s) 46.7
Current children cumulated vsize (KiB) 37472

[startup+102.301 s]
/proc/loadavg: 2.33 2.18 2.08 3/82 27414
/proc/meminfo: memFree=1797236/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1656628/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=60488 CPUtime=1279.78
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 14773 0 0 0 127964 14 0 0 25 0 1 0 673084846 61939712 14759 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15122 14759 75 150 0 14969 0
Current children cumulated CPU time (s) 1288.07
Current children cumulated vsize (KiB) 79444

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27450
/proc/meminfo: memFree=1656628/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=60488 CPUtime=1339.21
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 14780 0 0 0 133907 14 0 0 25 0 1 0 673084846 61939712 14766 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15122 14766 75 150 0 14969 0
Current children cumulated CPU time (s) 1347.5
Current children cumulated vsize (KiB) 79444

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27450
/proc/meminfo: memFree=1656628/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=60644 CPUtime=1398.65
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 14803 0 0 0 139851 14 0 0 25 0 1 0 673084846 62099456 14789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15161 14789 75 150 0 15008 0
Current children cumulated CPU time (s) 1406.94
Current children cumulated vsize (KiB) 79600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27450
/proc/meminfo: memFree=1656500/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=60808 CPUtime=1458.08
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 14828 0 0 0 145794 14 0 0 25 0 1 0 673084846 62267392 14814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15202 14814 75 150 0 15049 0
Current children cumulated CPU time (s) 1466.37
Current children cumulated vsize (KiB) 79764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27450
/proc/meminfo: memFree=1655924/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=61472 CPUtime=1517.52
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 14990 0 0 0 151738 14 0 0 25 0 1 0 673084846 62947328 14976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15368 14976 75 150 0 15215 0
Current children cumulated CPU time (s) 1525.81
Current children cumulated vsize (KiB) 80428

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 27450
/proc/meminfo: memFree=1654004/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=63320 CPUtime=1576.95
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 15446 0 0 0 157681 14 0 0 25 0 1 0 673084846 64839680 15432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 15830 15432 75 150 0 15677 0
Current children cumulated CPU time (s) 1585.24
Current children cumulated vsize (KiB) 82276

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/90 27450
/proc/meminfo: memFree=1652148/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=65180 CPUtime=1636.39
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 15920 0 0 0 163624 15 0 0 25 0 1 0 673084846 66744320 15906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 16295 15906 75 150 0 16142 0
Current children cumulated CPU time (s) 1644.68
Current children cumulated vsize (KiB) 84136

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/90 27450
/proc/meminfo: memFree=1650164/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=67032 CPUtime=1695.83
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 16396 0 0 0 169567 16 0 0 25 0 1 0 673084846 68640768 16382 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 16758 16382 75 150 0 16605 0
Current children cumulated CPU time (s) 1704.12
Current children cumulated vsize (KiB) 85988

[startup+1782.31 s]
/proc/loadavg: 2.10 2.05 2.01 3/90 27450
/proc/meminfo: memFree=1648052/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=68880 CPUtime=1755.26
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 16872 0 0 0 175510 16 0 0 25 0 1 0 673084846 70533120 16858 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 17220 16858 75 150 0 17067 0
Current children cumulated CPU time (s) 1763.55
Current children cumulated vsize (KiB) 87836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.1 s]
/proc/loadavg: 2.06 2.04 2.00 3/90 27450
/proc/meminfo: memFree=1646964/2055920 swapFree=4146768/4192956
[pid=27390] ppid=27388 vsize=13600 CPUtime=8.29
/proc/27390/stat : 27390 (sugar) S 27388 27390 25845 0 -1 4194304 1031 34917 0 2 3 0 800 26 16 0 1 0 673083608 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27390/statm: 3400 798 370 3 0 500 0
[pid=27413] ppid=27390 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27390 27390 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673084505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 232 193 169 0 50 0
[pid=27414] ppid=27413 vsize=70140 CPUtime=1791.72
/proc/27414/stat : 27414 (minisat) R 27413 27390 25845 0 -1 4194304 17165 0 0 0 179156 16 0 0 25 0 1 0 673084846 71823360 17151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27414/statm: 17535 17151 75 150 0 17382 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 89096

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

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

Child status: 0

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

Real time (s): 1819.13
CPU time (s): 1800.01
CPU user time (s): 1799.59
CPU system time (s): 0.42
CPU usage (%): 98.949
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.04378
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36371
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= 3328
involuntary context switches= 3201

runsolver used 2.70159 second user time and 6.41602 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 14:12:50
IDJOB=1072361
IDBENCH=56249
IDSOLVER=346
FILE ID=node90/1072361-1215173570
PBS_JOBID= 7881430
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-30_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072361-1215173570/watcher-1072361-1215173570 -o /tmp/evaluation-result-1072361-1215173570/solver-1072361-1215173570 -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-1072361-1215173570.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b31209915af4ea1186b01688152c5d5
RANDOM SEED=730140871

node90.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831212 kB
Buffers:         22444 kB
Cached:          94804 kB
SwapCached:      37656 kB
Active:         132492 kB
Inactive:        34488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831212 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            3976 kB
Writeback:           0 kB
Mapped:          56620 kB
Slab:            42428 kB
Committed_AS:   903016 kB
PageTables:       2300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node90 at 2008-07-04 14:43:11