Trace number 2074426

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.14.6+minisat? (TO) 1800.09 1808.04

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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:40:04 2009
0.00/0.08	c 0	PID 17671
0.00/0.08	c 0	HOST node70.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2074426-1247359203.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074426-1247359203.xml' 'HOME/temp.csp'
0.97/1.05	c 1	1 domains, 225 variables, 1 predicates, 0 relations, 11025 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.17	c 1	Parsing HOME/temp.csp
1.01/1.53	c 1	parsed 10000 expressions
1.01/1.56	c 1	parsed 11252 expressions
1.01/1.57	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.57	c 1	Converting to clausal form CSP
1.01/1.98	c 2	converted 1126 (10%) expressions
1.99/2.16	c 2	converted 2251 (20%) expressions
2.19/2.32	c 2	converted 3376 (30%) expressions
2.49/2.62	c 2	converted 4501 (40%) expressions
2.59/2.79	c 2	converted 5626 (50%) expressions
2.79/2.95	c 3	converted 6752 (60%) expressions
2.98/3.13	c 3	converted 7877 (70%) expressions
3.08/3.30	c 3	converted 9002 (80%) expressions
3.47/3.68	c 3	converted 10127 (90%) expressions
3.67/3.85	c 4	converted 11252 (100%) expressions
3.67/3.85	c 4	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
3.67/3.85	c 4	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.67/3.85	c 4	Propagation in CSP
3.67/3.89	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.67/3.90	c 4	CSP : 225 integers, 0 booleans, 11025 clauses, largest domain size 3
3.67/3.90	c 4	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.92	c 4	Simplifing CSP by introducing new Boolean variables
4.66/4.86	c 5	CSP : 225 integers, 132300 booleans, 143325 clauses, largest domain size 3
4.66/4.86	c 5	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.28	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.16/5.31	c 5	23 (10%) CSP integer variables are encoded (23 clauses, 262 bytes)
5.16/5.31	c 5	45 (20%) CSP integer variables are encoded (45 clauses, 460 bytes)
5.16/5.31	c 5	68 (30%) CSP integer variables are encoded (68 clauses, 704 bytes)
5.16/5.31	c 5	90 (40%) CSP integer variables are encoded (90 clauses, 946 bytes)
5.16/5.31	c 5	113 (50%) CSP integer variables are encoded (113 clauses, 1199 bytes)
5.16/5.31	c 5	135 (60%) CSP integer variables are encoded (135 clauses, 1441 bytes)
5.16/5.31	c 5	158 (70%) CSP integer variables are encoded (158 clauses, 1694 bytes)
5.16/5.31	c 5	180 (80%) CSP integer variables are encoded (180 clauses, 1936 bytes)
5.16/5.32	c 5	203 (90%) CSP integer variables are encoded (203 clauses, 2189 bytes)
5.16/5.32	c 5	225 (100%) CSP integer variables are encoded (225 clauses, 2431 bytes)
5.35/5.52	c 5	14333 (10%) CSP clauses are encoded (41020 clauses, 597384 bytes)
5.44/5.67	c 5	28665 (20%) CSP clauses are encoded (81810 clauses, 1244503 bytes)
5.65/5.82	c 6	42998 (30%) CSP clauses are encoded (122605 clauses, 1893234 bytes)
5.74/5.97	c 6	57330 (40%) CSP clauses are encoded (163395 clauses, 2546341 bytes)
5.94/6.12	c 6	71663 (50%) CSP clauses are encoded (204190 clauses, 3219714 bytes)
6.05/6.27	c 6	85995 (60%) CSP clauses are encoded (244980 clauses, 3896641 bytes)
6.24/6.43	c 6	100328 (70%) CSP clauses are encoded (285775 clauses, 4573584 bytes)
6.34/6.59	c 6	114660 (80%) CSP clauses are encoded (326565 clauses, 5275675 bytes)
6.53/6.75	c 6	128993 (90%) CSP clauses are encoded (367360 clauses, 6005535 bytes)
6.73/6.91	c 7	143325 (100%) CSP clauses are encoded (408150 clauses, 6735385 bytes)
6.73/6.91	c 7	143325 CSP clauses encoded
6.73/6.91	c 7	Writing map file : HOME/temp.map
6.73/6.94	c 7	Heap : 62 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.73/6.94	c 7	SAT : 132750 SAT variables, 408150 SAT clauses, 6735385 bytes
6.73/6.94	c 7	Heap : 62 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.73/6.98	c 7	SOLVING HOME/temp.cnf
6.73/6.98	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.73/6.98	c 7	This is MiniSat 2.0 beta
6.73/6.98	c 7	WARNING: for repeatability, setting FPU to use double precision
6.73/6.98	c 7	============================[ Problem Statistics ]=============================
6.73/6.98	c 7	|                                                                             |
6.73/6.99	c 7	|  Number of variables:  132750                                               |
6.73/6.99	c 7	|  Number of clauses:    408150                                               |
6.82/7.21	c 7	|  Parsing time:         0.19         s                                       |
6.82/7.22	c 7	============================[ Search Statistics ]==============================
6.82/7.22	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.82/7.22	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.82/7.22	c 7	===============================================================================
6.82/7.22	c 7	|         0 |  132750   408150  1058850 |   136050        0    nan |  0.000 % |
6.82/7.30	c 7	|       100 |  132750   408150  1058850 |   149655      100     15 |  0.000 % |
6.82/7.47	c 7	|       250 |  132750   408150  1058850 |   164620      250     13 |  0.000 % |
7.51/7.75	c 7	|       475 |  132750   408150  1058850 |   181082      475     12 |  0.000 % |
8.01/8.23	c 8	|       812 |  132750   408150  1058850 |   199190      812     11 |  0.000 % |
8.61/8.84	c 9	|      1318 |  132750   408150  1058850 |   219109     1318     11 |  0.000 % |
9.70/9.91	c 10	|      2077 |  132750   408150  1058850 |   241020     2077     11 |  0.000 % |
10.98/11.29	c 11	|      3216 |  132750   408150  1058850 |   265122     3216     12 |  0.000 % |
12.96/13.24	c 13	|      4924 |  132750   408150  1058850 |   291635     4924     14 |  0.000 % |
15.04/15.33	c 15	|      7487 |  132750   408150  1058850 |   320798     7487     27 |  0.000 % |
19.20/19.50	c 19	|     11333 |  132750   408150  1058850 |   352878    11333     31 |  0.000 % |
26.24/26.66	c 26	|     17100 |  132750   408150  1058850 |   388166    17100     40 |  0.000 % |
38.31/38.80	c 38	|     25749 |  132750   408150  1058850 |   426983    25749     46 |  0.000 % |
57.72/58.47	c 58	|     38723 |  132750   408150  1058850 |   469681    38723     54 |  0.000 % |
95.28/96.35	c 96	|     58184 |  132750   408150  1058850 |   516649    58184     56 |  0.000 % |
159.97/161.64	c 161	|     87376 |  132750   408150  1058850 |   568314    87376     58 |  0.000 % |
261.21/263.83	c 264	|    131166 |  132750   408150  1058850 |   625146   131166     60 |  0.000 % |
446.46/450.84	c 451	|    196851 |  132750   408150  1058850 |   687660   196851     60 |  0.000 % |
792.39/799.96	c 800	|    295377 |  132750   408150  1058850 |   756426   295377     62 |  0.000 % |
1407.34/1415.13	c 1415	|    443166 |  132750   408150  1058850 |   832069   443166     64 |  0.000 % |
1800.09/1808.02	c ERROR INTERRUPTED
1800.09/1808.04	s UNKNOWN
1800.09/1808.04	c 1808	CPU 6.82 (0.06 0.02 6.49 0.25)
1800.09/1808.04	c 1808	END Sun Jul 12 03:10:12 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074426-1247359203/watcher-2074426-1247359203 -o /tmp/evaluation-result-2074426-1247359203/solver-2074426-1247359203 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2074426-1247359203.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.99 1.99 4/74 17671
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=12268 CPUtime=0
/proc/17671/stat : 17671 (sugar) R 17669 17671 15863 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22983029 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17671/statm: 3067 316 241 3 0 167 0

[startup+0.087552 s]
/proc/loadavg: 1.83 1.99 1.99 4/74 17671
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=0.07
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101554 s]
/proc/loadavg: 1.83 1.99 1.99 4/74 17671
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=0.07
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301572 s]
/proc/loadavg: 1.83 1.99 1.99 4/74 17671
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=0.07
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701609 s]
/proc/loadavg: 1.83 1.99 1.99 4/74 17671
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=0.07
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50169 s]
/proc/loadavg: 1.84 1.99 1.99 3/85 17683
/proc/meminfo: memFree=1810880/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=1.01
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1309 10097 0 1 5 2 89 5 16 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10286 s]
/proc/loadavg: 1.84 1.99 1.99 3/85 17693
/proc/meminfo: memFree=1807424/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=1.01
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1309 10097 0 1 5 2 89 5 16 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
[pid=17684] ppid=17671 vsize=5356 CPUtime=0
/proc/17684/stat : 17684 (sh) S 17671 17671 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22983138 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17684/statm: 1339 233 193 169 0 50 0
[pid=17685] ppid=17684 vsize=868604 CPUtime=1.97
/proc/17685/stat : 17685 (java) S 17684 17671 15863 0 -1 0 13964 0 1 0 190 7 0 0 18 0 9 0 22983139 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17685/statm: 217151 13116 2566 9 0 211656 0
[pid=17685/tid=17686] ppid=17684 vsize=868604 CPUtime=1.19
/proc/17685/task/17686/stat : 17686 (java) R 17684 17671 15863 0 -1 64 2929 0 1 0 118 1 0 0 25 0 9 0 22983139 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4126453742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17687] ppid=17684 vsize=868604 CPUtime=0.6
/proc/17685/task/17687/stat : 17687 (java) S 17684 17671 15863 0 -1 64 8873 0 0 0 57 3 0 0 16 0 9 0 22983141 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17688] ppid=17684 vsize=868604 CPUtime=0
/proc/17685/task/17688/stat : 17688 (java) S 17684 17671 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22983141 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17689] ppid=17684 vsize=868604 CPUtime=0
/proc/17685/task/17689/stat : 17689 (java) S 17684 17671 15863 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22983141 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17690] ppid=17684 vsize=868604 CPUtime=0
/proc/17685/task/17690/stat : 17690 (java) S 17684 17671 15863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22983143 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17691] ppid=17684 vsize=868604 CPUtime=0.15
/proc/17685/task/17691/stat : 17691 (java) S 17684 17671 15863 0 -1 64 1459 0 0 0 14 1 0 0 16 0 9 0 22983144 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17692] ppid=17684 vsize=868604 CPUtime=0
/proc/17685/task/17692/stat : 17692 (java) S 17684 17671 15863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22983144 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17693] ppid=17684 vsize=868604 CPUtime=0
/proc/17685/task/17693/stat : 17693 (java) S 17684 17671 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22983144 889450496 13116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890828

[startup+6.30217 s]
/proc/loadavg: 1.85 1.99 1.99 3/85 17693
/proc/meminfo: memFree=1741952/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=1.01
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1310 10097 0 1 5 2 89 5 15 0 1 0 22983029 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1111 409 3 0 796 0
[pid=17684] ppid=17671 vsize=5356 CPUtime=0
/proc/17684/stat : 17684 (sh) S 17671 17671 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22983138 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17684/statm: 1339 233 193 169 0 50 0
[pid=17685] ppid=17684 vsize=868716 CPUtime=5.14
/proc/17685/stat : 17685 (java) S 17684 17671 15863 0 -1 0 27015 0 1 0 498 16 0 0 18 0 9 0 22983139 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17685/statm: 217179 25429 2590 9 0 211656 0
[pid=17685/tid=17686] ppid=17684 vsize=868716 CPUtime=2.79
/proc/17685/task/17686/stat : 17686 (java) R 17684 17671 15863 0 -1 64 3769 0 1 0 274 5 0 0 25 0 9 0 22983139 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4126976080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17687] ppid=17684 vsize=868716 CPUtime=2.1
/proc/17685/task/17687/stat : 17687 (java) S 17684 17671 15863 0 -1 64 21041 0 0 0 202 8 0 0 16 0 9 0 22983141 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17688] ppid=17684 vsize=868716 CPUtime=0
/proc/17685/task/17688/stat : 17688 (java) S 17684 17671 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22983141 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17689] ppid=17684 vsize=868716 CPUtime=0
/proc/17685/task/17689/stat : 17689 (java) S 17684 17671 15863 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22983141 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17690] ppid=17684 vsize=868716 CPUtime=0
/proc/17685/task/17690/stat : 17690 (java) S 17684 17671 15863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22983143 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17691] ppid=17684 vsize=868716 CPUtime=0.21
/proc/17685/task/17691/stat : 17691 (java) S 17684 17671 15863 0 -1 64 1502 0 0 0 20 1 0 0 16 0 9 0 22983144 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17692] ppid=17684 vsize=868716 CPUtime=0
/proc/17685/task/17692/stat : 17692 (java) S 17684 17671 15863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22983144 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17685/tid=17693] ppid=17684 vsize=868716 CPUtime=0
/proc/17685/task/17693/stat : 17693 (java) S 17684 17671 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22983144 889565184 25429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890940

[startup+12.7018 s]
/proc/loadavg: 1.86 1.99 1.99 3/77 17695
/proc/meminfo: memFree=1801792/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=26984 CPUtime=5.65
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 6418 0 0 0 560 5 0 0 25 0 1 0 22983728 27631616 6404 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17695/statm: 6746 6404 76 150 0 6593 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 49208

[startup+25.5011 s]
/proc/loadavg: 1.88 1.99 1.99 3/77 17695
/proc/meminfo: memFree=1799104/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=29684 CPUtime=18.33
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 7103 0 0 0 1827 6 0 0 25 0 1 0 22983728 30396416 7089 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17695/statm: 7421 7089 76 150 0 7268 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 51908

[startup+51.1016 s]
/proc/loadavg: 1.93 1.99 1.99 3/77 17695
/proc/meminfo: memFree=1794176/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=34768 CPUtime=43.68
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 8376 0 0 0 4361 7 0 0 25 0 1 0 22983728 35602432 8362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17695/statm: 8692 8362 76 150 0 8539 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 56992

[startup+102.307 s]
/proc/loadavg: 1.97 1.99 1.99 3/77 17695
/proc/meminfo: memFree=1786176/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=42632 CPUtime=94.4
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 10321 0 0 0 9431 9 0 0 25 0 1 0 22983728 43655168 10307 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17695/statm: 10658 10307 76 150 0 10505 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 64856

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 17695
/proc/meminfo: memFree=1779008/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=50200 CPUtime=153.84
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 12227 0 0 0 15373 11 0 0 25 0 1 0 22983728 51404800 12213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17695/statm: 12550 12213 76 150 0 12397 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 72424

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

/proc/meminfo: memFree=1592016/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=148088 CPUtime=1287.78
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 36530 0 0 0 128733 45 0 0 25 0 1 0 22983728 151642112 36516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 37022 36516 76 150 0 36869 0
Current children cumulated CPU time (s) 1294.6
Current children cumulated vsize (KiB) 170312

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/83 17768
/proc/meminfo: memFree=1588240/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=151868 CPUtime=1347.74
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 37477 0 0 0 134728 46 0 0 25 0 1 0 22983728 155512832 37463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 37967 37463 76 150 0 37814 0
Current children cumulated CPU time (s) 1354.56
Current children cumulated vsize (KiB) 174092

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 17768
/proc/meminfo: memFree=1584080/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=156116 CPUtime=1407.73
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 38515 0 0 0 140726 47 0 0 25 0 1 0 22983728 159862784 38501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 39029 38501 76 150 0 38876 0
Current children cumulated CPU time (s) 1414.55
Current children cumulated vsize (KiB) 178340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 17768
/proc/meminfo: memFree=1580240/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=159884 CPUtime=1467.7
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 39490 0 0 0 146721 49 0 0 25 0 1 0 22983728 163721216 39476 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 39971 39476 76 150 0 39818 0
Current children cumulated CPU time (s) 1474.52
Current children cumulated vsize (KiB) 182108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17768
/proc/meminfo: memFree=1576272/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=164636 CPUtime=1527.67
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 40454 0 0 0 152718 49 0 0 25 0 1 0 22983728 168587264 40440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 41159 40440 76 150 0 41006 0
Current children cumulated CPU time (s) 1534.49
Current children cumulated vsize (KiB) 186860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17768
/proc/meminfo: memFree=1572184/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=168856 CPUtime=1587.64
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 41484 0 0 0 158714 50 0 0 25 0 1 0 22983728 172908544 41470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 42214 41470 76 150 0 42061 0
Current children cumulated CPU time (s) 1594.46
Current children cumulated vsize (KiB) 191080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17768
/proc/meminfo: memFree=1567704/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=173212 CPUtime=1647.63
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 42608 0 0 0 164711 52 0 0 25 0 1 0 22983728 177369088 42594 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 43303 42594 76 150 0 43150 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 195436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17768
/proc/meminfo: memFree=1563544/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=177360 CPUtime=1707.6
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 43649 0 0 0 170707 53 0 0 25 0 1 0 22983728 181616640 43635 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 44340 43635 76 150 0 44187 0
Current children cumulated CPU time (s) 1714.42
Current children cumulated vsize (KiB) 199584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17768
/proc/meminfo: memFree=1559512/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=181080 CPUtime=1767.57
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 44587 0 0 0 176703 54 0 0 25 0 1 0 22983728 185425920 44573 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 45270 44573 76 150 0 45117 0
Current children cumulated CPU time (s) 1774.39
Current children cumulated vsize (KiB) 203304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17768
/proc/meminfo: memFree=1557720/2055920 swapFree=4192812/4192956
[pid=17671] ppid=17669 vsize=16868 CPUtime=6.82
/proc/17671/stat : 17671 (sugar) S 17669 17671 15863 0 -1 4194304 1376 37445 0 2 6 2 649 25 16 0 1 0 22983029 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17671/statm: 4217 1113 409 3 0 796 0
[pid=17694] ppid=17671 vsize=5356 CPUtime=0
/proc/17694/stat : 17694 (sh) S 17671 17671 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22983728 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17694/statm: 1339 232 193 169 0 50 0
[pid=17695] ppid=17694 vsize=182888 CPUtime=1793.27
/proc/17695/stat : 17695 (minisat) R 17694 17671 15863 0 -1 4194304 45023 0 0 0 179272 55 0 0 25 0 1 0 22983728 187277312 45009 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/17695/statm: 45722 45009 76 150 0 45569 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 205112

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

Real time (s): 1808.04
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.82
CPU usage (%): 99.5602
Max. virtual memory (cumulated for all children) (KiB): 891832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.558
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39204
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= 3476
involuntary context switches= 3486

runsolver used 2.25266 second user time and 5.98209 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 02:40:04
IDJOB=2074426
IDBENCH=56100
IDSOLVER=739
FILE ID=node70/2074426-1247359203
PBS_JOBID= 9506833
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074426-1247359203/watcher-2074426-1247359203 -o /tmp/evaluation-result-2074426-1247359203/solver-2074426-1247359203 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2074426-1247359203.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 788bc16485f787ede0b4976a55d63308
RANDOM SEED=262551528

node70.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.214
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.214
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:       1838648 kB
Buffers:         41336 kB
Cached:         103572 kB
SwapCached:          0 kB
Active:         111124 kB
Inactive:        59136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3356 kB
Writeback:           0 kB
Mapped:          35992 kB
Slab:            32312 kB
Committed_AS:   246372 kB
PageTables:       1740 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= 66408 MiB
End job on node70 at 2009-07-12 03:10:14