Trace number 2084777

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.03 1809.34

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-29.xml
MD5SUMdcdb3c7d0a322f57cf5792c945548628
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.498923
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:20:10 2009
0.00/0.07	c 0	PID 27472
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2084777-1247379610.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084777-1247379610.xml' 'HOME/temp.csp'
0.97/1.15	c 1	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
0.97/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.17	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.02/1.24	c 1	Parsing HOME/temp.csp
1.02/1.52	c 1	parsed 10000 expressions
1.02/1.55	c 2	parsed 14626 expressions
1.02/1.56	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.56	c 2	Converting to clausal form CSP
1.02/1.84	c 2	converted 1463 (10%) expressions
1.02/1.90	c 2	converted 2926 (20%) expressions
1.02/1.95	c 2	converted 4388 (30%) expressions
1.02/2.06	c 2	converted 5851 (40%) expressions
1.93/2.11	c 2	converted 7313 (50%) expressions
1.93/2.16	c 2	converted 8776 (60%) expressions
2.02/2.21	c 2	converted 10239 (70%) expressions
2.02/2.25	c 2	converted 11701 (80%) expressions
2.12/2.37	c 2	converted 13164 (90%) expressions
2.22/2.42	c 2	converted 14626 (100%) expressions
2.22/2.43	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 29
2.22/2.43	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.43	c 2	Propagation in CSP
2.22/2.49	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.50	c 2	CSP : 645 integers, 0 booleans, 13979 clauses, largest domain size 29
2.22/2.50	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.51	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.78	c 3	CSP : 645 integers, 27958 booleans, 41937 clauses, largest domain size 29
2.52/2.78	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.73/2.91	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.73/2.94	c 3	65 (10%) CSP integer variables are encoded (1755 clauses, 20744 bytes)
2.73/2.94	c 3	129 (20%) CSP integer variables are encoded (3483 clauses, 43208 bytes)
2.73/2.95	c 3	194 (30%) CSP integer variables are encoded (5238 clauses, 66023 bytes)
2.73/2.95	c 3	258 (40%) CSP integer variables are encoded (6966 clauses, 88487 bytes)
2.73/2.95	c 3	323 (50%) CSP integer variables are encoded (8721 clauses, 111302 bytes)
2.73/2.96	c 3	387 (60%) CSP integer variables are encoded (10449 clauses, 135381 bytes)
2.73/2.96	c 3	452 (70%) CSP integer variables are encoded (12204 clauses, 161706 bytes)
2.73/2.96	c 3	516 (80%) CSP integer variables are encoded (13932 clauses, 187626 bytes)
2.73/2.96	c 3	581 (90%) CSP integer variables are encoded (15687 clauses, 213951 bytes)
2.73/2.97	c 3	645 (100%) CSP integer variables are encoded (17415 clauses, 239871 bytes)
2.93/3.17	c 3	4194 (10%) CSP clauses are encoded (99897 clauses, 1709093 bytes)
3.14/3.33	c 3	8388 (20%) CSP clauses are encoded (182379 clauses, 3252949 bytes)
3.23/3.48	c 3	12582 (30%) CSP clauses are encoded (264861 clauses, 4809797 bytes)
3.43/3.64	c 4	16775 (40%) CSP clauses are encoded (347342 clauses, 6371875 bytes)
3.53/3.79	c 4	20969 (50%) CSP clauses are encoded (429824 clauses, 7942659 bytes)
3.72/3.95	c 4	25163 (60%) CSP clauses are encoded (512306 clauses, 9513667 bytes)
3.82/4.10	c 4	29356 (70%) CSP clauses are encoded (594759 clauses, 11081016 bytes)
4.01/4.25	c 4	33550 (80%) CSP clauses are encoded (677241 clauses, 12715856 bytes)
4.11/4.40	c 4	37744 (90%) CSP clauses are encoded (759723 clauses, 14359728 bytes)
4.31/4.55	c 5	41937 (100%) CSP clauses are encoded (842176 clauses, 16043759 bytes)
4.31/4.55	c 5	41937 CSP clauses encoded
4.31/4.56	c 5	Writing map file : HOME/temp.map
4.31/4.57	c 5	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.31/4.57	c 5	SAT : 46018 SAT variables, 842176 SAT clauses, 16043759 bytes
4.31/4.57	c 5	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.38/4.62	c 5	SOLVING HOME/temp.cnf
4.38/4.62	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.62	c 5	This is MiniSat 2.0 beta
4.38/4.62	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.62	c 5	============================[ Problem Statistics ]=============================
4.38/4.62	c 5	|                                                                             |
4.38/4.62	c 5	|  Number of variables:  46018                                                |
4.38/4.62	c 5	|  Number of clauses:    842176                                               |
4.42/5.06	c 5	|  Parsing time:         0.37         s                                       |
4.42/5.08	c 5	============================[ Search Statistics ]==============================
4.42/5.08	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.42/5.08	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.42/5.08	c 5	===============================================================================
4.42/5.08	c 5	|         0 |   46018   842176  2439218 |   280725        0    nan |  0.000 % |
4.42/5.31	c 5	|       100 |   46018   842176  2439218 |   308797      100     11 |  0.000 % |
5.29/5.56	c 6	|       251 |   46018   842176  2439218 |   339677      251      9 |  0.000 % |
5.39/5.63	c 6	|       476 |   46018   842176  2439218 |   373645      476      9 |  0.000 % |
5.59/5.86	c 6	|       815 |   46018   842176  2439218 |   411009      815     11 |  0.000 % |
5.69/5.96	c 6	|      1322 |   46018   842176  2439218 |   452110     1322     12 |  0.000 % |
6.08/6.38	c 6	|      2081 |   46018   842176  2439218 |   497322     2081     15 |  0.000 % |
6.38/6.69	c 7	|      3220 |   46018   842176  2439218 |   547054     3220     17 |  0.000 % |
6.67/6.93	c 7	|      4928 |   46018   842176  2439218 |   601759     4928     19 |  0.000 % |
7.08/7.30	c 7	|      7490 |   46018   842176  2439218 |   661935     7490     15 |  0.000 % |
7.27/7.56	c 8	|     11334 |   46018   842176  2439218 |   728129    11334     13 |  0.000 % |
7.97/8.23	c 8	|     17100 |   46018   842176  2439218 |   800942    17100     13 |  0.000 % |
8.77/9.00	c 9	|     25749 |   46018   842176  2439218 |   881036    25749     12 |  0.000 % |
10.76/11.09	c 11	|     38723 |   46018   842176  2439218 |   969139    38723     12 |  0.000 % |
12.94/13.25	c 13	|     58184 |   46018   842176  2439218 |  1066053    58184     12 |  0.000 % |
19.52/19.81	c 20	|     87376 |   46018   842176  2439218 |  1172659    87376     13 |  0.000 % |
30.36/30.75	c 31	|    131165 |   46018   842176  2439218 |  1289925   131165     13 |  0.000 % |
64.89/65.46	c 65	|    196849 |   46018   842176  2439218 |  1418917   196849     14 |  0.000 % |
150.66/151.67	c 152	|    295375 |   46018   842176  2439218 |  1560809   295375     15 |  0.000 % |
377.74/379.85	c 380	|    443164 |   46018   842176  2439218 |  1716890   443164     15 |  0.000 % |
883.62/888.18	c 888	|    664848 |   46018   842176  2439218 |  1888579   664848     16 |  0.000 % |
1643.55/1651.87	c 1652	|    997373 |   46018   842176  2439218 |  2077437   997373     18 |  0.000 % |
1800.03/1809.32	c ERROR INTERRUPTED
1800.03/1809.33	s UNKNOWN
1800.03/1809.33	c 1809	CPU 4.42 (0.06 0.02 4.07 0.27)
1800.03/1809.33	c 1809	END Sun Jul 12 08:50:19 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-2084777-1247379610/watcher-2084777-1247379610 -o /tmp/evaluation-result-2084777-1247379610/solver-2084777-1247379610 -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-2084777-1247379610.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.16 2.04 2.06 4/85 27472
/proc/meminfo: memFree=1618608/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=12272 CPUtime=0
/proc/27472/stat : 27472 (sugar) R 27470 27472 25739 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25026279 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 1 0 0
/proc/27472/statm: 3068 327 246 3 0 168 0

[startup+0.085653 s]
/proc/loadavg: 2.16 2.04 2.06 4/85 27472
/proc/meminfo: memFree=1618608/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=0.06
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102654 s]
/proc/loadavg: 2.16 2.04 2.06 4/85 27472
/proc/meminfo: memFree=1618608/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=0.06
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302692 s]
/proc/loadavg: 2.16 2.04 2.06 4/85 27472
/proc/meminfo: memFree=1618608/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=0.06
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70278 s]
/proc/loadavg: 2.16 2.04 2.06 4/85 27472
/proc/meminfo: memFree=1618608/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=0.06
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.14 2.04 2.06 2/96 27484
/proc/meminfo: memFree=1589912/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=1.02
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1309 10785 0 1 5 1 89 7 15 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10223 s]
/proc/loadavg: 2.14 2.04 2.06 3/96 27494
/proc/meminfo: memFree=1595224/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=1.04
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1310 10785 0 1 6 2 89 7 15 0 1 0 25026279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1111 409 3 0 796 0
[pid=27485] ppid=27472 vsize=5356 CPUtime=0
/proc/27485/stat : 27485 (sh) S 27472 27472 25739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25026396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27485/statm: 1339 233 193 169 0 50 0
[pid=27486] ppid=27485 vsize=868712 CPUtime=1.89
/proc/27486/stat : 27486 (java) S 27485 27472 25739 0 -1 0 12216 0 1 0 181 8 0 0 18 0 9 0 25026397 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27486/statm: 217178 11160 2590 9 0 211655 0
[pid=27486/tid=27487] ppid=27485 vsize=868712 CPUtime=1.01
/proc/27486/task/27487/stat : 27487 (java) R 27485 27472 25739 0 -1 64 3057 0 1 0 99 2 0 0 18 0 9 0 25026398 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27488] ppid=27485 vsize=868712 CPUtime=0.65
/proc/27486/task/27488/stat : 27488 (java) S 27485 27472 25739 0 -1 64 6952 0 0 0 61 4 0 0 16 0 9 0 25026399 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27489] ppid=27485 vsize=868712 CPUtime=0
/proc/27486/task/27489/stat : 27489 (java) S 27485 27472 25739 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25026399 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27490] ppid=27485 vsize=868712 CPUtime=0
/proc/27486/task/27490/stat : 27490 (java) S 27485 27472 25739 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25026399 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27491] ppid=27485 vsize=868712 CPUtime=0
/proc/27486/task/27491/stat : 27491 (java) S 27485 27472 25739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25026401 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27492] ppid=27485 vsize=868712 CPUtime=0.2
/proc/27486/task/27492/stat : 27492 (java) R 27485 27472 25739 0 -1 64 1509 0 0 0 20 0 0 0 16 0 9 0 25026401 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27493] ppid=27485 vsize=868712 CPUtime=0
/proc/27486/task/27493/stat : 27493 (java) S 27485 27472 25739 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25026401 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27486/tid=27494] ppid=27485 vsize=868712 CPUtime=0
/proc/27486/task/27494/stat : 27494 (java) S 27485 27472 25739 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25026401 889561088 11160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890936

[startup+6.30184 s]
/proc/loadavg: 2.14 2.04 2.06 3/88 27496
/proc/meminfo: memFree=1558872/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 15 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=42876 CPUtime=1.66
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 10326 0 0 0 159 7 0 0 25 0 1 0 25026741 43905024 10312 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 10719 10312 76 150 0 10566 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 65100

[startup+12.7011 s]
/proc/loadavg: 2.12 2.04 2.05 3/88 27496
/proc/meminfo: memFree=1554264/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=46924 CPUtime=8.02
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 11304 0 0 0 794 8 0 0 25 0 1 0 25026741 48050176 11290 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 11731 11290 76 150 0 11578 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 69148

[startup+25.5025 s]
/proc/loadavg: 2.10 2.04 2.05 3/88 27496
/proc/meminfo: memFree=1548056/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=52660 CPUtime=20.76
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 12746 0 0 0 2066 10 0 0 25 0 1 0 25026741 53923840 12732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 13165 12732 76 150 0 13012 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 74884

[startup+51.1024 s]
/proc/loadavg: 2.07 2.03 2.05 3/88 27496
/proc/meminfo: memFree=1542360/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=58420 CPUtime=46.24
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 14170 0 0 0 4612 12 0 0 25 0 1 0 25026741 59822080 14156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 14605 14156 76 150 0 14452 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 80644

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/88 27496
/proc/meminfo: memFree=1535000/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=65916 CPUtime=97.18
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 15967 0 0 0 9705 13 0 0 25 0 1 0 25026741 67497984 15953 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 16479 15953 76 150 0 16326 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 88140

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.04 3/88 27496
/proc/meminfo: memFree=1529240/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=71524 CPUtime=156.9
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 17402 0 0 0 15675 15 0 0 25 0 1 0 25026741 73240576 17388 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 17881 17388 76 150 0 17728 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 93748

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/88 27496
/proc/meminfo: memFree=1524120/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=77076 CPUtime=216.6
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 18676 0 0 0 21644 16 0 0 25 0 1 0 25026741 78925824 18662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27496/statm: 19269 18662 76 150 0 19116 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 99300


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

/proc/meminfo: memFree=1379800/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=139284 CPUtime=1351.02
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 33834 0 0 0 135065 37 0 0 25 0 1 0 25026741 142626816 33820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 34821 33820 76 150 0 34668 0
Current children cumulated CPU time (s) 1355.44
Current children cumulated vsize (KiB) 161508

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1378072/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=140928 CPUtime=1410.73
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 34268 0 0 0 141035 38 0 0 25 0 1 0 25026741 144310272 34254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 35232 34254 76 150 0 35079 0
Current children cumulated CPU time (s) 1415.15
Current children cumulated vsize (KiB) 163152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1376472/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=142416 CPUtime=1470.43
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 34674 0 0 0 147005 38 0 0 25 0 1 0 25026741 145833984 34660 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 35604 34660 76 150 0 35451 0
Current children cumulated CPU time (s) 1474.85
Current children cumulated vsize (KiB) 164640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1374552/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=144340 CPUtime=1530.14
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 35144 0 0 0 152975 39 0 0 25 0 1 0 25026741 147804160 35130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 36085 35130 76 150 0 35932 0
Current children cumulated CPU time (s) 1534.56
Current children cumulated vsize (KiB) 166564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1372888/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=145980 CPUtime=1589.86
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 35553 0 0 0 158946 40 0 0 25 0 1 0 25026741 149483520 35539 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 36495 35539 76 150 0 36342 0
Current children cumulated CPU time (s) 1594.28
Current children cumulated vsize (KiB) 168204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1368920/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=150028 CPUtime=1649.58
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 36530 0 0 0 164917 41 0 0 25 0 1 0 25026741 153628672 36516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 37507 36516 76 150 0 37354 0
Current children cumulated CPU time (s) 1654
Current children cumulated vsize (KiB) 172252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27496
/proc/meminfo: memFree=1367704/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=150952 CPUtime=1709.3
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 36828 0 0 0 170888 42 0 0 25 0 1 0 25026741 154574848 36814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 37738 36814 76 150 0 37585 0
Current children cumulated CPU time (s) 1713.72
Current children cumulated vsize (KiB) 173176

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27537
/proc/meminfo: memFree=1552528/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=152696 CPUtime=1768.87
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 37267 0 0 0 176845 42 0 0 25 0 1 0 25026741 156360704 37253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 38174 37253 76 150 0 38021 0
Current children cumulated CPU time (s) 1773.29
Current children cumulated vsize (KiB) 174920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1540312/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=153552 CPUtime=1795.61
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 37496 0 0 0 179518 43 0 0 25 0 1 0 25026741 157237248 37482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 38388 37482 76 150 0 38235 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 175776

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

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

[startup+1809.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 27549
/proc/meminfo: memFree=1540312/2055920 swapFree=4192812/4192956
[pid=27472] ppid=27470 vsize=16868 CPUtime=4.42
/proc/27472/stat : 27472 (sugar) S 27470 27472 25739 0 -1 4194304 1376 23506 0 2 6 2 407 27 16 0 1 0 25026279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27472/statm: 4217 1113 409 3 0 796 0
[pid=27495] ppid=27472 vsize=5356 CPUtime=0
/proc/27495/stat : 27495 (sh) S 27472 27472 25739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25026741 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 1339 232 193 169 0 50 0
[pid=27496] ppid=27495 vsize=153552 CPUtime=1795.61
/proc/27496/stat : 27496 (minisat) R 27495 27472 25739 0 -1 4194304 37496 0 0 0 179518 43 0 0 25 0 1 0 25026741 157237248 37482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27496/statm: 38388 37482 76 150 0 38235 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 175776

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27472 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=135371
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 4.44032
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.34
CPU time (s): 1800.03
CPU user time (s): 1799.31
CPU system time (s): 0.72
CPU usage (%): 99.4853
Max. virtual memory (cumulated for all children) (KiB): 891076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.13537
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25265
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= 4121
involuntary context switches= 4063

runsolver used 2.18467 second user time and 5.65214 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 08:20:10
IDJOB=2084777
IDBENCH=58138
IDSOLVER=739
FILE ID=node86/2084777-1247379610
PBS_JOBID= 9507150
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= dcdb3c7d0a322f57cf5792c945548628
RANDOM SEED=410035205

node86.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.265
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.265
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:       1619088 kB
Buffers:         51932 kB
Cached:         193616 kB
SwapCached:          0 kB
Active:         270628 kB
Inactive:       105916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5816 kB
Writeback:           0 kB
Mapped:         146544 kB
Slab:            45288 kB
Committed_AS:   888396 kB
PageTables:       2088 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= 66312 MiB
End job on node86 at 2009-07-12 08:50:21