Trace number 1128284

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) 3600.08 3601.72

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-80/
normalized-kbtree-9-7-3-5-80-04_ext.xml
MD5SUM21e4e0a1130514263cf995e3eedc0284
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints100
Best CPU time to get the best result obtained on this benchmark0.528919
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:56:25 2008
0.00/0.04	c 0	PID 6475
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128284-1216781785.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128284-1216781785.xml' 'HOME/temp.csp'
0.03/0.26	c 1	1 domains, 28 variables, 0 predicates, 186 relations, 189 constraints
0.03/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.38	c 1	Parsing HOME/temp.csp
0.33/0.46	c 1	parsed 404 expressions
0.33/0.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.47	c 1	MAX CSP: 189 constraints
0.33/0.47	c 1	Converting to clausal form CSP
0.33/0.49	c 1	converted 60 (10%) expressions
0.33/0.49	c 1	converted 120 (20%) expressions
0.33/0.49	c 1	converted 179 (30%) expressions
0.33/0.50	c 1	converted 239 (40%) expressions
0.33/0.50	c 1	converted 298 (50%) expressions
0.33/0.51	c 1	converted 358 (60%) expressions
0.33/0.51	c 1	converted 418 (70%) expressions
0.33/0.52	c 1	converted 477 (80%) expressions
0.33/0.52	c 1	converted 537 (90%) expressions
0.33/0.57	c 1	converted 596 (100%) expressions
0.33/0.57	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.33/0.57	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.57	c 1	Propagation in CSP
0.33/0.60	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.60	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.33/0.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.60	c 1	Simplifing CSP by introducing new Boolean variables
0.33/0.60	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.33/0.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.63	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.33/0.63	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.33/0.64	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.33/0.64	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.33/0.64	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.33/0.64	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.33/0.64	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.33/0.64	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.33/0.65	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.33/0.65	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.33/0.66	c 1	57 (10%) CSP clauses are encoded (2839 clauses, 35649 bytes)
0.33/0.67	c 1	114 (20%) CSP clauses are encoded (3213 clauses, 41190 bytes)
0.33/0.68	c 1	170 (30%) CSP clauses are encoded (3582 clauses, 46685 bytes)
0.33/0.69	c 1	227 (40%) CSP clauses are encoded (4010 clauses, 52739 bytes)
0.33/0.69	c 1	283 (50%) CSP clauses are encoded (6506 clauses, 89582 bytes)
0.33/0.70	c 1	340 (60%) CSP clauses are encoded (7347 clauses, 101457 bytes)
0.33/0.71	c 1	397 (70%) CSP clauses are encoded (14024 clauses, 211080 bytes)
0.33/0.71	c 1	453 (80%) CSP clauses are encoded (14928 clauses, 226190 bytes)
0.33/0.75	c 1	510 (90%) CSP clauses are encoded (34597 clauses, 574802 bytes)
0.33/0.78	c 1	566 (100%) CSP clauses are encoded (53057 clauses, 911062 bytes)
0.33/0.78	c 1	566 CSP clauses encoded
0.33/0.78	c 1	Writing map file : HOME/temp.map
0.33/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.79	c 1	SAT : 2887 SAT variables, 53057 SAT clauses, 911062 bytes
0.33/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.80	c 1	OBJECTIVE minimize _COST
0.33/0.80	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.33/0.80	c 1	SEARCHING: _COST <= 95
0.33/0.80	c 1	SOLVING HOME/temp.cnf
0.33/0.80	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.99/0.80	c 1	This is MiniSat 2.0 beta
0.99/0.80	c 1	WARNING: for repeatability, setting FPU to use double precision
0.99/0.80	c 1	============================[ Problem Statistics ]=============================
0.99/0.80	c 1	|                                                                             |
0.99/0.80	c 1	|  Number of variables:  2887                                                 |
0.99/0.80	c 1	|  Number of clauses:    53058                                                |
0.99/0.83	c 1	|  Parsing time:         0.02         s                                       |
0.99/0.83	c 1	============================[ Search Statistics ]==============================
0.99/0.83	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/0.83	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/0.83	c 1	===============================================================================
0.99/0.83	c 1	|         0 |    2135    34758    99244 |    11586        0    nan |  0.000 % |
0.99/0.85	c 1	|       101 |    2133    34758    99244 |    12744      100     18 | 26.360 % |
0.99/0.86	c 1	|       251 |    2133    34758    99244 |    14019      250     15 | 26.360 % |
0.99/0.87	c 1	|       476 |    2133    34758    99244 |    15420      475     14 | 26.360 % |
0.99/0.90	c 1	|       814 |    2133    34758    99244 |    16963      813     15 | 26.361 % |
0.99/0.94	c 1	|      1320 |    2126    34631    98896 |    18659     1319     15 | 26.361 % |
0.99/0.99	c 1	|      2080 |    2126    34631    98896 |    20525     2079     15 | 26.361 % |
1.18/1.10	c 1	|      3219 |    2126    34631    98896 |    22577     3218     15 | 26.361 % |
1.38/1.24	c 2	|      4928 |    2126    34631    98896 |    24835     4927     19 | 26.360 % |
1.68/1.50	c 2	|      7490 |    2126    34631    98896 |    27319     7489     21 | 26.360 % |
2.08/1.96	c 2	|     11334 |    2126    34631    98896 |    30051    11333     23 | 26.360 % |
3.17/3.01	c 3	|     17103 |    2126    34631    98896 |    33056    17102     25 | 26.361 % |
5.18/5.02	c 5	|     25754 |    2126    34631    98896 |    36361    25753     25 | 26.361 % |
9.17/9.00	c 9	|     38728 |    2126    34631    98896 |    39998    13064     24 | 26.360 % |
14.87/14.79	c 15	|     58189 |    2126    34631    98896 |    43997    32525     25 | 26.360 % |
24.67/24.54	c 25	|     87384 |    2126    34631    98896 |    48397    28987     25 | 26.360 % |
39.76/39.69	c 40	|    131173 |    2114    34359    98122 |    53237    35222     28 | 26.776 % |
61.63/61.53	c 62	|    196857 |    2114    34359    98122 |    58561    17397     24 | 26.775 % |
101.70/101.62	c 102	|    295383 |    2114    34359    98122 |    64417    24586     25 | 26.775 % |
176.06/176.09	c 176	|    443172 |    2114    34359    98122 |    70858    19000     26 | 26.777 % |
298.30/298.38	c 299	|    664856 |    2114    34359    98122 |    77944    15890     23 | 26.775 % |
490.40/490.55	c 491	|    997383 |    2114    34359    98122 |    85739    36887     25 | 26.777 % |
810.74/811.06	c 811	|   1496172 |    2114    34359    98122 |    94313    42594     23 | 26.776 % |
1309.50/1310.01	c 1310	|   2244354 |    2114    34359    98122 |   103744    79044     27 | 26.776 % |
2053.51/2054.42	c 2055	|   3366628 |    2114    34359    98122 |   114119    42189     29 | 26.775 % |
3326.28/3327.88	c 3328	|   5050040 |    2114    34359    98122 |   125530    50451     28 | 26.775 % |
3600.08/3601.71	c ERROR unknown output  in HOME/temp.out
3600.08/3601.71	s UNKNOWN
3600.08/3601.71	c 3602	CPU 0.92 (0.04 0 0.88 0.08)
3600.08/3601.71	c 3602	END Wed Jul 23 05:56:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1128284-1216781785/watcher-1128284-1216781785 -o /tmp/evaluation-result-1128284-1216781785/solver-1128284-1216781785 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128284-1216781785.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.00 1.01 1.39 3/65 6475
/proc/meminfo: memFree=1607456/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=12268 CPUtime=0
/proc/6475/stat : 6475 (sugar) R 6473 6475 5743 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 5263207 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 0 0 0
/proc/6475/statm: 3067 316 241 3 0 167 0

[startup+0.0614881 s]
/proc/loadavg: 1.00 1.01 1.39 3/65 6475
/proc/meminfo: memFree=1607456/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.03
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5263207 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102496 s]
/proc/loadavg: 1.00 1.01 1.39 3/65 6475
/proc/meminfo: memFree=1607456/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.03
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5263207 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301533 s]
/proc/loadavg: 1.00 1.01 1.39 3/65 6475
/proc/meminfo: memFree=1607456/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.03
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 5263207 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701613 s]
/proc/loadavg: 1.00 1.01 1.39 3/65 6475
/proc/meminfo: memFree=1607456/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.33
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 974 4429 0 1 3 0 28 2 16 0 1 0 5263207 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.00 1.01 1.39 2/68 6499
/proc/meminfo: memFree=1601152/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 15 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=4700 CPUtime=0.69
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 1032 0 0 0 69 0 0 0 23 0 1 0 5263287 4812800 1018 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 1175 1018 75 150 0 1022 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 23656

[startup+3.10106 s]
/proc/loadavg: 1.00 1.01 1.39 2/68 6499
/proc/meminfo: memFree=1599808/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=6160 CPUtime=2.28
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 1409 0 0 0 228 0 0 0 25 0 1 0 5263287 6307840 1395 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 1540 1395 75 150 0 1387 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 25116

[startup+6.30168 s]
/proc/loadavg: 1.00 1.01 1.38 2/68 6499
/proc/meminfo: memFree=1597440/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=8052 CPUtime=5.49
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 1868 0 0 0 548 1 0 0 25 0 1 0 5263287 8245248 1854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 2013 1854 75 150 0 1860 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 27008

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.38 2/68 6499
/proc/meminfo: memFree=1595776/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=9244 CPUtime=11.88
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 2177 0 0 0 1187 1 0 0 25 0 1 0 5263287 9465856 2163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 2311 2163 75 150 0 2158 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 28200

[startup+25.5024 s]
/proc/loadavg: 1.00 1.01 1.37 2/68 6499
/proc/meminfo: memFree=1594432/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=10748 CPUtime=24.68
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 2538 0 0 0 2467 1 0 0 25 0 1 0 5263287 11005952 2524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 2687 2524 75 150 0 2534 0
Current children cumulated CPU time (s) 25.67
Current children cumulated vsize (KiB) 29704

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.36 2/68 6499
/proc/meminfo: memFree=1591808/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=13312 CPUtime=50.23
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 3178 0 0 0 5022 1 0 0 25 0 1 0 5263287 13631488 3164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 3328 3164 75 150 0 3175 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 32268

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.34 2/68 6499
/proc/meminfo: memFree=1589952/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=15152 CPUtime=101.42
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 3629 0 0 0 10140 2 0 0 25 0 1 0 5263287 15515648 3615 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 3788 3615 75 150 0 3635 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 34108

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.32 2/68 6499
/proc/meminfo: memFree=1588032/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=17140 CPUtime=161.39
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 4083 0 0 0 16137 2 0 0 25 0 1 0 5263287 17551360 4069 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 4285 4069 75 150 0 4132 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 36096

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.29 2/68 6499
/proc/meminfo: memFree=1586496/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=18776 CPUtime=221.35
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 4474 0 0 0 22132 3 0 0 25 0 1 0 5263287 19226624 4460 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 4694 4460 75 150 0 4541 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 37732

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.27 2/68 6505
/proc/meminfo: memFree=1584448/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1564416/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=41184 CPUtime=3159.88
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 9752 0 0 0 315977 11 0 0 25 0 1 0 5263287 42172416 9722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 10296 9722 75 150 0 10143 0
Current children cumulated CPU time (s) 3160.87
Current children cumulated vsize (KiB) 60140

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1564096/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=41640 CPUtime=3219.85
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 9841 0 0 0 321974 11 0 0 25 0 1 0 5263287 42639360 9811 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 10410 9811 75 150 0 10257 0
Current children cumulated CPU time (s) 3220.84
Current children cumulated vsize (KiB) 60596

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1563712/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=41940 CPUtime=3279.82
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 9938 0 0 0 327971 11 0 0 25 0 1 0 5263287 42946560 9908 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 10485 9908 75 150 0 10332 0
Current children cumulated CPU time (s) 3280.81
Current children cumulated vsize (KiB) 60896

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1563328/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=42292 CPUtime=3339.79
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10024 0 0 0 333968 11 0 0 25 0 1 0 5263287 43307008 9986 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 10573 9986 75 150 0 10420 0
Current children cumulated CPU time (s) 3340.78
Current children cumulated vsize (KiB) 61248

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1562048/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=43612 CPUtime=3399.77
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10364 0 0 0 339965 12 0 0 25 0 1 0 5263287 44658688 10326 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 10903 10326 75 150 0 10750 0
Current children cumulated CPU time (s) 3400.76
Current children cumulated vsize (KiB) 62568

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1561600/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=44148 CPUtime=3459.73
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10455 0 0 0 345961 12 0 0 25 0 1 0 5263287 45207552 10417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 11037 10417 75 150 0 10884 0
Current children cumulated CPU time (s) 3460.72
Current children cumulated vsize (KiB) 63104

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1561024/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=44676 CPUtime=3519.71
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10598 0 0 0 351959 12 0 0 25 0 1 0 5263287 45748224 10560 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 11169 10560 75 150 0 11016 0
Current children cumulated CPU time (s) 3520.7
Current children cumulated vsize (KiB) 63632

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1560640/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=44988 CPUtime=3579.69
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10675 0 0 0 357957 12 0 0 25 0 1 0 5263287 46067712 10637 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 11247 10637 75 150 0 11094 0
Current children cumulated CPU time (s) 3580.68
Current children cumulated vsize (KiB) 63944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1560512/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=45148 CPUtime=3599.09
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10702 0 0 0 359897 12 0 0 25 0 1 0 5263287 46231552 10664 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 11287 10664 75 150 0 11134 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 64104

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

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

[startup+3601.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 6507
/proc/meminfo: memFree=1560512/2055920 swapFree=4192956/4192956
[pid=6475] ppid=6473 vsize=13600 CPUtime=0.99
/proc/6475/stat : 6475 (sugar) S 6473 6475 5743 0 -1 4194304 1059 11090 0 2 4 0 88 7 16 0 1 0 5263207 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6475/statm: 3400 807 374 3 0 500 0
[pid=6498] ppid=6475 vsize=5356 CPUtime=0
/proc/6498/stat : 6498 (sh) S 6475 6475 5743 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5263287 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6498/statm: 1339 232 193 169 0 50 0
[pid=6499] ppid=6498 vsize=45148 CPUtime=3599.09
/proc/6499/stat : 6499 (minisat) R 6498 6475 5743 0 -1 4194304 10702 0 0 0 359897 12 0 0 25 0 1 0 5263287 46231552 10664 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6499/statm: 11287 10664 75 150 0 11134 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 64104

Child status: 0

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

Real time (s): 3601.72
CPU time (s): 3600.08
CPU user time (s): 3599.89
CPU system time (s): 0.19
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 64104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.925859
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12496
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= 815
involuntary context switches= 450

runsolver used 3.64145 second user time and 9.46556 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-23 04:56:25
IDJOB=1128284
IDBENCH=65102
IDSOLVER=368
FILE ID=node87/1128284-1216781785
PBS_JOBID= 7974201
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-80/normalized-kbtree-9-7-3-5-80-04_ext.xml
COMMAND LINE= DIR/sugar -max -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-1128284-1216781785/watcher-1128284-1216781785 -o /tmp/evaluation-result-1128284-1216781785/solver-1128284-1216781785 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128284-1216781785.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 21e4e0a1130514263cf995e3eedc0284
RANDOM SEED=168877487

node87.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.259
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.259
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:       1608008 kB
Buffers:         46800 kB
Cached:         322100 kB
SwapCached:          0 kB
Active:         216352 kB
Inactive:       165860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          23052 kB
Slab:            51672 kB
Committed_AS:    65476 kB
PageTables:       1456 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= 66560 MiB
End job on node87 at 2008-07-23 05:56:27