Trace number 1089090

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.13+minisat? (TO) 1800.08 1801.95

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-1-55.xml
MD5SUM9685e02ee1e44c7ff05763d17f8830d9
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.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints11654
Maximum constraint arity2
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:40:11 2008
0.00/0.05	c 0	PID 21277
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089090-1215261611.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089090-1215261611.xml' 'HOME/temp.csp'
1.15/1.21	c 1	1 domains, 496 variables, 1 predicates, 0 relations, 11654 constraints
1.15/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.26	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.17/1.35	c 2	Parsing HOME/temp.csp
1.17/1.66	c 2	parsed 10000 expressions
1.17/1.69	c 2	parsed 12152 expressions
1.17/1.69	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.17/1.69	c 2	Converting to clausal form CSP
1.17/1.89	c 2	converted 1216 (10%) expressions
1.17/1.97	c 2	converted 2431 (20%) expressions
1.17/2.00	c 2	converted 3646 (30%) expressions
1.17/2.03	c 2	converted 4861 (40%) expressions
1.17/2.06	c 2	converted 6076 (50%) expressions
1.17/2.09	c 2	converted 7292 (60%) expressions
1.98/2.17	c 2	converted 8507 (70%) expressions
1.98/2.20	c 2	converted 9722 (80%) expressions
2.09/2.23	c 2	converted 10937 (90%) expressions
2.09/2.26	c 2	converted 12152 (100%) expressions
2.09/2.26	c 2	CSP : 496 integers, 0 booleans, 11654 clauses, largest domain size 55
2.09/2.26	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.26	c 2	Propagation in CSP
2.18/2.36	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.18/2.36	c 3	CSP : 496 integers, 0 booleans, 11654 clauses, largest domain size 55
2.18/2.36	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.37	c 3	Simplifing CSP by introducing new Boolean variables
2.39/2.56	c 3	CSP : 496 integers, 23308 booleans, 34962 clauses, largest domain size 55
2.39/2.56	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.66	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.57/2.70	c 3	50 (10%) CSP integer variables are encoded (2650 clauses, 32341 bytes)
2.57/2.70	c 3	100 (20%) CSP integer variables are encoded (5300 clauses, 66791 bytes)
2.57/2.71	c 3	149 (30%) CSP integer variables are encoded (7897 clauses, 100552 bytes)
2.57/2.71	c 3	199 (40%) CSP integer variables are encoded (10547 clauses, 136469 bytes)
2.57/2.71	c 3	248 (50%) CSP integer variables are encoded (13144 clauses, 175424 bytes)
2.57/2.72	c 3	298 (60%) CSP integer variables are encoded (15794 clauses, 215174 bytes)
2.57/2.72	c 3	348 (70%) CSP integer variables are encoded (18444 clauses, 254924 bytes)
2.57/2.72	c 3	397 (80%) CSP integer variables are encoded (21041 clauses, 293879 bytes)
2.57/2.73	c 3	447 (90%) CSP integer variables are encoded (23691 clauses, 333629 bytes)
2.57/2.73	c 3	496 (100%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
2.87/3.00	c 3	3497 (10%) CSP clauses are encoded (155713 clauses, 2803054 bytes)
3.08/3.23	c 3	6993 (20%) CSP clauses are encoded (285029 clauses, 5335472 bytes)
3.27/3.47	c 4	10489 (30%) CSP clauses are encoded (414399 clauses, 7959307 bytes)
3.57/3.70	c 4	13985 (40%) CSP clauses are encoded (543769 clauses, 10592970 bytes)
3.77/3.94	c 4	17481 (50%) CSP clauses are encoded (673085 clauses, 13222048 bytes)
3.97/4.16	c 4	20978 (60%) CSP clauses are encoded (802510 clauses, 15837954 bytes)
4.18/4.39	c 5	24474 (70%) CSP clauses are encoded (931826 clauses, 18486364 bytes)
4.48/4.62	c 5	27970 (80%) CSP clauses are encoded (1061196 clauses, 21140763 bytes)
4.67/4.85	c 5	31466 (90%) CSP clauses are encoded (1190566 clauses, 23797646 bytes)
4.88/5.08	c 5	34962 (100%) CSP clauses are encoded (1319882 clauses, 26542068 bytes)
4.88/5.08	c 5	34962 CSP clauses encoded
4.88/5.08	c 5	Writing map file : HOME/temp.map
4.88/5.09	c 5	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.09	c 5	SAT : 50092 SAT variables, 1319882 SAT clauses, 26542068 bytes
4.88/5.09	c 5	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.14	c 5	SOLVING HOME/temp.cnf
4.97/5.14	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.97/5.14	c 5	This is MiniSat 2.0 beta
4.97/5.14	c 5	WARNING: for repeatability, setting FPU to use double precision
4.97/5.14	c 5	============================[ Problem Statistics ]=============================
4.97/5.14	c 5	|                                                                             |
4.97/5.14	c 5	|  Number of variables:  50092                                                |
4.97/5.14	c 5	|  Number of clauses:    1319882                                              |
5.64/5.81	c 6	|  Parsing time:         0.58         s                                       |
5.64/5.84	c 6	============================[ Search Statistics ]==============================
5.64/5.84	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.64/5.84	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.64/5.84	c 6	===============================================================================
5.64/5.84	c 6	|         0 |   50092  1319882  3875088 |   439960        0    nan |  0.000 % |
5.95/6.19	c 6	|       100 |   50092  1319882  3875088 |   483956      100     12 |  0.000 % |
6.35/6.51	c 7	|       252 |   50092  1319882  3875088 |   532352      252     19 |  0.000 % |
6.45/6.64	c 7	|       477 |   50092  1319882  3875088 |   585587      477     15 |  0.000 % |
6.54/6.79	c 7	|       814 |   50092  1319882  3875088 |   644146      814     12 |  0.000 % |
6.74/6.98	c 7	|      1321 |   50092  1319882  3875088 |   708561     1321     11 |  0.000 % |
7.04/7.20	c 7	|      2080 |   50092  1319882  3875088 |   779417     2080     11 |  0.000 % |
7.24/7.45	c 8	|      3219 |   50092  1319882  3875088 |   857358     3219     11 |  0.000 % |
7.94/8.16	c 8	|      4927 |   50092  1319882  3875088 |   943094     4927     11 |  0.000 % |
8.83/9.02	c 9	|      7489 |   50092  1319882  3875088 |  1037404     7489     14 |  0.000 % |
9.44/9.69	c 10	|     11333 |   50092  1319882  3875088 |  1141144    11333     13 |  0.000 % |
10.53/10.77	c 11	|     17100 |   50092  1319882  3875088 |  1255259    17100     12 |  0.000 % |
12.63/12.87	c 13	|     25751 |   50092  1319882  3875088 |  1380785    25751     14 |  0.000 % |
14.72/14.93	c 15	|     38726 |   50092  1319882  3875088 |  1518863    38726     14 |  0.000 % |
18.92/19.14	c 19	|     58187 |   50092  1319882  3875088 |  1670749    58187     14 |  0.000 % |
29.80/30.05	c 30	|     87379 |   50092  1319882  3875088 |  1837824    87379     16 |  0.000 % |
43.10/43.40	c 44	|    131168 |   50092  1319882  3875088 |  2021607   131168     16 |  0.000 % |
72.47/72.70	c 73	|    196853 |   50092  1319882  3875088 |  2223768   196853     17 |  0.000 % |
110.63/111.00	c 111	|    295379 |   50092  1319882  3875088 |  2446144   295379     17 |  0.000 % |
267.69/268.18	c 268	|    443168 |   50092  1319882  3875088 |  2690759   443168     17 |  0.000 % |
562.82/563.57	c 564	|    664852 |   50092  1319882  3875088 |  2959835   664852     17 |  0.000 % |
1144.88/1146.12	c 1146	|    997378 |   50092  1319882  3875088 |  3255818   997378     17 |  0.000 % |
1800.08/1801.91	c ERROR INTERRUPTED
1800.08/1801.94	s UNKNOWN
1800.08/1801.94	c 1802	CPU 4.65 (0.04 0 4.61 0.35)
1800.08/1801.94	c 1802	END Sat Jul  5 15:10:13 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089090-1215261611/watcher-1089090-1215261611 -o /tmp/evaluation-result-1089090-1215261611/solver-1089090-1215261611 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1089090-1215261611.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 21277
/proc/meminfo: memFree=1680576/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=12000 CPUtime=0
/proc/21277/stat : 21277 (sugar) R 21275 21277 20477 0 -1 4194304 195 0 0 0 0 0 0 0 22 0 1 0 2005133382 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 208717413370 0 0 4224 0 0 0 0 17 1 0 0
/proc/21277/statm: 3000 163 125 3 0 100 0

[startup+0.066253 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 21277
/proc/meminfo: memFree=1680576/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005133382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103778 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 21277
/proc/meminfo: memFree=1680576/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005133382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302844 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 21277
/proc/meminfo: memFree=1680576/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005133382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701933 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 21277
/proc/meminfo: memFree=1680576/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=0.03
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005133382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 21289
/proc/meminfo: memFree=1656616/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=1.17
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 973 9911 0 1 3 0 108 6 16 0 1 0 2005133382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13600

[startup+3.10238 s]
/proc/loadavg: 2.16 2.03 2.01 4/92 21299
/proc/meminfo: memFree=1659368/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=1.17
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 974 9911 0 1 3 0 108 6 15 0 1 0 2005133382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 797 370 3 0 500 0
[pid=21290] ppid=21277 vsize=5356 CPUtime=0
/proc/21290/stat : 21290 (sh) S 21277 21277 20477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005133509 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21290/statm: 1339 233 193 169 0 50 0
[pid=21291] ppid=21290 vsize=868476 CPUtime=1.81
/proc/21291/stat : 21291 (java) S 21290 21277 20477 0 -1 0 11152 0 1 0 172 9 0 0 20 0 9 0 2005133509 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21291/statm: 217119 10028 2565 9 0 211666 0
[pid=21291/tid=21292] ppid=21290 vsize=868476 CPUtime=1.06
/proc/21291/task/21292/stat : 21292 (java) R 21290 21277 20477 0 -1 64 2965 0 1 0 103 3 0 0 25 0 9 0 2005133510 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21293] ppid=21290 vsize=868476 CPUtime=0.48
/proc/21291/task/21293/stat : 21293 (java) S 21290 21277 20477 0 -1 64 5994 0 0 0 45 3 0 0 16 0 9 0 2005133511 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21294] ppid=21290 vsize=868476 CPUtime=0
/proc/21291/task/21294/stat : 21294 (java) S 21290 21277 20477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005133512 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21295] ppid=21290 vsize=868476 CPUtime=0
/proc/21291/task/21295/stat : 21295 (java) S 21290 21277 20477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005133512 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21296] ppid=21290 vsize=868476 CPUtime=0
/proc/21291/task/21296/stat : 21296 (java) S 21290 21277 20477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2005133513 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21297] ppid=21290 vsize=868476 CPUtime=0.23
/proc/21291/task/21297/stat : 21297 (java) S 21290 21277 20477 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 2005133513 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21298] ppid=21290 vsize=868476 CPUtime=0
/proc/21291/task/21298/stat : 21298 (java) S 21290 21277 20477 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2005133514 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21291/tid=21299] ppid=21290 vsize=868476 CPUtime=0
/proc/21291/task/21299/stat : 21299 (java) S 21290 21277 20477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005133514 889319424 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887432

[startup+6.30199 s]
/proc/loadavg: 2.15 2.03 2.01 4/84 21301
/proc/meminfo: memFree=1628008/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 15 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=61692 CPUtime=1.14
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 14903 0 0 0 105 9 0 0 25 0 1 0 2005133897 63172608 14889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 15423 14889 76 150 0 15270 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 80648

[startup+12.7012 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 21301
/proc/meminfo: memFree=1587760/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=64648 CPUtime=7.53
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 15629 0 0 0 743 10 0 0 25 0 1 0 2005133897 66199552 15615 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 16162 15615 76 150 0 16009 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 83604

[startup+25.5026 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 21303
/proc/meminfo: memFree=1569320/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=69632 CPUtime=20.32
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 16879 0 0 0 2021 11 0 0 25 0 1 0 2005133897 71303168 16865 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 17408 16865 76 150 0 17255 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 88588

[startup+51.1024 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 21306
/proc/meminfo: memFree=1504800/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=78244 CPUtime=45.89
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 18986 0 0 0 4576 13 0 0 25 0 1 0 2005133897 80121856 18972 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 19561 18972 76 150 0 19408 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 97200

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 21306
/proc/meminfo: memFree=1493152/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=89444 CPUtime=97.05
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 21768 0 0 0 9689 16 0 0 25 0 1 0 2005133897 91590656 21754 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 22361 21754 76 150 0 22208 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 108400

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 21306
/proc/meminfo: memFree=1482656/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=100052 CPUtime=156.99
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 24342 0 0 0 15681 18 0 0 25 0 1 0 2005133897 102453248 24328 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 25013 24328 76 150 0 24860 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 119008

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21306
/proc/meminfo: memFree=1477984/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=104464 CPUtime=216.93
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 25482 0 0 0 21674 19 0 0 25 0 1 0 2005133897 106971136 25468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 26116 25468 76 150 0 25963 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 123420

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

/proc/meminfo: memFree=1404832/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=179372 CPUtime=1355.88
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 43439 0 0 0 135550 38 0 0 25 0 1 0 2005133897 183676928 43425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 44843 43425 76 150 0 44690 0
Current children cumulated CPU time (s) 1360.88
Current children cumulated vsize (KiB) 198328

[startup+1422.31 s]
/proc/loadavg: 2.13 2.08 2.02 3/84 21312
/proc/meminfo: memFree=1401568/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=182616 CPUtime=1415.83
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 44241 0 0 0 141544 39 0 0 25 0 1 0 2005133897 186998784 44227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 45654 44227 76 150 0 45501 0
Current children cumulated CPU time (s) 1420.83
Current children cumulated vsize (KiB) 201572

[startup+1482.3 s]
/proc/loadavg: 2.32 2.14 2.04 3/84 21312
/proc/meminfo: memFree=1399136/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=185172 CPUtime=1475.77
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 44858 0 0 0 147538 39 0 0 25 0 1 0 2005133897 189616128 44844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 46293 44844 76 150 0 46140 0
Current children cumulated CPU time (s) 1480.77
Current children cumulated vsize (KiB) 204128

[startup+1542.3 s]
/proc/loadavg: 2.18 2.12 2.04 3/84 21312
/proc/meminfo: memFree=1396704/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=187480 CPUtime=1535.72
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 45455 0 0 0 153532 40 0 0 25 0 1 0 2005133897 191979520 45441 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 46870 45441 76 150 0 46717 0
Current children cumulated CPU time (s) 1540.72
Current children cumulated vsize (KiB) 206436

[startup+1602.3 s]
/proc/loadavg: 2.39 2.18 2.06 3/84 21312
/proc/meminfo: memFree=1394400/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=189928 CPUtime=1595.66
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 46013 0 0 0 159526 40 0 0 25 0 1 0 2005133897 194486272 45999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 47482 45999 76 150 0 47329 0
Current children cumulated CPU time (s) 1600.66
Current children cumulated vsize (KiB) 208884

[startup+1662.3 s]
/proc/loadavg: 2.21 2.17 2.06 3/84 21312
/proc/meminfo: memFree=1392544/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=191668 CPUtime=1655.61
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 46465 0 0 0 165521 40 0 0 25 0 1 0 2005133897 196268032 46451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 47917 46451 76 150 0 47764 0
Current children cumulated CPU time (s) 1660.61
Current children cumulated vsize (KiB) 210624

[startup+1722.3 s]
/proc/loadavg: 2.07 2.14 2.06 3/84 21312
/proc/meminfo: memFree=1390560/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=193404 CPUtime=1715.55
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 46943 0 0 0 171514 41 0 0 25 0 1 0 2005133897 198045696 46929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 48351 46929 76 150 0 48198 0
Current children cumulated CPU time (s) 1720.55
Current children cumulated vsize (KiB) 212360

[startup+1782.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/84 21312
/proc/meminfo: memFree=1388320/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=195236 CPUtime=1775.5
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 47430 0 0 0 177508 42 0 0 25 0 1 0 2005133897 199921664 47416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 48809 47416 76 150 0 48656 0
Current children cumulated CPU time (s) 1780.5
Current children cumulated vsize (KiB) 214192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.02 2.10 2.05 3/84 21312
/proc/meminfo: memFree=1387616/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=196036 CPUtime=1795.08
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 47609 0 0 0 179466 42 0 0 25 0 1 0 2005133897 200740864 47595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 49009 47595 76 150 0 48856 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 214992

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

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

[startup+1801.9 s]
/proc/loadavg: 2.02 2.10 2.05 3/84 21312
/proc/meminfo: memFree=1387616/2055920 swapFree=4117840/4192956
[pid=21277] ppid=21275 vsize=13600 CPUtime=5
/proc/21277/stat : 21277 (sugar) S 21275 21277 20477 0 -1 4194304 1033 21752 0 2 4 0 461 35 16 0 1 0 2005133382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21277/statm: 3400 799 370 3 0 500 0
[pid=21300] ppid=21277 vsize=5356 CPUtime=0
/proc/21300/stat : 21300 (sh) S 21277 21277 20477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005133896 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21300/statm: 1339 232 193 169 0 50 0
[pid=21301] ppid=21300 vsize=196036 CPUtime=1795.08
/proc/21301/stat : 21301 (minisat) R 21300 21277 20477 0 -1 4194304 47609 0 0 0 179466 42 0 0 25 0 1 0 2005133897 200740864 47595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21301/statm: 49009 47595 76 150 0 48856 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 214992

Child status: 0

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

Real time (s): 1801.95
CPU time (s): 1800.08
CPU user time (s): 1799.31
CPU system time (s): 0.77
CPU usage (%): 99.8961
Max. virtual memory (cumulated for all children) (KiB): 887572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.66029
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23130
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= 5515
involuntary context switches= 5433

runsolver used 2.15967 second user time and 6.05208 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 14:40:11
IDJOB=1089090
IDBENCH=58196
IDSOLVER=346
FILE ID=node47/1089090-1215261611
PBS_JOBID= 7882081
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-1-55.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089090-1215261611/watcher-1089090-1215261611 -o /tmp/evaluation-result-1089090-1215261611/solver-1089090-1215261611 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1089090-1215261611.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9685e02ee1e44c7ff05763d17f8830d9
RANDOM SEED=1485683786

node47.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.281
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.281
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:       1681056 kB
Buffers:         25416 kB
Cached:         181320 kB
SwapCached:      68936 kB
Active:         202160 kB
Inactive:       118856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681056 kB
SwapTotal:     4192956 kB
SwapFree:      4117840 kB
Dirty:            5040 kB
Writeback:           0 kB
Mapped:         130488 kB
Slab:            38768 kB
Committed_AS:  4150760 kB
PageTables:       2128 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= 66508 MiB
End job on node47 at 2008-07-05 15:10:15