Trace number 1128292

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

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-05_ext.xml
MD5SUMa95800cb350cc560e87c31542b99c5f5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints104
Best CPU time to get the best result obtained on this benchmark1.21781
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:58:31 2008
0.00/0.04	c 0	PID 6710
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128292-1216781911.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-1128292-1216781911.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.49	c 1	Parsing HOME/temp.csp
0.38/0.62	c 1	parsed 407 expressions
0.38/0.62	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.63	c 1	MAX CSP: 189 constraints
0.38/0.63	c 1	Converting to clausal form CSP
0.38/0.65	c 1	converted 60 (10%) expressions
0.38/0.65	c 1	converted 120 (20%) expressions
0.38/0.65	c 1	converted 180 (30%) expressions
0.38/0.66	c 1	converted 240 (40%) expressions
0.38/0.67	c 1	converted 300 (50%) expressions
0.38/0.68	c 1	converted 360 (60%) expressions
0.38/0.68	c 1	converted 420 (70%) expressions
0.38/0.69	c 1	converted 480 (80%) expressions
0.38/0.69	c 1	converted 540 (90%) expressions
0.38/0.82	c 1	converted 599 (100%) expressions
0.38/0.82	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.38/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.82	c 1	Propagation in CSP
0.38/0.84	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.38/0.84	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.38/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.84	c 1	Simplifing CSP by introducing new Boolean variables
0.38/0.84	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.38/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.38/0.88	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.88	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.88	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.88	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.88	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.88	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.38/0.89	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.38/0.89	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.38/0.89	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.38/0.89	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.38/0.92	c 1	57 (10%) CSP clauses are encoded (2866 clauses, 36241 bytes)
0.38/0.93	c 1	114 (20%) CSP clauses are encoded (3240 clauses, 41814 bytes)
0.38/0.94	c 1	170 (30%) CSP clauses are encoded (3596 clauses, 47141 bytes)
0.38/0.95	c 1	227 (40%) CSP clauses are encoded (4024 clauses, 53152 bytes)
0.38/0.96	c 1	283 (50%) CSP clauses are encoded (6520 clauses, 89995 bytes)
0.38/0.97	c 1	340 (60%) CSP clauses are encoded (7361 clauses, 101870 bytes)
0.38/0.98	c 1	397 (70%) CSP clauses are encoded (14038 clauses, 211493 bytes)
0.38/0.98	c 1	453 (80%) CSP clauses are encoded (14942 clauses, 226603 bytes)
0.94/1.03	c 1	510 (90%) CSP clauses are encoded (34611 clauses, 575215 bytes)
0.94/1.06	c 1	566 (100%) CSP clauses are encoded (53071 clauses, 911475 bytes)
0.94/1.06	c 1	566 CSP clauses encoded
0.94/1.06	c 1	Writing map file : HOME/temp.map
0.94/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.07	c 1	SAT : 2887 SAT variables, 53071 SAT clauses, 911475 bytes
0.94/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.09	c 1	OBJECTIVE minimize _COST
0.94/1.09	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.94/1.09	c 1	SEARCHING: _COST <= 95
0.94/1.09	c 1	SOLVING HOME/temp.cnf
0.94/1.09	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.94/1.09	c 1	This is MiniSat 2.0 beta
0.94/1.09	c 1	WARNING: for repeatability, setting FPU to use double precision
0.94/1.09	c 1	============================[ Problem Statistics ]=============================
0.94/1.09	c 1	|                                                                             |
0.94/1.09	c 1	|  Number of variables:  2887                                                 |
0.94/1.09	c 1	|  Number of clauses:    53072                                                |
1.03/1.12	c 1	|  Parsing time:         0.02         s                                       |
1.03/1.12	c 1	============================[ Search Statistics ]==============================
1.03/1.12	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/1.12	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/1.12	c 1	===============================================================================
1.03/1.12	c 1	|         0 |    2135    34772    99317 |    11590        0    nan |  0.000 % |
1.03/1.14	c 1	|       100 |    2133    34772    99317 |    12749       99     12 | 26.360 % |
1.03/1.16	c 1	|       250 |    2133    34772    99317 |    14024      249     16 | 26.360 % |
1.03/1.18	c 1	|       477 |    2133    34772    99317 |    15427      476     19 | 26.360 % |
1.03/1.20	c 1	|       815 |    2126    34645    98969 |    16969      814     18 | 26.360 % |
1.03/1.25	c 1	|      1321 |    2126    34645    98969 |    18666     1320     17 | 26.360 % |
1.03/1.32	c 1	|      2080 |    2126    34645    98969 |    20533     2079     17 | 26.360 % |
1.03/1.43	c 2	|      3220 |    2126    34645    98969 |    22586     3219     18 | 26.360 % |
1.03/1.62	c 2	|      4930 |    2126    34645    98969 |    24845     4929     20 | 26.360 % |
1.03/1.94	c 2	|      7493 |    2126    34645    98969 |    27330     7492     21 | 26.360 % |
2.53/2.66	c 3	|     11338 |    2126    34645    98969 |    30063    11337     23 | 26.360 % |
3.72/3.89	c 4	|     17105 |    2126    34645    98969 |    33069    17104     23 | 26.360 % |
6.22/6.31	c 6	|     25756 |    2126    34645    98969 |    36376    25755     23 | 26.360 % |
10.72/10.83	c 11	|     38732 |    2126    34645    98969 |    40014    12888     22 | 26.361 % |
16.72/16.87	c 17	|     58195 |    2126    34645    98969 |    44015    32351     23 | 26.361 % |
27.12/27.22	c 27	|     87388 |    2126    34645    98969 |    48417    29580     21 | 26.361 % |
44.26/44.46	c 45	|    131177 |    2126    34645    98969 |    53258    37377     25 | 26.360 % |
75.54/75.90	c 76	|    196864 |    2126    34645    98969 |    58584    22002     27 | 26.361 % |
122.35/122.87	c 123	|    295390 |    2126    34645    98969 |    64443    30106     23 | 26.361 % |
192.27/193.05	c 193	|    443181 |    2126    34645    98969 |    70887    23582     23 | 26.360 % |
320.97/322.25	c 322	|    664865 |    2126    34645    98969 |    77976    19378     26 | 26.361 % |
509.42/511.40	c 512	|    997390 |    2126    34645    98969 |    85773    33496     25 | 26.360 % |
799.59/802.76	c 803	|   1496178 |    2126    34645    98969 |    94351    32583     25 | 26.361 % |
1274.83/1279.88	c 1280	|   2244360 |    2126    34645    98969 |   103786    61566     25 | 26.361 % |
2079.58/2087.80	c 2088	|   3366635 |    2126    34645    98969 |   114164    25435     23 | 26.360 % |
3352.19/3365.39	c 3365	|   5050046 |    2126    34645    98969 |   125581    39624     26 | 26.360 % |
3600.03/3614.11	c ERROR unknown output  in HOME/temp.out
3600.03/3614.11	s UNKNOWN
3600.03/3614.11	c 3614	CPU 0.96 (0.03 0 0.93 0.07)
3600.03/3614.11	c 3614	END Wed Jul 23 05:58:45 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-1128292-1216781911/watcher-1128292-1216781911 -o /tmp/evaluation-result-1128292-1216781911/solver-1128292-1216781911 -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-1128292-1216781911.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: 2.00 2.00 1.93 4/82 6710
/proc/meminfo: memFree=1251132/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=12272 CPUtime=0
/proc/6710/stat : 6710 (sugar) R 6708 6710 5852 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 5275867 12566528 326 996147200 4194304 4206940 548682068592 18446744073709551615 240171734528 0 0 4224 0 0 0 0 17 0 0 0
/proc/6710/statm: 3068 327 246 3 0 168 0

[startup+0.00807097 s]
/proc/loadavg: 2.00 2.00 1.93 4/82 6710
/proc/meminfo: memFree=1251132/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=12272 CPUtime=0
/proc/6710/stat : 6710 (sugar) R 6708 6710 5852 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 5275867 12566528 374 996147200 4194304 4206940 548682068592 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 0 0 0
/proc/6710/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102086 s]
/proc/loadavg: 2.00 2.00 1.93 4/82 6710
/proc/meminfo: memFree=1251132/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=0.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5275867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301111 s]
/proc/loadavg: 2.00 2.00 1.93 4/82 6710
/proc/meminfo: memFree=1251132/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=0.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 5275867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701148 s]
/proc/loadavg: 2.00 2.00 1.93 4/82 6710
/proc/meminfo: memFree=1251132/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=0.38
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 974 4401 0 1 3 0 33 2 15 0 1 0 5275867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.08 2.02 1.93 3/93 6732
/proc/meminfo: memFree=1236708/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 15 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10141 s]
/proc/loadavg: 2.08 2.02 1.93 3/85 6734
/proc/meminfo: memFree=1243940/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 15 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=5508 CPUtime=1.99
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 1251 0 0 0 199 0 0 0 25 0 1 0 5275977 5640192 1237 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/6734/statm: 1377 1237 75 150 0 1224 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 24464

[startup+6.30177 s]
/proc/loadavg: 2.08 2.02 1.93 3/85 6734
/proc/meminfo: memFree=1241828/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=7100 CPUtime=5.19
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 1651 0 0 0 519 0 0 0 25 0 1 0 5275977 7270400 1637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6734/statm: 1775 1637 75 150 0 1622 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 26056

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 1.93 3/85 6734
/proc/meminfo: memFree=1239780/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=8852 CPUtime=11.59
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 2067 0 0 0 1159 0 0 0 25 0 1 0 5275977 9064448 2053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6734/statm: 2213 2053 75 150 0 2060 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 27808

[startup+25.5029 s]
/proc/loadavg: 2.06 2.01 1.93 3/85 6734
/proc/meminfo: memFree=1238628/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=10156 CPUtime=24.39
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 2384 0 0 0 2438 1 0 0 25 0 1 0 5275977 10399744 2370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6734/statm: 2539 2370 75 150 0 2386 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 29112

[startup+51.1028 s]
/proc/loadavg: 2.04 2.01 1.93 3/85 6775
/proc/meminfo: memFree=1237924/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=11836 CPUtime=49.9
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 2775 0 0 0 4989 1 0 0 25 0 1 0 5275977 12120064 2761 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 2959 2761 75 150 0 2806 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 30792

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.93 3/85 6775
/proc/meminfo: memFree=1234980/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=14412 CPUtime=100.91
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 3451 0 0 0 10088 3 0 0 25 0 1 0 5275977 14757888 3437 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 3603 3437 75 150 0 3450 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 33368

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6781
/proc/meminfo: memFree=1233956/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=15480 CPUtime=160.66
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 3652 0 0 0 16063 3 0 0 25 0 1 0 5275977 15851520 3638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 3870 3638 75 150 0 3717 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 34436

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6781
/proc/meminfo: memFree=1231268/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=18124 CPUtime=220.42
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 4306 0 0 0 22039 3 0 0 25 0 1 0 5275977 18558976 4292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 4531 4292 75 150 0 4378 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 37080

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6781
/proc/meminfo: memFree=1229796/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=19668 CPUtime=280.2
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 4684 0 0 0 28016 4 0 0 25 0 1 0 5275977 20140032 4670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 4917 4670 75 150 0 4764 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 38624


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

/proc/meminfo: memFree=1207972/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=41296 CPUtime=3148.96
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 9753 0 0 0 314887 9 0 0 25 0 1 0 5275977 42287104 9731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10324 9731 75 150 0 10171 0
Current children cumulated CPU time (s) 3149.99
Current children cumulated vsize (KiB) 60252

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1207908/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=41296 CPUtime=3208.72
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 9753 0 0 0 320863 9 0 0 25 0 1 0 5275977 42287104 9731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10324 9731 75 150 0 10171 0
Current children cumulated CPU time (s) 3209.75
Current children cumulated vsize (KiB) 60252

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1207460/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=41732 CPUtime=3268.49
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 9865 0 0 0 326840 9 0 0 25 0 1 0 5275977 42733568 9843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10433 9843 75 150 0 10280 0
Current children cumulated CPU time (s) 3269.52
Current children cumulated vsize (KiB) 60688

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1207140/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=42112 CPUtime=3328.25
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 9946 0 0 0 332816 9 0 0 25 0 1 0 5275977 43122688 9924 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10528 9924 75 150 0 10375 0
Current children cumulated CPU time (s) 3329.28
Current children cumulated vsize (KiB) 61068

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1206628/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=42564 CPUtime=3388.02
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10063 0 0 0 338793 9 0 0 25 0 1 0 5275977 43585536 10041 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10641 10041 75 150 0 10488 0
Current children cumulated CPU time (s) 3389.05
Current children cumulated vsize (KiB) 61520

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1205668/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=43352 CPUtime=3447.78
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10260 0 0 0 344769 9 0 0 25 0 1 0 5275977 44392448 10238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10838 10238 75 150 0 10685 0
Current children cumulated CPU time (s) 3448.81
Current children cumulated vsize (KiB) 62308

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1205540/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=43432 CPUtime=3507.55
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10272 0 0 0 350746 9 0 0 25 0 1 0 5275977 44474368 10250 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10858 10250 75 150 0 10705 0
Current children cumulated CPU time (s) 3508.58
Current children cumulated vsize (KiB) 62388

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1205156/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=43828 CPUtime=3567.31
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10341 0 0 0 356722 9 0 0 25 0 1 0 5275977 44879872 10319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 10957 10319 75 150 0 10804 0
Current children cumulated CPU time (s) 3568.34
Current children cumulated vsize (KiB) 62784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1204324/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=44716 CPUtime=3599
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10558 0 0 0 359890 10 0 0 25 0 1 0 5275977 45789184 10536 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 11179 10536 75 150 0 11026 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 63672

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

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

[startup+3614.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 6783
/proc/meminfo: memFree=1204324/2055920 swapFree=4192956/4192956
[pid=6710] ppid=6708 vsize=13600 CPUtime=1.03
/proc/6710/stat : 6710 (sugar) S 6708 6710 5852 0 -1 4194304 1059 10991 0 2 3 0 93 7 16 0 1 0 5275867 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6710/statm: 3400 807 374 3 0 500 0
[pid=6733] ppid=6710 vsize=5356 CPUtime=0
/proc/6733/stat : 6733 (sh) S 6710 6710 5852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5275976 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6733/statm: 1339 232 193 169 0 50 0
[pid=6734] ppid=6733 vsize=44716 CPUtime=3599
/proc/6734/stat : 6734 (minisat) R 6733 6710 5852 0 -1 4194304 10558 0 0 0 359890 10 0 0 25 0 1 0 5275977 45789184 10536 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/6734/statm: 11179 10536 75 150 0 11026 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 63672

Child status: 0

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

Real time (s): 3614.11
CPU time (s): 3600.03
CPU user time (s): 3599.86
CPU system time (s): 0.17
CPU usage (%): 99.6103
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.972852
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12397
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= 1291
involuntary context switches= 1127

runsolver used 4.28235 second user time and 8.87665 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-23 04:58:31
IDJOB=1128292
IDBENCH=65107
IDSOLVER=368
FILE ID=node86/1128292-1216781911
PBS_JOBID= 7974204
Free space on /tmp= 66560 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-05_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-1128292-1216781911/watcher-1128292-1216781911 -o /tmp/evaluation-result-1128292-1216781911/solver-1128292-1216781911 -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-1128292-1216781911.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a95800cb350cc560e87c31542b99c5f5
RANDOM SEED=435798869

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:       1251612 kB
Buffers:         39532 kB
Cached:         665288 kB
SwapCached:          0 kB
Active:         225020 kB
Inactive:       505252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251612 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          45528 kB
Slab:            59144 kB
Committed_AS:   126812 kB
PageTables:       1960 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 node86 at 2008-07-23 05:58:45