Trace number 2085800

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.15 1805.32

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-4-4.xml
MD5SUMe9d700d79344e678744ae7553c5532a8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables281
Number of constraints1046
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1046
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:10:15 2009
0.00/0.08	c 0	PID 27976
0.07/0.08	c 0	HOST node35.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085800-1247382614.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085800-1247382614.xml' 'HOME/temp.csp'
0.07/0.67	c 0	1 domains, 281 variables, 1 predicates, 0 relations, 1046 constraints
0.07/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.69	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.66/0.77	c 0	Parsing HOME/temp.csp
0.66/0.87	c 0	parsed 1329 expressions
0.66/0.90	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.90	c 0	Converting to clausal form CSP
0.66/0.92	c 0	converted 133 (10%) expressions
0.66/0.92	c 0	converted 266 (20%) expressions
0.66/0.97	c 0	converted 399 (30%) expressions
0.95/1.02	c 0	converted 532 (40%) expressions
1.04/1.12	c 1	converted 665 (50%) expressions
1.04/1.13	c 1	converted 798 (60%) expressions
1.04/1.14	c 1	converted 931 (70%) expressions
1.04/1.16	c 1	converted 1064 (80%) expressions
1.04/1.16	c 1	converted 1197 (90%) expressions
1.04/1.17	c 1	converted 1329 (100%) expressions
1.04/1.17	c 1	CSP : 281 integers, 0 booleans, 1046 clauses, largest domain size 4
1.04/1.17	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.17	c 1	Propagation in CSP
1.04/1.18	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.18	c 1	CSP : 281 integers, 0 booleans, 1046 clauses, largest domain size 4
1.04/1.18	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.22	c 1	CSP : 281 integers, 2092 booleans, 3138 clauses, largest domain size 4
1.14/1.22	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.25	c 1	29 (10%) CSP integer variables are encoded (58 clauses, 574 bytes)
1.14/1.26	c 1	57 (20%) CSP integer variables are encoded (114 clauses, 1174 bytes)
1.14/1.26	c 1	85 (30%) CSP integer variables are encoded (170 clauses, 1790 bytes)
1.14/1.26	c 1	113 (40%) CSP integer variables are encoded (226 clauses, 2406 bytes)
1.14/1.26	c 1	141 (50%) CSP integer variables are encoded (282 clauses, 3022 bytes)
1.14/1.26	c 1	169 (60%) CSP integer variables are encoded (338 clauses, 3638 bytes)
1.14/1.26	c 1	197 (70%) CSP integer variables are encoded (394 clauses, 4254 bytes)
1.14/1.26	c 1	225 (80%) CSP integer variables are encoded (450 clauses, 4870 bytes)
1.14/1.27	c 1	253 (90%) CSP integer variables are encoded (506 clauses, 5486 bytes)
1.14/1.27	c 1	281 (100%) CSP integer variables are encoded (562 clauses, 6102 bytes)
1.14/1.29	c 1	314 (10%) CSP clauses are encoded (1506 clauses, 17928 bytes)
1.23/1.30	c 1	628 (20%) CSP clauses are encoded (2447 clauses, 30823 bytes)
1.23/1.32	c 1	942 (30%) CSP clauses are encoded (3388 clauses, 44414 bytes)
1.23/1.32	c 1	1256 (40%) CSP clauses are encoded (4332 clauses, 58052 bytes)
1.23/1.33	c 1	1569 (50%) CSP clauses are encoded (5269 clauses, 71584 bytes)
1.23/1.34	c 1	1883 (60%) CSP clauses are encoded (6213 clauses, 85222 bytes)
1.23/1.34	c 1	2197 (70%) CSP clauses are encoded (7154 clauses, 98813 bytes)
1.23/1.35	c 1	2511 (80%) CSP clauses are encoded (8095 clauses, 112404 bytes)
1.23/1.36	c 1	2825 (90%) CSP clauses are encoded (9039 clauses, 126042 bytes)
1.23/1.36	c 1	3138 (100%) CSP clauses are encoded (9976 clauses, 139574 bytes)
1.23/1.36	c 1	3138 CSP clauses encoded
1.23/1.36	c 1	Writing map file : HOME/temp.map
1.23/1.37	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.37	c 1	SAT : 2935 SAT variables, 9976 SAT clauses, 139574 bytes
1.23/1.37	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.38	c 1	SOLVING HOME/temp.cnf
1.23/1.38	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.23/1.38	c 1	This is MiniSat 2.0 beta
1.23/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.23/1.38	c 1	============================[ Problem Statistics ]=============================
1.23/1.38	c 1	|                                                                             |
1.23/1.38	c 1	|  Number of variables:  2935                                                 |
1.23/1.38	c 1	|  Number of clauses:    9976                                                 |
1.23/1.39	c 1	|  Parsing time:         0.00         s                                       |
1.23/1.39	c 1	============================[ Search Statistics ]==============================
1.23/1.39	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.23/1.39	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.23/1.39	c 1	===============================================================================
1.23/1.39	c 1	|         0 |    2935     9976    24136 |     3325        0    nan |  0.000 % |
1.23/1.39	c 1	|       101 |    2935     9976    24136 |     3657      101     19 |  0.000 % |
1.31/1.40	c 1	|       251 |    2935     9976    24136 |     4023      251     25 |  0.000 % |
1.31/1.42	c 1	|       476 |    2935     9976    24136 |     4426      476     28 |  0.000 % |
1.31/1.44	c 1	|       813 |    2935     9976    24136 |     4868      813     28 |  0.000 % |
1.31/1.48	c 1	|      1319 |    2935     9976    24136 |     5355     1319     31 |  0.000 % |
1.31/1.53	c 1	|      2079 |    2935     9976    24136 |     5891     2079     33 |  0.000 % |
1.31/1.62	c 1	|      3218 |    2935     9976    24136 |     6480     3218     37 |  0.002 % |
1.31/1.75	c 1	|      4926 |    2935     9976    24136 |     7128     4926     37 |  0.000 % |
1.31/1.98	c 1	|      7488 |    2935     9976    24136 |     7840     7488     40 |  0.000 % |
2.21/2.37	c 2	|     11332 |    2935     9976    24136 |     8625     6607     46 |  0.000 % |
2.81/2.94	c 2	|     17099 |    2935     9976    24136 |     9487     7500     47 |  0.000 % |
3.70/3.80	c 3	|     25748 |    2935     9976    24136 |    10436    10737     42 |  0.000 % |
5.38/5.58	c 5	|     38722 |    2935     9976    24136 |    11479     6798     62 |  0.000 % |
8.25/8.45	c 8	|     58184 |    2935     9976    24136 |    12627     7280     86 |  0.002 % |
13.50/13.79	c 13	|     87376 |    2935     9976    24136 |    13890     8458     81 |  0.000 % |
20.92/21.28	c 21	|    131165 |    2935     9976    24136 |    15279     7480     60 |  0.000 % |
34.20/34.63	c 34	|    196850 |    2935     9976    24136 |    16807    15562     76 |  0.002 % |
54.21/54.89	c 54	|    295376 |    2935     9976    24136 |    18488    14716     76 |  0.000 % |
85.11/86.10	c 86	|    443167 |    2935     9976    24136 |    20337    16316     74 |  0.000 % |
129.69/131.07	c 130	|    664851 |    2935     9976    24136 |    22371    12456     52 |  0.000 % |
221.42/223.60	c 223	|    997376 |    2935     9976    24136 |    24608    16079     88 |  0.000 % |
381.60/385.34	c 385	|   1496164 |    2935     9976    24136 |    27069    19645     98 |  0.000 % |
564.26/569.05	c 568	|   2244346 |    2935     9976    24136 |    29776    25762     61 |  0.000 % |
861.44/866.34	c 866	|   3366620 |    2935     9976    24136 |    32753    18634     57 |  0.000 % |
1360.86/1365.97	c 1365	|   5050031 |    2935     9976    24136 |    36029    24672     96 |  0.002 % |
1800.10/1805.31	sh: line 1: 28000 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.10/1805.31	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1805.31	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.10/1805.31	c ERROR INTERRUPTED
1800.10/1805.32	s UNKNOWN
1800.10/1805.32	c 1805	CPU 1800.12 (0.06 0.01 1799.86 0.19)
1800.10/1805.32	c 1805	END Sun Jul 12 09:40:20 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-2085800-1247382614/watcher-2085800-1247382614 -o /tmp/evaluation-result-2085800-1247382614/solver-2085800-1247382614 -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-2085800-1247382614.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.96 1.99 4/81 27976
/proc/meminfo: memFree=1886080/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=12268 CPUtime=0
/proc/27976/stat : 27976 (sugar) R 27974 27976 26702 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25327836 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27976/statm: 3067 316 241 3 0 167 0

[startup+0.0837461 s]
/proc/loadavg: 1.92 1.96 1.99 4/81 27976
/proc/meminfo: memFree=1886080/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16740 CPUtime=0.07
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25327836 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102411 s]
/proc/loadavg: 1.92 1.96 1.99 4/81 27976
/proc/meminfo: memFree=1886080/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=0.07
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25327836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301428 s]
/proc/loadavg: 1.92 1.96 1.99 4/81 27976
/proc/meminfo: memFree=1886080/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=0.07
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25327836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701475 s]
/proc/loadavg: 1.92 1.96 1.99 4/81 27976
/proc/meminfo: memFree=1886080/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=0.66
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1292 4861 0 1 6 1 55 4 16 0 1 0 25327836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 16868

[startup+1.50156 s]
/proc/loadavg: 1.92 1.96 1.99 3/92 27998
/proc/meminfo: memFree=1876328/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16868

[startup+3.10274 s]
/proc/loadavg: 1.92 1.96 1.99 3/84 28000
/proc/meminfo: memFree=1879784/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 15 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=4644 CPUtime=1.7
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 860 0 0 0 170 0 0 0 25 0 1 0 25327974 4755456 846 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 1161 846 76 150 0 1008 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26868

[startup+6.30109 s]
/proc/loadavg: 1.93 1.96 1.99 3/84 28000
/proc/meminfo: memFree=1878056/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=6492 CPUtime=4.87
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 1313 0 0 0 487 0 0 0 25 0 1 0 25327974 6647808 1299 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 1623 1299 76 150 0 1470 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28716

[startup+12.7028 s]
/proc/loadavg: 1.93 1.96 1.99 3/84 28000
/proc/meminfo: memFree=1875752/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=8076 CPUtime=11.2
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 1722 0 0 0 1120 0 0 0 25 0 1 0 25327974 8269824 1708 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 2019 1708 76 150 0 1866 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 30300

[startup+25.5012 s]
/proc/loadavg: 1.95 1.96 1.99 3/84 28000
/proc/meminfo: memFree=1873768/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=9944 CPUtime=23.87
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 2190 0 0 0 2386 1 0 0 25 0 1 0 25327974 10182656 2176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 2486 2176 76 150 0 2333 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 32168

[startup+51.101 s]
/proc/loadavg: 1.96 1.96 1.99 3/84 28000
/proc/meminfo: memFree=1872616/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=11040 CPUtime=49.23
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 2460 0 0 0 4922 1 0 0 25 0 1 0 25327974 11304960 2446 996147200 134512640 135127466 4294956256 18446744073709551615 134527182 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 2760 2446 76 150 0 2607 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 33264

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 28000
/proc/meminfo: memFree=1870696/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=13068 CPUtime=99.95
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 2937 0 0 0 9994 1 0 0 25 0 1 0 25327974 13381632 2923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 3267 2923 76 150 0 3114 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 35292

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 28000
/proc/meminfo: memFree=1865640/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=17880 CPUtime=159.39
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 4152 0 0 0 15936 3 0 0 25 0 1 0 25327974 18309120 4138 996147200 134512640 135127466 4294956256 18446744073709551615 134527502 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 4470 4138 76 150 0 4317 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 40104

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28000
/proc/meminfo: memFree=1865384/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=18324 CPUtime=218.82
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 4250 0 0 0 21879 3 0 0 25 0 1 0 25327974 18763776 4236 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 4581 4236 76 150 0 4428 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 40548

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28000
/proc/meminfo: memFree=1860840/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=22844 CPUtime=278.26
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 5372 0 0 0 27822 4 0 0 25 0 1 0 25327974 23392256 5358 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28000/statm: 5711 5358 76 150 0 5558 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 45068

[startup+342.301 s]

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

[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33192 CPUtime=1295.97
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8015 0 0 0 129588 9 0 0 25 0 1 0 25327974 33988608 7942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8298 7942 76 150 0 8145 0
Current children cumulated CPU time (s) 1297.28
Current children cumulated vsize (KiB) 55416

[startup+1362.3 s]
/proc/loadavg: 2.05 2.10 2.03 3/77 28052
/proc/meminfo: memFree=1862512/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33192 CPUtime=1355.95
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8015 0 0 0 135586 9 0 0 25 0 1 0 25327974 33988608 7942 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8298 7942 76 150 0 8145 0
Current children cumulated CPU time (s) 1357.26
Current children cumulated vsize (KiB) 55416

[startup+1422.31 s]
/proc/loadavg: 2.02 2.08 2.02 3/77 28052
/proc/meminfo: memFree=1862512/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33192 CPUtime=1415.93
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8015 0 0 0 141584 9 0 0 25 0 1 0 25327974 33988608 7942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8298 7942 76 150 0 8145 0
Current children cumulated CPU time (s) 1417.24
Current children cumulated vsize (KiB) 55416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/77 28052
/proc/meminfo: memFree=1862512/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33192 CPUtime=1475.9
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8015 0 0 0 147581 9 0 0 25 0 1 0 25327974 33988608 7942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8298 7942 76 150 0 8145 0
Current children cumulated CPU time (s) 1477.21
Current children cumulated vsize (KiB) 55416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/77 28052
/proc/meminfo: memFree=1860848/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33720 CPUtime=1535.88
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8147 0 0 0 153579 9 0 0 25 0 1 0 25327974 34529280 8074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8430 8074 76 150 0 8277 0
Current children cumulated CPU time (s) 1537.19
Current children cumulated vsize (KiB) 55944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 28052
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33720 CPUtime=1595.86
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8147 0 0 0 159577 9 0 0 25 0 1 0 25327974 34529280 8074 996147200 134512640 135127466 4294956256 18446744073709551615 134528778 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8430 8074 76 150 0 8277 0
Current children cumulated CPU time (s) 1597.17
Current children cumulated vsize (KiB) 55944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 28052
/proc/meminfo: memFree=1858928/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=33984 CPUtime=1655.83
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8199 0 0 0 165574 9 0 0 25 0 1 0 25327974 34799616 8126 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8496 8126 76 150 0 8343 0
Current children cumulated CPU time (s) 1657.14
Current children cumulated vsize (KiB) 56208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28052
/proc/meminfo: memFree=1858096/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=34248 CPUtime=1715.82
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8278 0 0 0 171572 10 0 0 25 0 1 0 25327974 35069952 8205 996147200 134512640 135127466 4294956256 18446744073709551615 134541834 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 8562 8205 76 150 0 8409 0
Current children cumulated CPU time (s) 1717.13
Current children cumulated vsize (KiB) 56472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28052
/proc/meminfo: memFree=1856048/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=37008 CPUtime=1775.79
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8953 0 0 0 177569 10 0 0 25 0 1 0 25327974 37896192 8879 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 9252 8879 76 150 0 9099 0
Current children cumulated CPU time (s) 1777.1
Current children cumulated vsize (KiB) 59232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28052
/proc/meminfo: memFree=1855984/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=37008 CPUtime=1798.79
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8954 0 0 0 179869 10 0 0 25 0 1 0 25327974 37896192 8880 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 9252 8880 76 150 0 9099 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 59232

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

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

[startup+1805.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28052
/proc/meminfo: memFree=1855984/2055920 swapFree=4192812/4192956
[pid=27976] ppid=27974 vsize=16868 CPUtime=1.31
/proc/27976/stat : 27976 (sugar) S 27974 27976 26702 0 -1 4194304 1376 11731 0 2 6 1 116 8 16 0 1 0 25327836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27976/statm: 4217 1113 409 3 0 796 0
[pid=27999] ppid=27976 vsize=5356 CPUtime=0
/proc/27999/stat : 27999 (sh) S 27976 27976 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25327974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27999/statm: 1339 232 193 169 0 50 0
[pid=28000] ppid=27999 vsize=37008 CPUtime=1798.79
/proc/28000/stat : 28000 (minisat) R 27999 27976 26702 0 -1 4194304 8954 0 0 0 179869 10 0 0 25 0 1 0 25327974 37896192 8880 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/28000/statm: 9252 8880 76 150 0 9099 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 59232

Child status: 0
Real time (s): 1805.32
CPU time (s): 1800.15
CPU user time (s): 1799.93
CPU system time (s): 0.220966
CPU usage (%): 99.7135
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22724
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= 1364
involuntary context switches= 26279

runsolver used 2.14867 second user time and 6.07708 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 09:10:14
IDJOB=2085800
IDBENCH=58499
IDSOLVER=739
FILE ID=node35/2085800-1247382614
PBS_JOBID= 9507172
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-4-4.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-2085800-1247382614/watcher-2085800-1247382614 -o /tmp/evaluation-result-2085800-1247382614/solver-2085800-1247382614 -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-2085800-1247382614.xml

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

MD5SUM BENCH= e9d700d79344e678744ae7553c5532a8
RANDOM SEED=1292839699

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1886560 kB
Buffers:          8372 kB
Cached:          68128 kB
SwapCached:          0 kB
Active:          97884 kB
Inactive:        23244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          65104 kB
Slab:            33496 kB
Committed_AS:   270376 kB
PageTables:       1912 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= 66304 MiB
End job on node35 at 2009-07-12 09:40:22