Trace number 2084788

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 1809.54

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-20.xml
MD5SUM045db7eed9e087fec4ec728b76b99bf4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.686895
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data

0.05/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.24	c 0	BEGIN Sun Jul 12 08:20:27 2009
0.05/0.24	c 0	PID 25042
0.05/0.24	c 0	HOST node85.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-2084788-1247379627.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084788-1247379627.xml' 'HOME/temp.csp'
1.26/1.62	c 2	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.26/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.65	c 2	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.29/1.72	c 2	Parsing HOME/temp.csp
1.29/1.89	c 2	parsed 10000 expressions
1.29/1.99	c 2	parsed 19573 expressions
1.29/2.00	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/2.00	c 2	Converting to clausal form CSP
1.81/2.26	c 2	converted 1958 (10%) expressions
1.91/2.33	c 3	converted 3915 (20%) expressions
2.02/2.45	c 3	converted 5872 (30%) expressions
2.12/2.51	c 3	converted 7830 (40%) expressions
2.12/2.57	c 3	converted 9787 (50%) expressions
2.22/2.63	c 3	converted 11744 (60%) expressions
2.31/2.79	c 3	converted 13702 (70%) expressions
2.42/2.85	c 3	converted 15659 (80%) expressions
2.52/2.91	c 3	converted 17616 (90%) expressions
2.52/2.97	c 3	converted 19573 (100%) expressions
2.52/2.98	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 20
2.52/2.98	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.98	c 3	Propagation in CSP
2.62/3.05	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.62/3.06	c 3	CSP : 864 integers, 0 booleans, 18707 clauses, largest domain size 20
2.62/3.06	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/3.07	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.38	c 4	CSP : 864 integers, 37414 booleans, 56121 clauses, largest domain size 20
2.91/3.38	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.12/3.52	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.56	c 4	87 (10%) CSP integer variables are encoded (1566 clauses, 18325 bytes)
3.12/3.56	c 4	173 (20%) CSP integer variables are encoded (3114 clauses, 38449 bytes)
3.12/3.56	c 4	260 (30%) CSP integer variables are encoded (4680 clauses, 58807 bytes)
3.12/3.57	c 4	346 (40%) CSP integer variables are encoded (6228 clauses, 78931 bytes)
3.12/3.57	c 4	432 (50%) CSP integer variables are encoded (7776 clauses, 99055 bytes)
3.12/3.57	c 4	519 (60%) CSP integer variables are encoded (9342 clauses, 119413 bytes)
3.12/3.57	c 4	605 (70%) CSP integer variables are encoded (10890 clauses, 142372 bytes)
3.12/3.58	c 4	692 (80%) CSP integer variables are encoded (12456 clauses, 165862 bytes)
3.12/3.58	c 4	778 (90%) CSP integer variables are encoded (14004 clauses, 189082 bytes)
3.12/3.58	c 4	864 (100%) CSP integer variables are encoded (15552 clauses, 212302 bytes)
3.31/3.77	c 4	5613 (10%) CSP clauses are encoded (92263 clauses, 1563354 bytes)
3.51/3.92	c 4	11225 (20%) CSP clauses are encoded (168973 clauses, 2990896 bytes)
3.61/4.07	c 4	16837 (30%) CSP clauses are encoded (245664 clauses, 4420970 bytes)
3.81/4.21	c 4	22449 (40%) CSP clauses are encoded (322355 clauses, 5853356 bytes)
3.91/4.37	c 5	28061 (50%) CSP clauses are encoded (399065 clauses, 7291266 bytes)
4.10/4.51	c 5	33673 (60%) CSP clauses are encoded (475756 clauses, 8756529 bytes)
4.21/4.66	c 5	39285 (70%) CSP clauses are encoded (552447 clauses, 10274680 bytes)
4.41/4.80	c 5	44897 (80%) CSP clauses are encoded (629157 clauses, 11782946 bytes)
4.50/4.95	c 5	50509 (90%) CSP clauses are encoded (705848 clauses, 13294181 bytes)
4.61/5.09	c 5	56121 (100%) CSP clauses are encoded (782539 clauses, 14847938 bytes)
4.61/5.09	c 5	56121 CSP clauses encoded
4.61/5.09	c 5	Writing map file : HOME/temp.map
4.70/5.11	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.70/5.12	c 5	SAT : 53830 SAT variables, 782539 SAT clauses, 14847938 bytes
4.70/5.12	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.70/5.14	c 5	SOLVING HOME/temp.cnf
4.70/5.14	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.70/5.15	c 5	This is MiniSat 2.0 beta
4.70/5.15	c 5	WARNING: for repeatability, setting FPU to use double precision
4.70/5.15	c 5	============================[ Problem Statistics ]=============================
4.70/5.15	c 5	|                                                                             |
4.70/5.15	c 5	|  Number of variables:  53830                                                |
4.70/5.15	c 5	|  Number of clauses:    782539                                               |
5.09/5.54	c 6	|  Parsing time:         0.34         s                                       |
5.09/5.56	c 6	============================[ Search Statistics ]==============================
5.09/5.56	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.56	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.56	c 6	===============================================================================
5.09/5.56	c 6	|         0 |   53830   782539  2238530 |   260846        0    nan |  0.000 % |
5.39/5.82	c 6	|       101 |   53830   782539  2238530 |   286930      101     15 |  0.000 % |
5.48/5.91	c 6	|       251 |   53830   782539  2238530 |   315624      251     12 |  0.000 % |
5.58/6.01	c 6	|       477 |   53830   782539  2238530 |   347186      477     10 |  0.000 % |
5.58/6.07	c 6	|       815 |   53830   782539  2238530 |   381905      815     11 |  0.000 % |
5.68/6.16	c 6	|      1321 |   53830   782539  2238530 |   420095     1321     10 |  0.000 % |
5.98/6.48	c 7	|      2081 |   53830   782539  2238530 |   462105     2081     10 |  0.000 % |
6.18/6.61	c 7	|      3221 |   53830   782539  2238530 |   508315     3221     10 |  0.000 % |
6.58/7.00	c 7	|      4929 |   53830   782539  2238530 |   559147     4929     10 |  0.000 % |
6.78/7.29	c 7	|      7491 |   53830   782539  2238530 |   615062     7491     10 |  0.000 % |
7.37/7.85	c 8	|     11336 |   53830   782539  2238530 |   676568    11336     10 |  0.000 % |
8.16/8.61	c 9	|     17102 |   53830   782539  2238530 |   744225    17102     11 |  0.000 % |
11.15/11.60	c 12	|     25751 |   53830   782539  2238530 |   818647    25751     12 |  0.000 % |
12.65/13.17	c 13	|     38725 |   53830   782539  2238530 |   900512    38725     12 |  0.000 % |
16.93/17.46	c 18	|     58186 |   53830   782539  2238530 |   990563    58186     12 |  0.000 % |
28.87/29.43	c 30	|     87378 |   53830   782539  2238530 |  1089619    87378     13 |  0.000 % |
46.91/47.67	c 48	|    131167 |   53830   782539  2238530 |  1198581   131167     14 |  0.000 % |
84.29/85.29	c 85	|    196851 |   53830   782539  2238530 |  1318440   196851     14 |  0.000 % |
180.61/182.01	c 182	|    295377 |   53830   782539  2238530 |  1450284   295377     14 |  0.000 % |
533.66/536.87	c 537	|    443166 |   53830   782539  2238530 |  1595312   443166     16 |  0.000 % |
1552.91/1561.12	c 1561	|    664850 |   53830   782539  2238530 |  1754843   664850     18 |  0.000 % |
1800.09/1809.52	c ERROR INTERRUPTED
1800.09/1809.53	s UNKNOWN
1800.09/1809.53	c 1810	CPU 4.75 (0.06 0.01 4.39 0.29)
1800.09/1809.53	c 1810	END Sun Jul 12 08:50:37 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-2084788-1247379627/watcher-2084788-1247379627 -o /tmp/evaluation-result-2084788-1247379627/solver-2084788-1247379627 -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-2084788-1247379627.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: 2.69 3.34 3.60 4/73 25042
/proc/meminfo: memFree=1936432/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=18576 CPUtime=0
/proc/25042/stat : 25042 (runsolver) D 25040 25042 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 25028042 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25042/statm: 4644 284 249 26 0 2626 0

[startup+0.00732208 s]
/proc/loadavg: 2.69 3.34 3.60 4/73 25042
/proc/meminfo: memFree=1936432/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=18576 CPUtime=0
/proc/25042/stat : 25042 (runsolver) D 25040 25042 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 25028042 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25042/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101331 s]
/proc/loadavg: 2.69 3.34 3.60 4/73 25042
/proc/meminfo: memFree=1936432/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=12544 CPUtime=0
/proc/25042/stat : 25042 (sugar) R 25040 25042 20253 0 -1 4194304 460 0 3 0 0 0 0 0 18 0 1 0 25028042 12845056 431 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 0 0 0
/proc/25042/statm: 3136 432 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301357 s]
/proc/loadavg: 2.69 3.34 3.60 4/73 25042
/proc/meminfo: memFree=1936432/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=0.06
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 25028042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701403 s]
/proc/loadavg: 2.69 3.34 3.60 4/73 25042
/proc/meminfo: memFree=1936432/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=0.06
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 25028042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50149 s]
/proc/loadavg: 2.69 3.34 3.60 4/84 25054
/proc/meminfo: memFree=1902040/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=0.06
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 25028042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1111 409 3 0 796 0
[pid=25045] ppid=25042 vsize=5356 CPUtime=0
/proc/25045/stat : 25045 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028067 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25045/statm: 1339 233 193 169 0 50 0
[pid=25046] ppid=25045 vsize=865656 CPUtime=1.1
/proc/25046/stat : 25046 (java) S 25045 25042 20253 0 -1 0 12404 0 58 0 102 8 0 0 18 0 9 0 25028068 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 216414 10488 2557 9 0 210926 0
[pid=25046/tid=25047] ppid=25045 vsize=865656 CPUtime=0.56
/proc/25046/task/25047/stat : 25047 (java) R 25045 25042 20253 0 -1 64 2958 0 28 0 53 3 0 0 20 0 9 0 25028072 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4126773780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25048] ppid=25045 vsize=865656 CPUtime=0.39
/proc/25046/task/25048/stat : 25048 (java) S 25045 25042 20253 0 -1 64 8243 0 0 0 36 3 0 0 17 0 9 0 25028079 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25049] ppid=25045 vsize=865656 CPUtime=0
/proc/25046/task/25049/stat : 25049 (java) S 25045 25042 20253 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25028079 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25050] ppid=25045 vsize=865656 CPUtime=0
/proc/25046/task/25050/stat : 25050 (java) S 25045 25042 20253 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25028079 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25051] ppid=25045 vsize=865656 CPUtime=0
/proc/25046/task/25051/stat : 25051 (java) S 25045 25042 20253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25028081 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25052] ppid=25045 vsize=865656 CPUtime=0.12
/proc/25046/task/25052/stat : 25052 (java) S 25045 25042 20253 0 -1 64 529 0 0 0 12 0 0 0 16 0 9 0 25028081 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25053] ppid=25045 vsize=865656 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25045 25042 20253 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25028081 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25045 vsize=865656 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25045 25042 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25028081 886431744 10488 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 887880

[startup+3.10354 s]
/proc/loadavg: 2.69 3.34 3.60 3/84 25064
/proc/meminfo: memFree=1910296/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=1.3
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1305 12961 5 58 6 1 114 9 16 0 1 0 25028042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1111 409 3 0 796 0
[pid=25055] ppid=25042 vsize=5356 CPUtime=0
/proc/25055/stat : 25055 (sh) S 25042 25042 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25028208 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25055/statm: 1339 233 193 169 0 50 0
[pid=25056] ppid=25055 vsize=868596 CPUtime=1.42
/proc/25056/stat : 25056 (java) S 25055 25042 20253 0 -1 0 11447 0 4 0 136 6 0 0 20 0 9 0 25028208 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25056/statm: 217149 10387 2566 9 0 211654 0
[pid=25056/tid=25057] ppid=25055 vsize=868596 CPUtime=0.85
/proc/25056/task/25057/stat : 25057 (java) R 25055 25042 20253 0 -1 64 2746 0 4 0 83 2 0 0 25 0 9 0 25028209 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25058] ppid=25055 vsize=868596 CPUtime=0.38
/proc/25056/task/25058/stat : 25058 (java) R 25055 25042 20253 0 -1 64 6519 0 0 0 36 2 0 0 15 0 9 0 25028210 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25059] ppid=25055 vsize=868596 CPUtime=0
/proc/25056/task/25059/stat : 25059 (java) S 25055 25042 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25028210 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25060] ppid=25055 vsize=868596 CPUtime=0
/proc/25056/task/25060/stat : 25060 (java) S 25055 25042 20253 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25028210 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25061] ppid=25055 vsize=868596 CPUtime=0
/proc/25056/task/25061/stat : 25061 (java) S 25055 25042 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25028212 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25062] ppid=25055 vsize=868596 CPUtime=0.16
/proc/25056/task/25062/stat : 25062 (java) S 25055 25042 20253 0 -1 64 1478 0 0 0 16 0 0 0 16 0 9 0 25028212 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25063] ppid=25055 vsize=868596 CPUtime=0
/proc/25056/task/25063/stat : 25063 (java) S 25055 25042 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25028212 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25056/tid=25064] ppid=25055 vsize=868596 CPUtime=0
/proc/25056/task/25064/stat : 25064 (java) S 25055 25042 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25028212 889442304 10387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890820

[startup+6.3019 s]
/proc/loadavg: 2.79 3.35 3.60 3/76 25066
/proc/meminfo: memFree=1884376/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 15 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=39420 CPUtime=1.13
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 9387 0 0 0 109 4 0 0 25 0 1 0 25028558 40366080 9373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 9855 9373 76 150 0 9702 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 61644

[startup+12.7016 s]
/proc/loadavg: 2.73 3.33 3.59 3/76 25066
/proc/meminfo: memFree=1867608/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=42488 CPUtime=7.5
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 10136 0 0 0 745 5 0 0 25 0 1 0 25028558 43507712 10122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 10622 10122 76 150 0 10469 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 64712

[startup+25.5021 s]
/proc/loadavg: 2.57 3.26 3.57 3/76 25066
/proc/meminfo: memFree=1863192/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=46816 CPUtime=20.24
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 11196 0 0 0 2018 6 0 0 25 0 1 0 25028558 47939584 11182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 11704 11182 76 150 0 11551 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 69040

[startup+51.103 s]
/proc/loadavg: 2.44 3.17 3.53 2/71 25182
/proc/meminfo: memFree=1863168/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=54184 CPUtime=45.62
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 13009 0 0 0 4552 10 0 0 25 0 1 0 25028558 55484416 12995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 13546 12995 76 150 0 13393 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 76408

[startup+102.307 s]
/proc/loadavg: 2.32 3.04 3.46 3/85 25204
/proc/meminfo: memFree=1789824/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=61144 CPUtime=96.55
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 14690 0 0 0 9641 14 0 0 25 0 1 0 25028558 62611456 14676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 15286 14676 76 150 0 15133 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 83368

[startup+162.303 s]
/proc/loadavg: 2.20 2.86 3.37 3/85 25204
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1743616/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=106928 CPUtime=1350.34
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 25894 0 0 0 135006 28 0 0 25 0 1 0 25028558 109494272 25880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 26732 25880 76 150 0 26579 0
Current children cumulated CPU time (s) 1355.09
Current children cumulated vsize (KiB) 129152

[startup+1422.31 s]
/proc/loadavg: 2.08 2.06 2.36 3/85 25204
/proc/meminfo: memFree=1742400/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=108020 CPUtime=1410.04
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 26187 0 0 0 140976 28 0 0 25 0 1 0 25028558 110612480 26173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 27005 26173 76 150 0 26852 0
Current children cumulated CPU time (s) 1414.79
Current children cumulated vsize (KiB) 130244

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.34 3/85 25204
/proc/meminfo: memFree=1741248/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=109080 CPUtime=1469.75
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 26469 0 0 0 146946 29 0 0 25 0 1 0 25028558 111697920 26455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 27270 26455 76 150 0 27117 0
Current children cumulated CPU time (s) 1474.5
Current children cumulated vsize (KiB) 131304

[startup+1542.3 s]
/proc/loadavg: 2.09 2.05 2.32 3/85 25204
/proc/meminfo: memFree=1740288/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=110048 CPUtime=1529.46
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 26710 0 0 0 152916 30 0 0 25 0 1 0 25028558 112689152 26696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 27512 26696 76 150 0 27359 0
Current children cumulated CPU time (s) 1534.21
Current children cumulated vsize (KiB) 132272

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.30 3/85 25204
/proc/meminfo: memFree=1737984/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=112200 CPUtime=1589.15
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 27297 0 0 0 158885 30 0 0 25 0 1 0 25028558 114892800 27283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 28050 27283 76 150 0 27897 0
Current children cumulated CPU time (s) 1593.9
Current children cumulated vsize (KiB) 134424

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.28 3/85 25204
/proc/meminfo: memFree=1736064/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=115332 CPUtime=1648.86
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 27735 0 0 0 164855 31 0 0 25 0 1 0 25028558 118099968 27721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 28833 27721 76 150 0 28680 0
Current children cumulated CPU time (s) 1653.61
Current children cumulated vsize (KiB) 137556

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.26 3/85 25204
/proc/meminfo: memFree=1734080/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=117320 CPUtime=1708.57
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 28220 0 0 0 170826 31 0 0 25 0 1 0 25028558 120135680 28206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 29330 28206 76 150 0 29177 0
Current children cumulated CPU time (s) 1713.32
Current children cumulated vsize (KiB) 139544

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.25 3/85 25204
/proc/meminfo: memFree=1732352/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=119000 CPUtime=1768.27
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 28649 0 0 0 176796 31 0 0 25 0 1 0 25028558 121856000 28635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 29750 28635 76 150 0 29597 0
Current children cumulated CPU time (s) 1773.02
Current children cumulated vsize (KiB) 141224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.07 2.05 2.24 3/85 25204
/proc/meminfo: memFree=1731520/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=119704 CPUtime=1795.34
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 28851 0 0 0 179503 31 0 0 25 0 1 0 25028558 122576896 28837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 29926 28837 76 150 0 29773 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 141928

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

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

[startup+1809.51 s]
/proc/loadavg: 2.07 2.05 2.24 3/85 25204
/proc/meminfo: memFree=1731520/2055920 swapFree=4192812/4192956
[pid=25042] ppid=25040 vsize=16868 CPUtime=4.75
/proc/25042/stat : 25042 (sugar) S 25040 25042 20253 0 -1 4194304 1371 27875 5 63 6 1 439 29 16 0 1 0 25028042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25042/statm: 4217 1113 409 3 0 796 0
[pid=25065] ppid=25042 vsize=5356 CPUtime=0
/proc/25065/stat : 25065 (sh) S 25042 25042 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25028557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25065/statm: 1339 232 193 169 0 50 0
[pid=25066] ppid=25065 vsize=119704 CPUtime=1795.34
/proc/25066/stat : 25066 (minisat) R 25065 25042 20253 0 -1 4194304 28851 0 0 0 179503 31 0 0 25 0 1 0 25028558 122576896 28837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25066/statm: 29926 28837 76 150 0 29773 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 141928

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25042 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=461321
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=320951
# CPU time returned by wait4() is 4.78227
# 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): 1809.54
CPU time (s): 1800.09
CPU user time (s): 1799.48
CPU system time (s): 0.61
CPU usage (%): 99.4777
Max. virtual memory (cumulated for all children) (KiB): 891324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.46132
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29629
page faults= 68
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4526
involuntary context switches= 4150

runsolver used 2.20466 second user time and 6.02908 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 08:20:27
IDJOB=2084788
IDBENCH=58160
IDSOLVER=739
FILE ID=node85/2084788-1247379627
PBS_JOBID= 9507101
Free space on /tmp= 126552 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-20.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-2084788-1247379627/watcher-2084788-1247379627 -o /tmp/evaluation-result-2084788-1247379627/solver-2084788-1247379627 -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-2084788-1247379627.xml

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

MD5SUM BENCH= 045db7eed9e087fec4ec728b76b99bf4
RANDOM SEED=1771752370

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1936912 kB
Buffers:          4036 kB
Cached:          38940 kB
SwapCached:          0 kB
Active:          58052 kB
Inactive:        11284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:          37848 kB
Slab:            35128 kB
Committed_AS:   180860 kB
PageTables:       1724 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= 126548 MiB
End job on node85 at 2009-07-12 08:50:39