Trace number 2085415

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 1805.42

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-28.xml
MD5SUMc19c667f593e7b3eb7463493ebbc2eb2
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.075988
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 08:54:45 2009
0.01/0.07	c 0	PID 28715
0.01/0.07	c 0	HOST node80.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2085415-1247381685.xml TO HOME/temp.csp
0.01/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-2085415-1247381685.xml' 'HOME/temp.csp'
0.06/0.51	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 0	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'
0.49/0.62	c 1	Parsing HOME/temp.csp
0.49/0.69	c 1	parsed 2243 expressions
0.49/0.70	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.70	c 1	Converting to clausal form CSP
0.49/0.77	c 1	converted 225 (10%) expressions
0.49/0.88	c 1	converted 449 (20%) expressions
0.49/0.91	c 1	converted 673 (30%) expressions
0.49/0.93	c 1	converted 898 (40%) expressions
0.49/0.94	c 1	converted 1122 (50%) expressions
0.49/0.95	c 1	converted 1346 (60%) expressions
0.49/0.96	c 1	converted 1571 (70%) expressions
0.49/0.96	c 1	converted 1795 (80%) expressions
0.49/0.97	c 1	converted 2019 (90%) expressions
0.49/0.98	c 1	converted 2243 (100%) expressions
0.49/0.98	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 28
0.49/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.98	c 1	Propagation in CSP
0.49/1.00	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.49/1.00	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 28
0.49/1.00	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.04	c 1	CSP : 128 integers, 4226 booleans, 6339 clauses, largest domain size 28
0.93/1.04	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.09	c 1	13 (10%) CSP integer variables are encoded (338 clauses, 3574 bytes)
0.93/1.10	c 1	26 (20%) CSP integer variables are encoded (676 clauses, 7292 bytes)
0.93/1.10	c 1	39 (30%) CSP integer variables are encoded (1014 clauses, 11114 bytes)
0.93/1.10	c 1	52 (40%) CSP integer variables are encoded (1352 clauses, 15508 bytes)
1.02/1.10	c 1	64 (50%) CSP integer variables are encoded (1664 clauses, 19564 bytes)
1.02/1.10	c 1	77 (60%) CSP integer variables are encoded (2002 clauses, 23958 bytes)
1.02/1.11	c 1	90 (70%) CSP integer variables are encoded (2340 clauses, 28352 bytes)
1.02/1.11	c 1	103 (80%) CSP integer variables are encoded (2678 clauses, 32746 bytes)
1.02/1.11	c 1	116 (90%) CSP integer variables are encoded (3016 clauses, 37140 bytes)
1.02/1.11	c 1	128 (100%) CSP integer variables are encoded (3328 clauses, 41196 bytes)
1.02/1.16	c 1	634 (10%) CSP clauses are encoded (15383 clauses, 242394 bytes)
1.02/1.19	c 1	1268 (20%) CSP clauses are encoded (27438 clauses, 452052 bytes)
1.13/1.22	c 1	1902 (30%) CSP clauses are encoded (39466 clauses, 661768 bytes)
1.13/1.25	c 1	2536 (40%) CSP clauses are encoded (51521 clauses, 872506 bytes)
1.13/1.28	c 1	3170 (50%) CSP clauses are encoded (63576 clauses, 1091992 bytes)
1.22/1.30	c 1	3804 (60%) CSP clauses are encoded (75604 clauses, 1314398 bytes)
1.22/1.32	c 1	4438 (70%) CSP clauses are encoded (87659 clauses, 1537313 bytes)
1.22/1.35	c 1	5072 (80%) CSP clauses are encoded (99714 clauses, 1760228 bytes)
1.22/1.37	c 1	5706 (90%) CSP clauses are encoded (111742 clauses, 1982634 bytes)
1.22/1.40	c 1	6339 (100%) CSP clauses are encoded (123769 clauses, 2205028 bytes)
1.22/1.40	c 1	6339 CSP clauses encoded
1.22/1.40	c 1	Writing map file : HOME/temp.map
1.32/1.40	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.40	c 1	SAT : 7682 SAT variables, 123769 SAT clauses, 2205028 bytes
1.32/1.40	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 1	SOLVING HOME/temp.cnf
1.32/1.44	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.32/1.44	c 1	This is MiniSat 2.0 beta
1.32/1.44	c 1	WARNING: for repeatability, setting FPU to use double precision
1.32/1.44	c 1	============================[ Problem Statistics ]=============================
1.32/1.44	c 1	|                                                                             |
1.32/1.44	c 1	|  Number of variables:  7682                                                 |
1.32/1.44	c 1	|  Number of clauses:    123769                                               |
1.36/1.50	c 1	|  Parsing time:         0.05         s                                       |
1.36/1.50	c 1	============================[ Search Statistics ]==============================
1.36/1.50	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.50	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.50	c 1	===============================================================================
1.36/1.50	c 1	|         0 |    7682   123769   357414 |    41256        0    nan |  0.000 % |
1.36/1.53	c 1	|       100 |    7682   123769   357414 |    45381      100     16 |  0.000 % |
1.36/1.55	c 1	|       251 |    7682   123769   357414 |    49920      251     11 |  0.000 % |
1.36/1.57	c 1	|       476 |    7682   123769   357414 |    54912      476     10 |  0.000 % |
1.36/1.59	c 2	|       814 |    7682   123769   357414 |    60403      814     10 |  0.000 % |
1.36/1.61	c 2	|      1321 |    7682   123769   357414 |    66443     1321      9 |  0.000 % |
1.36/1.67	c 2	|      2081 |    7682   123769   357414 |    73088     2081     11 |  0.000 % |
1.36/1.74	c 2	|      3221 |    7682   123769   357414 |    80396     3221     11 |  0.000 % |
1.36/1.83	c 2	|      4929 |    7682   123769   357414 |    88436     4929     11 |  0.000 % |
1.36/1.95	c 2	|      7494 |    7682   123769   357414 |    97280     7494     10 |  0.000 % |
2.00/2.14	c 2	|     11338 |    7682   123769   357414 |   107008    11338     10 |  0.000 % |
2.50/2.63	c 3	|     17105 |    7682   123769   357414 |   117709    17105     12 |  0.000 % |
3.09/3.29	c 3	|     25755 |    7682   123769   357414 |   129480    25755     12 |  0.000 % |
4.19/4.32	c 4	|     38730 |    7682   123769   357414 |   142428    38730     12 |  0.000 % |
6.58/6.76	c 7	|     58193 |    7682   123769   357414 |   156670    58193     13 |  0.000 % |
12.75/12.95	c 13	|     87385 |    7682   123769   357414 |   172337    87385     14 |  0.000 % |
29.56/29.81	c 30	|    131175 |    7682   123769   357414 |   189571   131175     14 |  0.000 % |
59.31/59.77	c 60	|    196859 |    7682   123769   357414 |   208528    24942     16 |  0.000 % |
91.65/92.27	c 92	|    295385 |    7682   123769   357414 |   229381   123468     16 |  0.000 % |
167.46/168.42	c 168	|    443175 |    7682   123769   357414 |   252319    57959     18 |  0.000 % |
335.62/337.46	c 337	|    664858 |    7682   123769   357414 |   277551    43187     15 |  0.000 % |
636.47/639.84	c 640	|    997384 |    7682   123769   357414 |   305307   116308     17 |  0.000 % |
1182.07/1187.12	c 1187	|   1496173 |    7682   123769   357414 |   335837    38473     22 |  0.000 % |
1800.03/1805.41	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1805.41	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1805.41	c ERROR INTERRUPTED
1800.03/1805.41	s UNKNOWN
1800.03/1805.42	c 1805	CPU 1.36 (0.05 0.02 1.19 0.1)
1800.03/1805.42	c 1805	END Sun Jul 12 09:24:50 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-2085415-1247381685/watcher-2085415-1247381685 -o /tmp/evaluation-result-2085415-1247381685/solver-2085415-1247381685 -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-2085415-1247381685.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.00 2.00 2.16 4/75 28715
/proc/meminfo: memFree=1855848/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=12272 CPUtime=0
/proc/28715/stat : 28715 (sugar) R 28713 28715 26884 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25233073 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/28715/statm: 3068 327 246 3 0 168 0

[startup+0.0272279 s]
/proc/loadavg: 2.00 2.00 2.16 4/75 28715
/proc/meminfo: memFree=1855848/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=13072 CPUtime=0.01
/proc/28715/stat : 28715 (sugar) R 28713 28715 26884 0 -1 4194304 629 0 0 0 1 0 0 0 18 0 1 0 25233073 13385728 597 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/28715/statm: 3268 598 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101245 s]
/proc/loadavg: 2.00 2.00 2.16 4/75 28715
/proc/meminfo: memFree=1855848/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=0.06
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25233073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301282 s]
/proc/loadavg: 2.00 2.00 2.16 4/75 28715
/proc/meminfo: memFree=1855848/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=0.06
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25233073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70136 s]
/proc/loadavg: 2.00 2.00 2.16 4/75 28715
/proc/meminfo: memFree=1855848/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=0.49
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1309 5206 0 1 5 1 40 3 16 0 1 0 25233073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28715/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 2.00 2.00 2.16 3/86 28737
/proc/meminfo: memFree=1839952/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 16868

[startup+3.10186 s]
/proc/loadavg: 2.00 2.00 2.16 3/78 28739
/proc/meminfo: memFree=1842448/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 15 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=9652 CPUtime=1.63
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 2290 0 0 0 163 0 0 0 25 0 1 0 25233217 9883648 2276 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 2413 2276 76 150 0 2260 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 31876

[startup+6.30251 s]
/proc/loadavg: 2.00 2.00 2.16 3/78 28739
/proc/meminfo: memFree=1838416/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=12412 CPUtime=4.82
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 3003 0 0 0 481 1 0 0 25 0 1 0 25233217 12709888 2989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 3103 2989 76 150 0 2950 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 34636

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.15 3/78 28739
/proc/meminfo: memFree=1835216/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=15480 CPUtime=11.19
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 3748 0 0 0 1117 2 0 0 25 0 1 0 25233217 15851520 3734 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 3870 3734 76 150 0 3717 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 37704

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.15 3/78 28739
/proc/meminfo: memFree=1831632/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=18984 CPUtime=23.91
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 4629 0 0 0 2388 3 0 0 25 0 1 0 25233217 19439616 4615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 4746 4615 76 150 0 4593 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 41208

[startup+51.1026 s]
/proc/loadavg: 2.07 2.02 2.15 3/78 28739
/proc/meminfo: memFree=1826000/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=24780 CPUtime=49.39
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 6049 0 0 0 4935 4 0 0 25 0 1 0 25233217 25374720 6035 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 6195 6035 76 150 0 6042 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 47004

[startup+102.306 s]
/proc/loadavg: 2.10 2.03 2.15 3/78 28739
/proc/meminfo: memFree=1824272/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=26360 CPUtime=100.34
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 6413 0 0 0 10029 5 0 0 25 0 1 0 25233217 26992640 6399 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 6590 6399 76 150 0 6437 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 48584

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.14 3/78 28739
/proc/meminfo: memFree=1815056/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=34196 CPUtime=160.03
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 8311 0 0 0 15997 6 0 0 25 0 1 0 25233217 35016704 8297 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 8549 8297 76 150 0 8396 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 56420

[startup+222.301 s]
/proc/loadavg: 2.10 2.04 2.14 3/78 28739
/proc/meminfo: memFree=1814032/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=35320 CPUtime=219.74
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 8569 0 0 0 21967 7 0 0 25 0 1 0 25233217 36167680 8555 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 8830 8555 76 150 0 8677 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 57544

[startup+282.302 s]
/proc/loadavg: 2.09 2.05 2.13 3/78 28739
/proc/meminfo: memFree=1813008/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=36612 CPUtime=279.44
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 8837 0 0 0 27937 7 0 0 25 0 1 0 25233217 37490688 8823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 9153 8823 76 150 0 9000 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 58836

[startup+342.302 s]

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

/proc/meminfo: memFree=1679624/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=63660 CPUtime=1295.86
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15466 0 0 0 129566 20 0 0 25 0 1 0 25233217 65187840 15452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 15915 15452 76 150 0 15762 0
Current children cumulated CPU time (s) 1297.22
Current children cumulated vsize (KiB) 85884

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.03 3/88 28786
/proc/meminfo: memFree=1624520/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=63660 CPUtime=1355.83
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15466 0 0 0 135563 20 0 0 25 0 1 0 25233217 65187840 15452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 15915 15452 76 150 0 15762 0
Current children cumulated CPU time (s) 1357.19
Current children cumulated vsize (KiB) 85884

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.02 3/88 28786
/proc/meminfo: memFree=1624456/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=63660 CPUtime=1415.8
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15466 0 0 0 141560 20 0 0 25 0 1 0 25233217 65187840 15452 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 15915 15452 76 150 0 15762 0
Current children cumulated CPU time (s) 1417.16
Current children cumulated vsize (KiB) 85884

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/88 28786
/proc/meminfo: memFree=1624072/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=64024 CPUtime=1475.78
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15544 0 0 0 147557 21 0 0 25 0 1 0 25233217 65560576 15530 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16006 15530 76 150 0 15853 0
Current children cumulated CPU time (s) 1477.14
Current children cumulated vsize (KiB) 86248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.01 4/88 28786
/proc/meminfo: memFree=1623944/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=64236 CPUtime=1535.75
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15586 0 0 0 153554 21 0 0 25 0 1 0 25233217 65777664 15572 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16059 15572 76 150 0 15906 0
Current children cumulated CPU time (s) 1537.11
Current children cumulated vsize (KiB) 86460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 28786
/proc/meminfo: memFree=1623496/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=65188 CPUtime=1595.72
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15664 0 0 0 159551 21 0 0 25 0 1 0 25233217 66752512 15650 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16297 15650 76 150 0 16144 0
Current children cumulated CPU time (s) 1597.08
Current children cumulated vsize (KiB) 87412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 28786
/proc/meminfo: memFree=1568456/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=65328 CPUtime=1655.64
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15691 0 0 0 165543 21 0 0 25 0 1 0 25233217 66895872 15677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16332 15677 76 150 0 16179 0
Current children cumulated CPU time (s) 1657
Current children cumulated vsize (KiB) 87552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 28786
/proc/meminfo: memFree=1568456/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=65328 CPUtime=1715.61
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15692 0 0 0 171540 21 0 0 25 0 1 0 25233217 66895872 15678 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16332 15678 76 150 0 16179 0
Current children cumulated CPU time (s) 1716.97
Current children cumulated vsize (KiB) 87552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 28786
/proc/meminfo: memFree=1568456/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=65328 CPUtime=1775.58
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15692 0 0 0 177537 21 0 0 25 0 1 0 25233217 66895872 15678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16332 15678 76 150 0 16179 0
Current children cumulated CPU time (s) 1776.94
Current children cumulated vsize (KiB) 87552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 28786
/proc/meminfo: memFree=1568456/2055920 swapFree=4192812/4192956
[pid=28715] ppid=28713 vsize=16868 CPUtime=1.36
/proc/28715/stat : 28715 (sugar) S 28713 28715 26884 0 -1 4194304 1376 12569 0 2 5 2 119 10 16 0 1 0 25233073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28715/statm: 4217 1113 409 3 0 796 0
[pid=28738] ppid=28715 vsize=5356 CPUtime=0
/proc/28738/stat : 28738 (sh) S 28715 28715 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25233217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28738/statm: 1339 232 193 169 0 50 0
[pid=28739] ppid=28738 vsize=65328 CPUtime=1798.67
/proc/28739/stat : 28739 (minisat) R 28738 28715 26884 0 -1 4194304 15692 0 0 0 179846 21 0 0 25 0 1 0 25233217 66895872 15678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28739/statm: 16332 15678 76 150 0 16179 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 87552

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 28715 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=251809
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=132979
# CPU time returned by wait4() is 1.38479
# 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): 1805.42
CPU time (s): 1800.03
CPU user time (s): 1799.7
CPU system time (s): 0.33
CPU usage (%): 99.7013
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.25181
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14392
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= 2319
involuntary context switches= 2171

runsolver used 2.25266 second user time and 5.95609 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 08:54:45
IDJOB=2085415
IDBENCH=58408
IDSOLVER=739
FILE ID=node80/2085415-1247381685
PBS_JOBID= 9507152
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-28.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-2085415-1247381685/watcher-2085415-1247381685 -o /tmp/evaluation-result-2085415-1247381685/solver-2085415-1247381685 -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-2085415-1247381685.xml

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

MD5SUM BENCH= c19c667f593e7b3eb7463493ebbc2eb2
RANDOM SEED=1023575372

node80.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.285
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.285
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:       1856328 kB
Buffers:          6860 kB
Cached:          67124 kB
SwapCached:          0 kB
Active:         131996 kB
Inactive:        18192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          87252 kB
Slab:            34548 kB
Committed_AS:   254976 kB
PageTables:       1936 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= 66368 MiB
End job on node80 at 2009-07-12 09:24:52