Trace number 1093565

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.1 1800.44

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-7-4-8.xml
MD5SUM5771d912d20e48d98ee8045757bce946
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.765
Satisfiable
(Un)Satisfiability was proved
Number of variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Sat Jul  5 11:37:57 2008
0.01/0.12	c 0	PID 25416
0.01/0.13	c 0	HOST node58.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1093565-1215250676.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093565-1215250676.xml' 'HOME/temp.csp'
1.92/1.91	c 1	1 domains, 5264 variables, 4 predicates, 0 relations, 28552 constraints
1.92/1.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.92/1.93	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.92/2.00	c 1	Parsing HOME/temp.csp
2.28/2.28	c 2	parsed 10000 expressions
2.57/2.53	c 2	parsed 20000 expressions
2.77/2.78	c 2	parsed 30000 expressions
2.87/2.88	c 2	parsed 33821 expressions
2.87/2.89	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.87/2.89	c 2	Converting to clausal form CSP
2.97/2.94	c 2	converted 3383 (10%) expressions
3.23/3.12	c 3	converted 6765 (20%) expressions
3.39/3.21	c 3	converted 10147 (30%) expressions
3.39/3.28	c 3	converted 13529 (40%) expressions
3.49/3.35	c 3	converted 16911 (50%) expressions
3.58/3.42	c 3	converted 20293 (60%) expressions
3.58/3.50	c 3	converted 23675 (70%) expressions
3.78/3.69	c 3	converted 27057 (80%) expressions
3.88/3.77	c 3	converted 30439 (90%) expressions
4.21/4.09	c 4	converted 33821 (100%) expressions
4.21/4.10	c 4	CSP : 8624 integers, 0 booleans, 35552 clauses, largest domain size 17
4.21/4.10	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.10	c 4	Propagation in CSP
4.62/4.49	c 4	2240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.62/4.49	c 4	CSP : 8624 integers, 0 booleans, 35552 clauses, largest domain size 17
4.62/4.49	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.72/4.50	c 4	Simplifing CSP by introducing new Boolean variables
4.72/4.52	c 4	CSP : 8624 integers, 0 booleans, 35552 clauses, largest domain size 17
4.72/4.52	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.82/4.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.82/4.66	c 4	863 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.67	c 4	1725 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.67	c 4	2588 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.67	c 4	3450 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.68	c 4	4312 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.68	c 4	5175 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.82/4.69	c 4	6037 (70%) CSP integer variables are encoded (1997 clauses, 26025 bytes)
4.82/4.69	c 4	6900 (80%) CSP integer variables are encoded (4242 clauses, 56861 bytes)
4.97/4.70	c 4	7762 (90%) CSP integer variables are encoded (6472 clauses, 90311 bytes)
4.97/4.70	c 4	8624 (100%) CSP integer variables are encoded (8736 clauses, 124271 bytes)
5.08/4.80	c 4	3556 (10%) CSP clauses are encoded (12292 clauses, 179470 bytes)
5.08/4.87	c 4	7111 (20%) CSP clauses are encoded (15847 clauses, 238127 bytes)
5.18/4.94	c 4	10666 (30%) CSP clauses are encoded (19402 clauses, 296943 bytes)
5.28/5.00	c 4	14221 (40%) CSP clauses are encoded (22957 clauses, 355985 bytes)
5.28/5.06	c 5	17776 (50%) CSP clauses are encoded (26512 clauses, 415325 bytes)
5.38/5.12	c 5	21332 (60%) CSP clauses are encoded (30068 clauses, 475180 bytes)
5.38/5.18	c 5	24887 (70%) CSP clauses are encoded (33623 clauses, 537920 bytes)
5.68/5.48	c 5	28442 (80%) CSP clauses are encoded (49393 clauses, 741420 bytes)
6.18/5.91	c 5	31997 (90%) CSP clauses are encoded (83827 clauses, 1294573 bytes)
6.28/6.02	c 5	35552 (100%) CSP clauses are encoded (117040 clauses, 1908107 bytes)
6.28/6.02	c 5	35552 CSP clauses encoded
6.28/6.03	c 5	Writing map file : HOME/temp.map
6.28/6.07	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.28/6.07	c 6	SAT : 17360 SAT variables, 117040 SAT clauses, 1908107 bytes
6.28/6.07	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.39/6.10	c 6	SOLVING HOME/temp.cnf
6.39/6.10	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.39/6.10	c 6	This is MiniSat 2.0 beta
6.39/6.10	c 6	WARNING: for repeatability, setting FPU to use double precision
6.39/6.10	c 6	============================[ Problem Statistics ]=============================
6.39/6.10	c 6	|                                                                             |
6.39/6.10	c 6	|  Number of variables:  17360                                                |
6.39/6.10	c 6	|  Number of clauses:    117040                                               |
6.39/6.16	c 6	|  Parsing time:         0.05         s                                       |
6.39/6.17	c 6	============================[ Search Statistics ]==============================
6.39/6.17	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.39/6.17	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.39/6.17	c 6	===============================================================================
6.39/6.17	c 6	|         0 |   17360   117040   300832 |    39013        0    nan |  0.000 % |
6.40/6.24	c 6	|       100 |   17360   117040   300832 |    42914      100      8 |  0.000 % |
6.40/6.28	c 6	|       251 |   17360   117040   300832 |    47206      251     25 |  0.000 % |
6.40/6.29	c 6	|       477 |   17360   117040   300832 |    51926      477     28 |  0.000 % |
6.40/6.32	c 6	|       814 |   17360   117040   300832 |    57119      814     30 |  0.000 % |
6.40/6.35	c 6	|      1320 |   17360   117040   300832 |    62831     1320     31 |  0.000 % |
6.40/6.41	c 6	|      2079 |   17360   117040   300832 |    69114     2079     32 |  0.000 % |
6.79/6.54	c 6	|      3218 |   17360   117040   300832 |    76025     3218     31 |  0.000 % |
6.89/6.67	c 6	|      4926 |   17360   117040   300832 |    83628     4926     36 |  0.000 % |
7.18/6.90	c 6	|      7488 |   17360   117040   300832 |    91991     7488     35 |  0.000 % |
7.48/7.20	c 7	|     11332 |   17360   117040   300832 |   101190    11332     36 |  0.000 % |
7.78/7.59	c 7	|     17098 |   17360   117040   300832 |   111309    17098     36 |  0.000 % |
8.58/8.31	c 8	|     25748 |   17360   117040   300832 |   122440    25748     38 |  0.000 % |
9.97/9.80	c 9	|     38722 |   17360   117040   300832 |   134684    38722     40 |  0.000 % |
13.48/13.27	c 13	|     58184 |   17360   117040   300832 |   148153    58184     43 |  0.000 % |
17.58/17.34	c 17	|     87376 |   17360   117040   300832 |   162968    87376     43 |  0.000 % |
24.17/23.95	c 23	|    131166 |   17360   117040   300832 |   179265   131166     42 |  0.000 % |
38.47/38.21	c 38	|    196851 |   17360   117040   300832 |   197191    28239     43 |  0.000 % |
54.26/54.01	c 53	|    295377 |   17360   117040   300832 |   216910   126765     50 |  0.000 % |
116.44/116.28	c 116	|    443166 |   17360   117040   300832 |   238601    71346     57 |  0.000 % |
281.59/281.44	c 281	|    664849 |   17360   117040   300832 |   262462    70231     70 |  0.000 % |
484.12/484.03	c 483	|    997375 |   17360   117040   300832 |   288708   158855     64 |  0.000 % |
1251.08/1251.24	c 1251	|   1496163 |   17360   117040   300832 |   317579   124487     72 |  0.000 % |
1613.25/1613.60	c 1613	|   2244345 |   17360   117040   300832 |   349337   252402    103 |  0.000 % |
1800.10/1800.41	c ERROR INTERRUPTED
1800.10/1800.44	s UNKNOWN
1800.10/1800.44	c 1800	CPU 6.17 (0.04 0.01 6.13 0.22)
1800.10/1800.44	c 1800	END Sat Jul  5 12:07:57 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-1093565-1215250676/watcher-1093565-1215250676 -o /tmp/evaluation-result-1093565-1215250676/solver-1093565-1215250676 -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-1093565-1215250676.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 25416
/proc/meminfo: memFree=1840656/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=18572 CPUtime=0
/proc/25416/stat : 25416 (runsolver) D 25414 25416 22268 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 709034045 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25416/statm: 4643 292 257 25 0 2626 0

[startup+0.055525 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 25416
/proc/meminfo: memFree=1840656/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=12272 CPUtime=0
/proc/25416/stat : 25416 (sugar) D 25414 25416 22268 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 709034045 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25416/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102531 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 25416
/proc/meminfo: memFree=1840656/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=12676 CPUtime=0.01
/proc/25416/stat : 25416 (sugar) D 25414 25416 22268 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 709034045 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25416/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.30257 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 25416
/proc/meminfo: memFree=1840656/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=0.03
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 709034045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702638 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 25416
/proc/meminfo: memFree=1840656/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=0.03
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 709034045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 25428
/proc/meminfo: memFree=1805816/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=0.03
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 709034045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 796 370 3 0 500 0
[pid=25419] ppid=25416 vsize=5356 CPUtime=0
/proc/25419/stat : 25419 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034058 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25419/statm: 1339 233 193 169 0 50 0
[pid=25420] ppid=25419 vsize=866548 CPUtime=1.49
/proc/25420/stat : 25420 (java) S 25419 25416 22268 0 -1 0 16873 0 1 0 141 8 0 0 19 0 9 0 709034059 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216637 14702 2529 9 0 211219 0
[pid=25420/tid=25421] ppid=25419 vsize=866548 CPUtime=0.7
/proc/25420/task/25421/stat : 25421 (java) S 25419 25416 22268 0 -1 64 3033 0 1 0 68 2 0 0 17 0 9 0 709034060 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25420/tid=25422] ppid=25419 vsize=866548 CPUtime=0.63
/proc/25420/task/25422/stat : 25422 (java) R 25419 25416 22268 0 -1 64 12628 0 0 0 59 4 0 0 17 0 9 0 709034061 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25419 vsize=866548 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25419 25416 22268 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 709034061 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25419 vsize=866548 CPUtime=0
/proc/25420/task/25424/stat : 25424 (java) S 25419 25416 22268 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 709034061 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25419 vsize=866548 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25419 25416 22268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 709034063 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25419 vsize=866548 CPUtime=0.13
/proc/25420/task/25426/stat : 25426 (java) S 25419 25416 22268 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 709034063 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25419 vsize=866548 CPUtime=0
/proc/25420/task/25427/stat : 25427 (java) S 25419 25416 22268 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 709034063 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25419 vsize=866548 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25419 25416 22268 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 709034063 887345152 14702 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 885504

[startup+3.10204 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 25438
/proc/meminfo: memFree=1831288/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=1.95
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 974 17672 0 1 3 0 182 10 16 0 1 0 709034045 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25416/statm: 3400 797 370 3 0 500 0
[pid=25429] ppid=25416 vsize=5356 CPUtime=0
/proc/25429/stat : 25429 (sh) S 25416 25416 22268 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 709034238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25429/statm: 1339 233 193 169 0 50 0
[pid=25430] ppid=25429 vsize=865712 CPUtime=1.28
/proc/25430/stat : 25430 (java) S 25429 25416 22268 0 -1 0 8897 0 1 0 123 5 0 0 18 0 9 0 709034238 886489088 7687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25430/statm: 216428 7687 2542 9 0 211003 0
[pid=25430/tid=25431] ppid=25429 vsize=865712 CPUtime=0.8
/proc/25430/task/25431/stat : 25431 (java) R 25429 25416 22268 0 -1 64 2812 0 1 0 78 2 0 0 16 0 9 0 709034239 886489088 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4125950761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25430/tid=25432] ppid=25429 vsize=865712 CPUtime=0.32
/proc/25430/task/25432/stat : 25432 (java) S 25429 25416 22268 0 -1 64 4724 0 0 0 31 1 0 0 16 0 9 0 709034240 886489088 7688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25430/tid=25433] ppid=25429 vsize=865712 CPUtime=0
/proc/25430/task/25433/stat : 25433 (java) S 25429 25416 22268 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 709034241 886489088 7690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25430/tid=25434] ppid=25429 vsize=865712 CPUtime=0
/proc/25430/task/25434/stat : 25434 (java) S 25429 25416 22268 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 709034241 886489088 7690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25430/tid=25435] ppid=25429 vsize=865712 CPUtime=0
/proc/25430/task/25435/stat : 25435 (java) S 25429 25416 22268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 709034242 886489088 7692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25430/tid=25436] ppid=25429 vsize=865712 CPUtime=0.13
/proc/25430/task/25436/stat : 25436 (java) R 25429 25416 22268 0 -1 64 669 0 0 0 13 0 0 0 16 0 9 0 709034242 886489088 7692 996147200 134512640 134550740 4294955952 18446744073709551615 101734675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25430/tid=25437] ppid=25429 vsize=865712 CPUtime=0
/proc/25430/task/25437/stat : 25437 (java) S 25429 25416 22268 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 709034243 886489088 7693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25430/tid=25438] ppid=25429 vsize=865712 CPUtime=0
/proc/25430/task/25438/stat : 25438 (java) S 25429 25416 22268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 709034243 886489088 7695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 884668

[startup+6.30158 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 25438
/proc/meminfo: memFree=1795384/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 13600

[startup+12.7016 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 25440
/proc/meminfo: memFree=1816504/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=19928 CPUtime=6.58
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 4856 0 0 0 656 2 0 0 25 0 1 0 709034656 20406272 4842 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 4982 4842 76 150 0 4829 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 38884

[startup+25.5028 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 25440
/proc/meminfo: memFree=1796600/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=39696 CPUtime=19.38
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 9710 0 0 0 1933 5 0 0 25 0 1 0 709034656 40648704 9696 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 9924 9696 76 150 0 9771 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 58652

[startup+51.1021 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 25440
/proc/meminfo: memFree=1785912/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=49568 CPUtime=44.96
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 12223 0 0 0 4490 6 0 0 25 0 1 0 709034656 50757632 12209 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 12392 12209 76 150 0 12239 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 68524

[startup+102.307 s]
/proc/loadavg: 1.04 1.02 1.00 2/67 25440
/proc/meminfo: memFree=1761592/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=74424 CPUtime=96.15
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 18322 0 0 0 9604 11 0 0 25 0 1 0 709034656 76210176 18308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 18606 18308 76 150 0 18453 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 93380

[startup+162.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 25440
/proc/meminfo: memFree=1760760/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=75084 CPUtime=156.12
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 18497 0 0 0 15601 11 0 0 25 0 1 0 709034656 76886016 18483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 18771 18483 76 150 0 18618 0
Current children cumulated CPU time (s) 162.52

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

/proc/meminfo: memFree=1693112/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=143200 CPUtime=1295.77
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 35218 0 0 0 129548 29 0 0 25 0 1 0 709034656 146636800 35204 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 35800 35204 76 150 0 35647 0
Current children cumulated CPU time (s) 1302.17
Current children cumulated vsize (KiB) 162156

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25440
/proc/meminfo: memFree=1695352/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=141140 CPUtime=1355.74
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 35248 0 0 0 135545 29 0 0 25 0 1 0 709034656 144527360 34596 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 35285 34596 76 150 0 35132 0
Current children cumulated CPU time (s) 1362.14
Current children cumulated vsize (KiB) 160096

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1695288/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=141140 CPUtime=1415.72
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 35251 0 0 0 141543 29 0 0 25 0 1 0 709034656 144527360 34599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 35285 34599 76 150 0 35132 0
Current children cumulated CPU time (s) 1422.12
Current children cumulated vsize (KiB) 160096

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1694200/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=142460 CPUtime=1475.69
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 35559 0 0 0 147540 29 0 0 25 0 1 0 709034656 145879040 34907 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 35615 34907 76 150 0 35462 0
Current children cumulated CPU time (s) 1482.09
Current children cumulated vsize (KiB) 161416

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1693240/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=143628 CPUtime=1535.67
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 35802 0 0 0 153538 29 0 0 25 0 1 0 709034656 147075072 35150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 35907 35150 76 150 0 35754 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 162584

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1674552/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=162644 CPUtime=1595.66
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 40497 0 0 0 159530 36 0 0 25 0 1 0 709034656 166547456 39845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 40661 39845 76 150 0 40508 0
Current children cumulated CPU time (s) 1602.06
Current children cumulated vsize (KiB) 181600

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1655480/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=181676 CPUtime=1655.64
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 45219 0 0 0 165524 40 0 0 25 0 1 0 709034656 186036224 44567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 45419 44567 76 150 0 45266 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 200632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1642488/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=194892 CPUtime=1715.62
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 48477 0 0 0 171518 44 0 0 25 0 1 0 709034656 199569408 47825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 48723 47825 76 150 0 48570 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 213848

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1634360/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=203208 CPUtime=1775.6
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 50456 0 0 0 177514 46 0 0 25 0 1 0 709034656 208084992 49804 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 50802 49804 76 150 0 50649 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 222164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25446
/proc/meminfo: memFree=1634360/2055920 swapFree=4156372/4192956
[pid=25416] ppid=25414 vsize=13600 CPUtime=6.4
/proc/25416/stat : 25416 (sugar) S 25414 25416 22268 0 -1 4194304 1033 32512 0 4 4 1 613 22 16 0 1 0 709034045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25416/statm: 3400 799 370 3 0 500 0
[pid=25439] ppid=25416 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25416 25416 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 709034655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25439/statm: 1339 232 193 169 0 50 0
[pid=25440] ppid=25439 vsize=203208 CPUtime=1793.7
/proc/25440/stat : 25440 (minisat) R 25439 25416 22268 0 -1 4194304 50458 0 0 0 179324 46 0 0 25 0 1 0 709034656 208084992 49806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25440/statm: 50802 49806 76 150 0 50649 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 222164

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 25416 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=182060
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=237963
# CPU time returned by wait4() is 6.42002
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.44
CPU time (s): 1800.1
CPU user time (s): 1799.41
CPU system time (s): 0.69
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 888244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.18206
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33890
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1871
involuntary context switches= 747

runsolver used 2.25666 second user time and 4.30635 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 11:37:56
IDJOB=1093565
IDBENCH=58711
IDSOLVER=346
FILE ID=node58/1093565-1215250676
PBS_JOBID= 7881856
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-7-4-8.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-1093565-1215250676/watcher-1093565-1215250676 -o /tmp/evaluation-result-1093565-1215250676/solver-1093565-1215250676 -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-1093565-1215250676.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5771d912d20e48d98ee8045757bce946
RANDOM SEED=225017974

node58.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.261
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.261
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:       1841136 kB
Buffers:         10272 kB
Cached:         102396 kB
SwapCached:      30880 kB
Active:         131852 kB
Inactive:        27844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841136 kB
SwapTotal:     4192956 kB
SwapFree:      4156372 kB
Dirty:            5388 kB
Writeback:           0 kB
Mapped:          52452 kB
Slab:            41032 kB
Committed_AS:  1115148 kB
PageTables:       1436 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= 66552 MiB
End job on node58 at 2008-07-05 12:07:59