Trace number 1128260

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.05 3621.42

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-70/
normalized-kbtree-9-7-3-5-70-50_ext.xml
MD5SUM7ae85192a02c0420abee1976c693e00d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints72
Best CPU time to get the best result obtained on this benchmark1.57976
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 04:49:52 2008
0.00/0.05	c 0	PID 7352
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128260-1216781392.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-1128260-1216781392.xml' 'HOME/temp.csp'
0.04/0.41	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.04/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.50	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.04/0.58	c 1	Parsing HOME/temp.csp
0.48/0.72	c 1	parsed 407 expressions
0.48/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.73	c 1	MAX CSP: 189 constraints
0.48/0.73	c 1	Converting to clausal form CSP
0.48/0.75	c 1	converted 60 (10%) expressions
0.48/0.75	c 1	converted 120 (20%) expressions
0.48/0.75	c 1	converted 180 (30%) expressions
0.48/0.77	c 1	converted 240 (40%) expressions
0.48/0.77	c 1	converted 300 (50%) expressions
0.48/0.79	c 1	converted 360 (60%) expressions
0.48/0.79	c 1	converted 420 (70%) expressions
0.48/0.80	c 1	converted 480 (80%) expressions
0.48/0.80	c 1	converted 540 (90%) expressions
0.48/0.94	c 1	converted 599 (100%) expressions
0.48/0.95	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.48/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/0.95	c 1	Propagation in CSP
0.48/0.97	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.48/0.97	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.48/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.48/0.97	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.48/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.00	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.48/1.01	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.48/1.01	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.48/1.01	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.48/1.01	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.48/1.01	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.48/1.01	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.48/1.02	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.48/1.02	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.48/1.02	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.48/1.03	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.48/1.05	c 1	57 (10%) CSP clauses are encoded (2899 clauses, 37072 bytes)
0.48/1.07	c 1	114 (20%) CSP clauses are encoded (3306 clauses, 43494 bytes)
0.48/1.08	c 1	170 (30%) CSP clauses are encoded (3709 clauses, 49941 bytes)
0.48/1.09	c 1	227 (40%) CSP clauses are encoded (4146 clauses, 56241 bytes)
1.06/1.11	c 1	283 (50%) CSP clauses are encoded (6642 clauses, 93084 bytes)
1.06/1.11	c 1	340 (60%) CSP clauses are encoded (7483 clauses, 104959 bytes)
1.06/1.13	c 1	397 (70%) CSP clauses are encoded (14160 clauses, 214582 bytes)
1.06/1.13	c 1	453 (80%) CSP clauses are encoded (15064 clauses, 229692 bytes)
1.06/1.18	c 1	510 (90%) CSP clauses are encoded (34733 clauses, 578304 bytes)
1.15/1.21	c 1	566 (100%) CSP clauses are encoded (53193 clauses, 914564 bytes)
1.15/1.21	c 1	566 CSP clauses encoded
1.15/1.21	c 1	Writing map file : HOME/temp.map
1.15/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.22	c 1	SAT : 2887 SAT variables, 53193 SAT clauses, 914564 bytes
1.15/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.24	c 1	OBJECTIVE minimize _COST
1.15/1.24	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.15/1.24	c 1	SEARCHING: _COST <= 95
1.15/1.24	c 1	SOLVING HOME/temp.cnf
1.15/1.24	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.15/1.24	c 1	This is MiniSat 2.0 beta
1.15/1.24	c 1	WARNING: for repeatability, setting FPU to use double precision
1.15/1.24	c 1	============================[ Problem Statistics ]=============================
1.15/1.24	c 1	|                                                                             |
1.15/1.24	c 1	|  Number of variables:  2887                                                 |
1.15/1.24	c 1	|  Number of clauses:    53194                                                |
1.15/1.27	c 1	|  Parsing time:         0.03         s                                       |
1.15/1.28	c 1	============================[ Search Statistics ]==============================
1.15/1.28	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.28	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.28	c 1	===============================================================================
1.15/1.28	c 1	|         0 |    2135    34894   100094 |    11631        0    nan |  0.000 % |
1.15/1.29	c 1	|       100 |    2131    34894   100094 |    12794       99     17 | 26.360 % |
1.18/1.30	c 1	|       250 |    2131    34894   100094 |    14073      249     15 | 26.360 % |
1.18/1.32	c 1	|       476 |    2131    34894   100094 |    15481      475     19 | 26.360 % |
1.18/1.35	c 1	|       813 |    2131    34894   100094 |    17029      812     19 | 26.360 % |
1.18/1.39	c 1	|      1319 |    2126    34767    99746 |    18732     1318     19 | 26.360 % |
1.18/1.46	c 1	|      2078 |    2126    34767    99746 |    20605     2077     19 | 26.360 % |
1.18/1.56	c 2	|      3218 |    2126    34767    99746 |    22666     3217     20 | 26.360 % |
1.18/1.72	c 2	|      4927 |    2126    34767    99746 |    24932     4926     23 | 26.360 % |
1.18/1.96	c 2	|      7491 |    2126    34767    99746 |    27426     7490     24 | 26.360 % |
2.32/2.47	c 2	|     11336 |    2126    34767    99746 |    30168    11335     25 | 26.360 % |
3.21/3.37	c 3	|     17102 |    2126    34767    99746 |    33185    17101     27 | 26.360 % |
4.91/5.09	c 5	|     25751 |    2126    34767    99746 |    36504    25750     26 | 26.360 % |
8.47/8.63	c 9	|     38728 |    2126    34767    99746 |    40154    13330     25 | 26.360 % |
12.39/12.68	c 13	|     58190 |    2126    34767    99746 |    44169    32792     27 | 26.360 % |
20.89/21.23	c 21	|     87384 |    2126    34767    99746 |    48586    28418     27 | 26.360 % |
35.15/35.60	c 36	|    131174 |    2126    34767    99746 |    53445    34564     30 | 26.360 % |
66.94/67.79	c 68	|    196860 |    2126    34767    99746 |    58790    20234     28 | 26.360 % |
108.42/109.60	c 110	|    295386 |    2126    34767    99746 |    64669    26809     27 | 26.360 % |
184.17/186.12	c 186	|    443176 |    2126    34767    99746 |    71136    21804     30 | 26.360 % |
312.41/315.66	c 316	|    664859 |    2126    34767    99746 |    78249    70023     31 | 26.360 % |
503.03/508.10	c 508	|    997386 |    2126    34767    99746 |    86074    77737     30 | 26.360 % |
762.61/769.16	c 769	|   1496174 |    2126    34767    99746 |    94682    72007     31 | 26.360 % |
1147.79/1156.32	c 1156	|   2244356 |    2126    34767    99746 |   104150    95644     36 | 26.360 % |
1859.17/1871.40	c 1871	|   3366630 |    2126    34767    99746 |   114565    53123     33 | 26.360 % |
3090.41/3109.14	c 3109	|   5050041 |    2126    34767    99746 |   126022    52943     37 | 26.360 % |
3600.05/3621.42	c ERROR unknown output  in HOME/temp.out
3600.05/3621.42	s UNKNOWN
3600.05/3621.42	c 3621	CPU 1.1 (0.04 0.01 1.06 0.08)
3600.05/3621.42	c 3621	END Wed Jul 23 05:50:13 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-1128260-1216781392/watcher-1128260-1216781392 -o /tmp/evaluation-result-1128260-1216781392/solver-1128260-1216781392 -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-1128260-1216781392.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.08 2.02 1.95 4/73 7352
/proc/meminfo: memFree=1074280/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=12268 CPUtime=0
/proc/7352/stat : 7352 (sugar) R 7350 7352 6531 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5229484 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7352/statm: 3067 316 241 3 0 167 0

[startup+0.110837 s]
/proc/loadavg: 2.08 2.02 1.95 4/73 7352
/proc/meminfo: memFree=1074280/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=0.04
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5229484 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202858 s]
/proc/loadavg: 2.08 2.02 1.95 4/73 7352
/proc/meminfo: memFree=1074280/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=0.04
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5229484 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302876 s]
/proc/loadavg: 2.08 2.02 1.95 4/73 7352
/proc/meminfo: memFree=1074280/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=0.04
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5229484 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702967 s]
/proc/loadavg: 2.08 2.02 1.95 4/73 7352
/proc/meminfo: memFree=1074280/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=0.48
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 974 4435 0 1 3 1 41 3 16 0 1 0 5229484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 2.08 2.02 1.95 4/84 7374
/proc/meminfo: memFree=1059984/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 15 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13600

[startup+3.10143 s]
/proc/loadavg: 2.08 2.02 1.95 3/76 7376
/proc/meminfo: memFree=1066768/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 15 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=6016 CPUtime=1.83
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 1362 0 0 0 183 0 0 0 25 0 1 0 5229609 6160384 1348 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 1504 1348 75 150 0 1351 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 24972

[startup+6.30105 s]
/proc/loadavg: 2.15 2.03 1.96 3/76 7376
/proc/meminfo: memFree=1064016/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=8168 CPUtime=5.01
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 1908 0 0 0 500 1 0 0 25 0 1 0 5229609 8364032 1894 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 2042 1894 75 150 0 1889 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27124

[startup+12.7013 s]
/proc/loadavg: 2.14 2.03 1.96 3/76 7376
/proc/meminfo: memFree=1062360/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=9260 CPUtime=11.31
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 2183 0 0 0 1129 2 0 0 25 0 1 0 5229609 9482240 2169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 2315 2169 75 150 0 2162 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28216

[startup+25.5028 s]
/proc/loadavg: 2.11 2.03 1.96 3/76 7376
/proc/meminfo: memFree=1060440/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=11340 CPUtime=23.97
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 2684 0 0 0 2395 2 0 0 25 0 1 0 5229609 11612160 2670 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 2835 2670 75 150 0 2682 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30296

[startup+51.1028 s]
/proc/loadavg: 2.07 2.03 1.96 3/76 7376
/proc/meminfo: memFree=1057816/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=13836 CPUtime=49.32
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 3303 0 0 0 4929 3 0 0 25 0 1 0 5229609 14168064 3289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3459 3289 75 150 0 3306 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 32792

[startup+102.303 s]
/proc/loadavg: 2.03 2.02 1.96 3/76 7376
/proc/meminfo: memFree=1055960/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=15648 CPUtime=100.02
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 3744 0 0 0 9999 3 0 0 25 0 1 0 5229609 16023552 3730 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3912 3730 75 150 0 3759 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 34604

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 1.96 3/76 7376
/proc/meminfo: memFree=1053336/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=18108 CPUtime=159.43
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 4322 0 0 0 15939 4 0 0 25 0 1 0 5229609 18542592 4308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 4527 4308 75 150 0 4374 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 37064

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 7376
/proc/meminfo: memFree=1051352/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=19784 CPUtime=218.83
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 4735 0 0 0 21878 5 0 0 25 0 1 0 5229609 20258816 4721 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 4946 4721 75 150 0 4793 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 38740

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 7376
/proc/meminfo: memFree=1050520/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.18
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 3 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=20068 CPUtime=278.25
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 4796 0 0 0 27820 5 0 0 25 0 1 0 5229609 20549632 4782 996147200 134512640 135127466 4294956256 18446744073709551615 134529369 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 5017 4782 75 150 0 4864 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 39024


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

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076952/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=47968 CPUtime=3082.46
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11298 0 0 0 308227 19 0 0 25 0 1 0 5229609 49119232 11276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 11992 11276 75 150 0 11839 0
Current children cumulated CPU time (s) 3083.65
Current children cumulated vsize (KiB) 66924

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076888/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=47968 CPUtime=3142.14
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11305 0 0 0 314195 19 0 0 25 0 1 0 5229609 49119232 11283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 11992 11283 75 150 0 11839 0
Current children cumulated CPU time (s) 3143.33
Current children cumulated vsize (KiB) 66924

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076888/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=47968 CPUtime=3201.82
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11311 0 0 0 320163 19 0 0 25 0 1 0 5229609 49119232 11289 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 11992 11289 75 150 0 11839 0
Current children cumulated CPU time (s) 3203.01
Current children cumulated vsize (KiB) 66924

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076696/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=48132 CPUtime=3261.52
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11350 0 0 0 326132 20 0 0 25 0 1 0 5229609 49287168 11328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12033 11328 75 150 0 11880 0
Current children cumulated CPU time (s) 3262.71
Current children cumulated vsize (KiB) 67088

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076184/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=48528 CPUtime=3321.2
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11477 0 0 0 332100 20 0 0 25 0 1 0 5229609 49692672 11455 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12132 11455 75 150 0 11979 0
Current children cumulated CPU time (s) 3322.39
Current children cumulated vsize (KiB) 67484

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1076184/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=48528 CPUtime=3380.89
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11477 0 0 0 338069 20 0 0 25 0 1 0 5229609 49692672 11455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12132 11455 75 150 0 11979 0
Current children cumulated CPU time (s) 3382.08
Current children cumulated vsize (KiB) 67484

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1075800/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=48772 CPUtime=3440.57
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11527 0 0 0 344037 20 0 0 25 0 1 0 5229609 49942528 11505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12193 11505 75 150 0 12040 0
Current children cumulated CPU time (s) 3441.76
Current children cumulated vsize (KiB) 67728

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1075672/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=49088 CPUtime=3500.26
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11565 0 0 0 350006 20 0 0 25 0 1 0 5229609 50266112 11543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12272 11543 75 150 0 12119 0
Current children cumulated CPU time (s) 3501.45
Current children cumulated vsize (KiB) 68044

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1074520/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=50144 CPUtime=3559.95
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11846 0 0 0 355974 21 0 0 25 0 1 0 5229609 51347456 11824 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12536 11824 75 150 0 12383 0
Current children cumulated CPU time (s) 3561.14
Current children cumulated vsize (KiB) 69100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.41 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 7485
/proc/meminfo: memFree=1074456/2055920 swapFree=4192956/4192956
[pid=7352] ppid=7350 vsize=13600 CPUtime=1.19
/proc/7352/stat : 7352 (sugar) S 7350 7352 6531 0 -1 4194304 1059 11059 0 2 4 1 106 8 16 0 1 0 5229484 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7352/statm: 3400 807 374 3 0 500 0
[pid=7375] ppid=7352 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (sh) S 7352 7352 6531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5229609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7375/statm: 1339 232 193 169 0 50 0
[pid=7376] ppid=7375 vsize=50308 CPUtime=3598.86
/proc/7376/stat : 7376 (minisat) R 7375 7352 6531 0 -1 4194304 11874 0 0 0 359865 21 0 0 25 0 1 0 5229609 51515392 11852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 12577 11852 75 150 0 12424 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 69264

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0

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

Real time (s): 3621.42
CPU time (s): 3600.05
CPU user time (s): 3599.75
CPU system time (s): 0.3
CPU usage (%): 99.4099
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.11083
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12465
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= 1446
involuntary context switches= 1296

runsolver used 3.54146 second user time and 10.4394 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-23 04:49:52
IDJOB=1128260
IDBENCH=65048
IDSOLVER=368
FILE ID=node28/1128260-1216781392
PBS_JOBID= 7974192
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-70/normalized-kbtree-9-7-3-5-70-50_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-1128260-1216781392/watcher-1128260-1216781392 -o /tmp/evaluation-result-1128260-1216781392/solver-1128260-1216781392 -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-1128260-1216781392.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ae85192a02c0420abee1976c693e00d
RANDOM SEED=2074896272

node28.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.274
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.274
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:       1074760 kB
Buffers:         39788 kB
Cached:         787840 kB
SwapCached:          0 kB
Active:         224308 kB
Inactive:       680568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1074760 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          88456 kB
Slab:            61404 kB
Committed_AS:   142080 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node28 at 2008-07-23 05:50:13