Trace number 1071632

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.04 1801.44

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-3.xml
MD5SUM788bc16485f787ede0b4976a55d63308
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Fri Jul  4 13:05:29 2008
0.00/0.19	c 0	PID 25467
0.00/0.19	c 0	HOST node41.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1071632-1215169529.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071632-1215169529.xml' 'HOME/temp.csp'
1.11/1.39	c 1	1 domains, 225 variables, 1 predicates, 0 relations, 11025 constraints
1.21/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.21/1.41	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.21/1.49	c 1	Parsing HOME/temp.csp
1.99/2.27	c 2	parsed 10000 expressions
2.08/2.34	c 2	parsed 11252 expressions
2.08/2.35	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.35	c 2	Converting to clausal form CSP
2.47/2.75	c 3	converted 1126 (10%) expressions
2.67/2.91	c 3	converted 2251 (20%) expressions
2.78/3.08	c 3	converted 3376 (30%) expressions
3.07/3.38	c 3	converted 4501 (40%) expressions
3.26/3.55	c 4	converted 5626 (50%) expressions
3.47/3.72	c 4	converted 6752 (60%) expressions
3.56/3.88	c 4	converted 7877 (70%) expressions
3.76/4.05	c 4	converted 9002 (80%) expressions
4.16/4.44	c 4	converted 10127 (90%) expressions
4.35/4.61	c 5	converted 11252 (100%) expressions
4.35/4.61	c 5	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
4.35/4.61	c 5	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/4.61	c 5	Propagation in CSP
4.45/4.74	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.45/4.75	c 5	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
4.45/4.75	c 5	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.76	c 5	Simplifing CSP by introducing new Boolean variables
5.44/5.70	c 6	CSP : 225 integers, 132300 booleans, 143325 clauses, largest domain size 3
5.44/5.70	c 6	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.93/6.29	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.04/6.32	c 6	23 (10%) CSP integer variables are encoded (23 clauses, 262 bytes)
6.04/6.32	c 6	45 (20%) CSP integer variables are encoded (45 clauses, 460 bytes)
6.04/6.32	c 6	68 (30%) CSP integer variables are encoded (68 clauses, 704 bytes)
6.04/6.32	c 6	90 (40%) CSP integer variables are encoded (90 clauses, 946 bytes)
6.04/6.32	c 6	113 (50%) CSP integer variables are encoded (113 clauses, 1199 bytes)
6.04/6.32	c 6	135 (60%) CSP integer variables are encoded (135 clauses, 1441 bytes)
6.04/6.32	c 6	158 (70%) CSP integer variables are encoded (158 clauses, 1694 bytes)
6.04/6.33	c 6	180 (80%) CSP integer variables are encoded (180 clauses, 1936 bytes)
6.04/6.33	c 6	203 (90%) CSP integer variables are encoded (203 clauses, 2189 bytes)
6.04/6.33	c 6	225 (100%) CSP integer variables are encoded (225 clauses, 2431 bytes)
6.23/6.54	c 7	14333 (10%) CSP clauses are encoded (41020 clauses, 597384 bytes)
6.33/6.68	c 7	28665 (20%) CSP clauses are encoded (81810 clauses, 1244503 bytes)
6.52/6.83	c 7	42998 (30%) CSP clauses are encoded (122605 clauses, 1893234 bytes)
6.63/6.98	c 7	57330 (40%) CSP clauses are encoded (163395 clauses, 2546341 bytes)
6.82/7.13	c 7	71663 (50%) CSP clauses are encoded (204190 clauses, 3219714 bytes)
6.93/7.28	c 7	85995 (60%) CSP clauses are encoded (244980 clauses, 3896641 bytes)
7.12/7.44	c 7	100328 (70%) CSP clauses are encoded (285775 clauses, 4573584 bytes)
7.22/7.59	c 8	114660 (80%) CSP clauses are encoded (326565 clauses, 5275675 bytes)
7.42/7.75	c 8	128993 (90%) CSP clauses are encoded (367360 clauses, 6005535 bytes)
7.62/7.91	c 8	143325 (100%) CSP clauses are encoded (408150 clauses, 6735385 bytes)
7.62/7.91	c 8	143325 CSP clauses encoded
7.62/7.91	c 8	Writing map file : HOME/temp.map
7.62/7.93	c 8	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.62/7.93	c 8	SAT : 132750 SAT variables, 408150 SAT clauses, 6735385 bytes
7.62/7.93	c 8	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.62/7.95	c 8	SOLVING HOME/temp.cnf
7.62/7.95	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.62/7.96	c 8	This is MiniSat 2.0 beta
7.62/7.96	c 8	WARNING: for repeatability, setting FPU to use double precision
7.62/7.96	c 8	============================[ Problem Statistics ]=============================
7.62/7.96	c 8	|                                                                             |
7.62/7.96	c 8	|  Number of variables:  132750                                               |
7.62/7.96	c 8	|  Number of clauses:    408150                                               |
7.68/8.18	c 8	|  Parsing time:         0.19         s                                       |
7.68/8.20	c 8	============================[ Search Statistics ]==============================
7.68/8.20	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.68/8.20	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.68/8.20	c 8	===============================================================================
7.68/8.20	c 8	|         0 |  132750   408150  1058850 |   136050        0    nan |  0.000 % |
7.68/8.27	c 8	|       100 |  132750   408150  1058850 |   149655      100     15 |  0.000 % |
7.68/8.44	c 8	|       250 |  132750   408150  1058850 |   164620      250     13 |  0.000 % |
8.40/8.73	c 9	|       475 |  132750   408150  1058850 |   181082      475     12 |  0.000 % |
8.90/9.21	c 9	|       812 |  132750   408150  1058850 |   199190      812     11 |  0.000 % |
9.49/9.82	c 10	|      1318 |  132750   408150  1058850 |   219109     1318     11 |  0.000 % |
10.48/10.89	c 11	|      2077 |  132750   408150  1058850 |   241020     2077     11 |  0.000 % |
11.87/12.29	c 12	|      3216 |  132750   408150  1058850 |   265122     3216     12 |  0.000 % |
13.85/14.25	c 14	|      4924 |  132750   408150  1058850 |   291635     4924     14 |  0.000 % |
15.92/16.36	c 16	|      7487 |  132750   408150  1058850 |   320798     7487     27 |  0.000 % |
20.10/20.56	c 21	|     11333 |  132750   408150  1058850 |   352878    11333     31 |  0.000 % |
27.22/27.74	c 28	|     17100 |  132750   408150  1058850 |   388166    17100     40 |  0.000 % |
39.31/39.98	c 40	|     25749 |  132750   408150  1058850 |   426983    25749     46 |  0.000 % |
58.81/59.54	c 60	|     38723 |  132750   408150  1058850 |   469681    38723     54 |  0.000 % |
96.70/97.41	c 97	|     58184 |  132750   408150  1058850 |   516649    58184     56 |  0.000 % |
161.67/162.45	c 162	|     87376 |  132750   408150  1058850 |   568314    87376     58 |  0.000 % |
263.43/264.20	c 264	|    131166 |  132750   408150  1058850 |   625146   131166     60 |  0.000 % |
450.16/451.01	c 451	|    196851 |  132750   408150  1058850 |   687660   196851     60 |  0.000 % |
800.42/801.40	c 801	|    295377 |  132750   408150  1058850 |   756426   295377     62 |  0.000 % |
1427.28/1428.54	c 1429	|    443166 |  132750   408150  1058850 |   832069   443166     64 |  0.000 % |
1800.04/1801.42	c ERROR INTERRUPTED
1800.04/1801.44	s UNKNOWN
1800.04/1801.44	c 1801	CPU 7.32 (0.03 0.01 7.29 0.35)
1800.04/1801.44	c 1801	END Fri Jul  4 13:35:30 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-1071632-1215169529/watcher-1071632-1215169529 -o /tmp/evaluation-result-1071632-1215169529/solver-1071632-1215169529 -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-1071632-1215169529.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.03 4/81 25467
/proc/meminfo: memFree=1828192/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=18572 CPUtime=0
/proc/25467/stat : 25467 (runsolver) R 25465 25467 24514 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 1995925903 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25467/statm: 4643 292 257 25 0 2626 0

[startup+0.0949279 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 25467
/proc/meminfo: memFree=1828192/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=12268 CPUtime=0
/proc/25467/stat : 25467 (sugar) D 25465 25467 24514 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 1995925903 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25467/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101927 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 25467
/proc/meminfo: memFree=1828192/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=12272 CPUtime=0
/proc/25467/stat : 25467 (sugar) R 25465 25467 24514 0 -1 4194304 356 0 3 0 0 0 0 0 18 0 1 0 1995925903 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25467/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301953 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 25467
/proc/meminfo: memFree=1828192/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=0.04
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 1995925903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701985 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 25467
/proc/meminfo: memFree=1828192/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=0.04
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 1995925903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 2.03 3/92 25479
/proc/meminfo: memFree=1808136/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=1.22
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 970 10022 3 1 3 1 111 7 16 0 1 0 1995925903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13600

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 2.02 4/92 25489
/proc/meminfo: memFree=1811272/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=1.22
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 971 10022 3 1 3 1 111 7 15 0 1 0 1995925903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 797 370 3 0 500 0
[pid=25480] ppid=25467 vsize=5356 CPUtime=0
/proc/25480/stat : 25480 (sh) S 25467 25467 24514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995926044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25480/statm: 1339 233 193 169 0 50 0
[pid=25481] ppid=25480 vsize=868404 CPUtime=1.65
/proc/25481/stat : 25481 (java) S 25480 25467 24514 0 -1 0 11047 0 1 0 157 8 0 0 18 0 9 0 1995926045 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25481/statm: 217101 10069 2540 9 0 211676 0
[pid=25481/tid=25482] ppid=25480 vsize=868404 CPUtime=1.03
/proc/25481/task/25482/stat : 25482 (java) R 25480 25467 24514 0 -1 64 2879 0 1 0 101 2 0 0 25 0 9 0 1995926046 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25483] ppid=25480 vsize=868404 CPUtime=0.43
/proc/25481/task/25483/stat : 25483 (java) S 25480 25467 24514 0 -1 64 6009 0 0 0 39 4 0 0 15 0 9 0 1995926047 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25484] ppid=25480 vsize=868404 CPUtime=0
/proc/25481/task/25484/stat : 25484 (java) S 25480 25467 24514 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995926047 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25485] ppid=25480 vsize=868404 CPUtime=0
/proc/25481/task/25485/stat : 25485 (java) S 25480 25467 24514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995926047 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25486] ppid=25480 vsize=868404 CPUtime=0
/proc/25481/task/25486/stat : 25486 (java) S 25480 25467 24514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995926049 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25487] ppid=25480 vsize=868404 CPUtime=0.16
/proc/25481/task/25487/stat : 25487 (java) S 25480 25467 24514 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 1995926049 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25488] ppid=25480 vsize=868404 CPUtime=0
/proc/25481/task/25488/stat : 25488 (java) S 25480 25467 24514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995926049 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25489] ppid=25480 vsize=868404 CPUtime=0
/proc/25481/task/25489/stat : 25489 (java) S 25480 25467 24514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995926049 889245696 10069 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887360

[startup+6.30248 s]
/proc/loadavg: 2.00 2.00 2.02 3/92 25489
/proc/meminfo: memFree=1750536/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=1.22
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 971 10022 3 1 3 1 111 7 15 0 1 0 1995925903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 797 370 3 0 500 0
[pid=25480] ppid=25467 vsize=5356 CPUtime=0
/proc/25480/stat : 25480 (sh) S 25467 25467 24514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995926044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25480/statm: 1339 233 193 169 0 50 0
[pid=25481] ppid=25480 vsize=868516 CPUtime=4.82
/proc/25481/stat : 25481 (java) S 25480 25467 24514 0 -1 0 37287 0 2 0 462 20 0 0 18 0 9 0 1995926045 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25481/statm: 217129 25387 2561 9 0 211676 0
[pid=25481/tid=25482] ppid=25480 vsize=868516 CPUtime=2.19
/proc/25481/task/25482/stat : 25482 (java) R 25480 25467 24514 0 -1 64 3891 0 2 0 216 3 0 0 22 0 9 0 1995926046 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4126095680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25483] ppid=25480 vsize=868516 CPUtime=2.41
/proc/25481/task/25483/stat : 25483 (java) S 25480 25467 24514 0 -1 64 31222 0 0 0 226 15 0 0 16 0 9 0 1995926047 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25484] ppid=25480 vsize=868516 CPUtime=0
/proc/25481/task/25484/stat : 25484 (java) S 25480 25467 24514 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995926047 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25485] ppid=25480 vsize=868516 CPUtime=0
/proc/25481/task/25485/stat : 25485 (java) S 25480 25467 24514 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995926047 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25486] ppid=25480 vsize=868516 CPUtime=0
/proc/25481/task/25486/stat : 25486 (java) S 25480 25467 24514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995926049 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25487] ppid=25480 vsize=868516 CPUtime=0.2
/proc/25481/task/25487/stat : 25487 (java) S 25480 25467 24514 0 -1 64 1477 0 0 0 19 1 0 0 16 0 9 0 1995926049 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25488] ppid=25480 vsize=868516 CPUtime=0
/proc/25481/task/25488/stat : 25488 (java) S 25480 25467 24514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995926049 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25481/tid=25489] ppid=25480 vsize=868516 CPUtime=0
/proc/25481/task/25489/stat : 25489 (java) S 25480 25467 24514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995926049 889360384 25387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887472

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 25491
/proc/meminfo: memFree=1792648/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=26852 CPUtime=4.68
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 6388 0 0 0 465 3 0 0 25 0 1 0 1995926699 27496448 6374 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25491/statm: 6713 6374 76 150 0 6560 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 45808

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 25491
/proc/meminfo: memFree=1790152/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=29552 CPUtime=17.36
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 7051 0 0 0 1732 4 0 0 25 0 1 0 1995926699 30261248 7037 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25491/statm: 7388 7037 76 150 0 7235 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 48508

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.02 2/70 25510
/proc/meminfo: memFree=1871544/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=34636 CPUtime=42.73
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 8320 0 0 0 4267 6 0 0 25 0 1 0 1995926699 35467264 8306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 8659 8306 76 150 0 8506 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 53592

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 25520
/proc/meminfo: memFree=1842704/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=42380 CPUtime=93.92
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 10286 0 0 0 9382 10 0 0 25 0 1 0 1995926699 43397120 10272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 10595 10272 76 150 0 10442 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 61336

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 25520
/proc/meminfo: memFree=1835216/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=49796 CPUtime=153.89
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 12129 0 0 0 15377 12 0 0 25 0 1 0 1995926699 50991104 12115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 12449 12115 76 150 0 12296 0
Current children cumulated CPU time (s) 161.57

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

/proc/meminfo: memFree=1737168/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=147460 CPUtime=1293.45
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 36366 0 0 0 129303 42 0 0 25 0 1 0 1995926699 150999040 36352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 36865 36352 76 150 0 36712 0
Current children cumulated CPU time (s) 1301.13
Current children cumulated vsize (KiB) 166416

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 25520
/proc/meminfo: memFree=1733392/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=151208 CPUtime=1353.43
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 37299 0 0 0 135299 44 0 0 25 0 1 0 1995926699 154836992 37285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 37802 37285 76 150 0 37649 0
Current children cumulated CPU time (s) 1361.11
Current children cumulated vsize (KiB) 170164

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 25520
/proc/meminfo: memFree=1729872/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=154684 CPUtime=1413.4
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 38178 0 0 0 141296 44 0 0 25 0 1 0 1995926699 158396416 38164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 38671 38164 76 150 0 38518 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 173640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 25520
/proc/meminfo: memFree=1725456/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=159092 CPUtime=1473.38
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 39265 0 0 0 147293 45 0 0 25 0 1 0 1995926699 162910208 39251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 39773 39251 76 150 0 39620 0
Current children cumulated CPU time (s) 1481.06
Current children cumulated vsize (KiB) 178048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25520
/proc/meminfo: memFree=1721616/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=163712 CPUtime=1533.35
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 40202 0 0 0 153288 47 0 0 25 0 1 0 1995926699 167641088 40188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 40928 40188 76 150 0 40775 0
Current children cumulated CPU time (s) 1541.03
Current children cumulated vsize (KiB) 182668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25520
/proc/meminfo: memFree=1717712/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=167536 CPUtime=1593.33
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 41169 0 0 0 159285 48 0 0 25 0 1 0 1995926699 171556864 41155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 41884 41155 76 150 0 41731 0
Current children cumulated CPU time (s) 1601.01
Current children cumulated vsize (KiB) 186492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25520
/proc/meminfo: memFree=1713296/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=171892 CPUtime=1653.31
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 42267 0 0 0 165282 49 0 0 25 0 1 0 1995926699 176017408 42253 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 42973 42253 76 150 0 42820 0
Current children cumulated CPU time (s) 1660.99
Current children cumulated vsize (KiB) 190848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25521
/proc/meminfo: memFree=1708752/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=176156 CPUtime=1713.29
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 43351 0 0 0 171280 49 0 0 25 0 1 0 1995926699 180383744 43337 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 44039 43337 76 150 0 43886 0
Current children cumulated CPU time (s) 1720.97
Current children cumulated vsize (KiB) 195112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25522
/proc/meminfo: memFree=1705040/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=179748 CPUtime=1773.26
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 44267 0 0 0 177276 50 0 0 25 0 1 0 1995926699 184061952 44253 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 44937 44253 76 150 0 44784 0
Current children cumulated CPU time (s) 1780.94
Current children cumulated vsize (KiB) 198704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25522
/proc/meminfo: memFree=1703824/2055920 swapFree=4180688/4192956
[pid=25467] ppid=25465 vsize=13600 CPUtime=7.68
/proc/25467/stat : 25467 (sugar) S 25465 25467 24514 0 -1 4194304 1028 47697 3 3 3 1 729 35 16 0 1 0 1995925903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25467/statm: 3400 798 370 3 0 500 0
[pid=25490] ppid=25467 vsize=5356 CPUtime=0
/proc/25490/stat : 25490 (sh) S 25467 25467 24514 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995926699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25490/statm: 1339 232 193 169 0 50 0
[pid=25491] ppid=25490 vsize=180948 CPUtime=1792.36
/proc/25491/stat : 25491 (minisat) R 25490 25467 24514 0 -1 4194304 44565 0 0 0 179186 50 0 0 25 0 1 0 1995926699 185290752 44551 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 45237 44551 76 150 0 45084 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 199904

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

Real time (s): 1801.44
CPU time (s): 1800.04
CPU user time (s): 1799.18
CPU system time (s): 0.86
CPU usage (%): 99.9222
Max. virtual memory (cumulated for all children) (KiB): 908856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.33389
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49070
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4457
involuntary context switches= 4450

runsolver used 2.25166 second user time and 5.95509 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 13:05:29
IDJOB=1071632
IDBENCH=56100
IDSOLVER=346
FILE ID=node41/1071632-1215169529
PBS_JOBID= 7881459
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-3.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-1071632-1215169529/watcher-1071632-1215169529 -o /tmp/evaluation-result-1071632-1215169529/solver-1071632-1215169529 -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-1071632-1215169529.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 788bc16485f787ede0b4976a55d63308
RANDOM SEED=698777140

node41.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.232
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.232
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:       1828672 kB
Buffers:         14028 kB
Cached:          68116 kB
SwapCached:       6596 kB
Active:         138044 kB
Inactive:        36128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828672 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3148 kB
Writeback:           0 kB
Mapped:         108024 kB
Slab:            38128 kB
Committed_AS:  4262356 kB
PageTables:       1944 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= 66208 MiB
End job on node41 at 2008-07-04 13:35:32