Trace number 1128404

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.02 3616.32

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-90/
normalized-kbtree-9-2-3-5-90-29_ext.xml
MD5SUM0c73c2731769a79dcb66efa93e887f44
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints196
Best CPU time to get the best result obtained on this benchmark766.222
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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 05:33:54 2008
0.00/0.04	c 0	PID 11124
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128404-1216784034.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128404-1216784034.xml' 'HOME/temp.csp'
0.03/0.55	c 1	1 domains, 58 variables, 0 predicates, 292 relations, 309 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.54/0.65	c 1	Parsing HOME/temp.csp
0.54/0.81	c 1	parsed 660 expressions
0.54/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.82	c 1	MAX CSP: 309 constraints
0.54/0.82	c 1	Converting to clausal form CSP
0.54/0.84	c 1	converted 98 (10%) expressions
0.54/0.84	c 1	converted 195 (20%) expressions
0.54/0.84	c 1	converted 292 (30%) expressions
0.54/0.86	c 1	converted 389 (40%) expressions
0.54/0.86	c 1	converted 486 (50%) expressions
0.54/0.87	c 1	converted 584 (60%) expressions
0.54/0.89	c 1	converted 681 (70%) expressions
0.54/0.89	c 1	converted 778 (80%) expressions
0.54/0.90	c 1	converted 875 (90%) expressions
0.94/1.06	c 1	converted 972 (100%) expressions
0.94/1.06	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.94/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.06	c 1	Propagation in CSP
0.94/1.09	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.09	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.10	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.05/1.15	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.05/1.15	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.05/1.16	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.05/1.16	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.05/1.19	c 1	93 (10%) CSP clauses are encoded (5167 clauses, 66245 bytes)
1.14/1.21	c 1	186 (20%) CSP clauses are encoded (5700 clauses, 73938 bytes)
1.14/1.22	c 1	278 (30%) CSP clauses are encoded (6245 clauses, 82614 bytes)
1.14/1.24	c 1	371 (40%) CSP clauses are encoded (7152 clauses, 95541 bytes)
1.14/1.25	c 1	463 (50%) CSP clauses are encoded (13414 clauses, 205755 bytes)
1.14/1.26	c 1	556 (60%) CSP clauses are encoded (15437 clauses, 240361 bytes)
1.14/1.29	c 1	649 (70%) CSP clauses are encoded (32788 clauses, 556096 bytes)
1.23/1.34	c 1	741 (80%) CSP clauses are encoded (49442 clauses, 842030 bytes)
1.34/1.41	c 2	834 (90%) CSP clauses are encoded (85901 clauses, 1506978 bytes)
1.34/1.49	c 2	926 (100%) CSP clauses are encoded (134489 clauses, 2396883 bytes)
1.34/1.49	c 2	926 CSP clauses encoded
1.34/1.49	c 2	Writing map file : HOME/temp.map
1.43/1.51	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.51	c 2	SAT : 5288 SAT variables, 134489 SAT clauses, 2396883 bytes
1.43/1.51	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.52	c 2	OBJECTIVE minimize _COST
1.43/1.52	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.43/1.52	c 2	SEARCHING: _COST <= 155
1.43/1.52	c 2	SOLVING HOME/temp.cnf
1.43/1.52	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.52	c 2	This is MiniSat 2.0 beta
1.43/1.52	c 2	WARNING: for repeatability, setting FPU to use double precision
1.43/1.52	c 2	============================[ Problem Statistics ]=============================
1.43/1.52	c 2	|                                                                             |
1.43/1.52	c 2	|  Number of variables:  5288                                                 |
1.43/1.52	c 2	|  Number of clauses:    134490                                               |
1.43/1.59	c 2	|  Parsing time:         0.06         s                                       |
1.47/1.61	c 2	============================[ Search Statistics ]==============================
1.47/1.61	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.47/1.61	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.47/1.61	c 2	===============================================================================
1.47/1.61	c 2	|         0 |    3902    87101   251453 |    29033        0    nan |  0.000 % |
1.47/1.68	c 2	|       100 |    3900    87101   251453 |    31937       99     18 | 26.399 % |
1.47/1.70	c 2	|       254 |    3900    87101   251453 |    35130      253     20 | 26.401 % |
1.47/1.73	c 2	|       479 |    3900    87101   251453 |    38643      478     19 | 26.400 % |
1.47/1.80	c 2	|       816 |    3872    86309   249188 |    42508      813     17 | 26.778 % |
1.47/1.85	c 2	|      1323 |    3872    86309   249188 |    46759     1318     16 | 27.289 % |
1.47/1.96	c 2	|      2083 |    3872    86309   249188 |    51434     2077     16 | 27.553 % |
2.04/2.17	c 2	|      3224 |    3831    85065   245600 |    56578     3217     18 | 27.553 % |
2.33/2.41	c 3	|      4933 |    3831    85065   245600 |    62236     4926     18 | 27.555 % |
2.63/2.77	c 3	|      7495 |    3831    85065   245600 |    68459     7488     20 | 27.554 % |
3.33/3.40	c 4	|     11340 |    3831    85065   245600 |    75305    11333     21 | 27.553 % |
4.42/4.57	c 5	|     17106 |    3831    85065   245600 |    82836    17099     23 | 27.553 % |
6.61/6.78	c 7	|     25757 |    3831    85065   245600 |    91120    25750     23 | 27.553 % |
10.59/10.72	c 11	|     38731 |    3818    84703   244559 |   100232    38723     25 | 27.801 % |
18.84/19.08	c 19	|     58192 |    3803    84196   243088 |   110255    58180     23 | 28.083 % |
31.09/31.32	c 31	|     87384 |    3803    84196   243088 |   121280    87372     21 | 28.083 % |
63.23/63.67	c 64	|    131174 |    3803    84196   243088 |   133408    21027     40 | 28.083 % |
99.65/100.21	c 100	|    196858 |    3803    84196   243088 |   146749    86711     31 | 28.083 % |
168.22/169.20	c 169	|    295384 |    3803    84196   243088 |   161424    51292     33 | 28.083 % |
276.88/278.39	c 279	|    443174 |    3765    82767   238924 |   177567    51569     28 | 28.801 % |
470.13/472.56	c 473	|    664858 |    3752    82397   237859 |   195323   110589     44 | 29.047 % |
859.03/863.36	c 863	|    997385 |    3752    82397   237859 |   214856    82604     33 | 29.048 % |
1588.53/1596.47	c 1597	|   1496175 |    3752    82397   237859 |   236342   188522     36 | 29.047 % |
2736.78/2750.40	c 2751	|   2244360 |    3752    82397   237859 |   259976    51184     25 | 29.047 % |
3600.02/3616.31	c ERROR INTERRUPTED
3600.02/3616.32	s UNKNOWN
3600.02/3616.32	c 3616	CPU 1.35 (0.04 0.01 1.31 0.11)
3600.02/3616.32	c 3616	END Wed Jul 23 06:34:10 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-1128404-1216784034/watcher-1128404-1216784034 -o /tmp/evaluation-result-1128404-1216784034/solver-1128404-1216784034 -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-1128404-1216784034.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.60 2.69 2.63 4/74 11124
/proc/meminfo: memFree=1170072/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=12268 CPUtime=0
/proc/11124/stat : 11124 (sugar) R 11122 11124 10095 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5490873 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217051474480 0 0 4224 0 0 0 0 17 1 0 0
/proc/11124/statm: 3067 316 241 3 0 167 0

[startup+0.0501569 s]
/proc/loadavg: 2.60 2.69 2.63 4/74 11124
/proc/meminfo: memFree=1170072/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13600 CPUtime=0.03
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5490873 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10104 s]
/proc/loadavg: 2.60 2.69 2.63 4/74 11124
/proc/meminfo: memFree=1170072/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13600 CPUtime=0.03
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5490873 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301689 s]
/proc/loadavg: 2.60 2.69 2.63 4/74 11124
/proc/meminfo: memFree=1170072/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13600 CPUtime=0.03
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5490873 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701765 s]
/proc/loadavg: 2.60 2.69 2.63 4/74 11124
/proc/meminfo: memFree=1170072/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13600 CPUtime=0.54
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 974 4616 0 1 3 0 47 4 16 0 1 0 5490873 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 2.63 2.70 2.63 4/85 11146
/proc/meminfo: memFree=1157824/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13600 CPUtime=0.54
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 974 4616 0 1 3 0 47 4 15 0 1 0 5490873 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3400 797 370 3 0 500 0
[pid=11137] ppid=11124 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (sh) S 11124 11124 10095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5490931 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11137/statm: 1339 233 193 169 0 50 0
[pid=11138] ppid=11137 vsize=868352 CPUtime=0.89
/proc/11138/stat : 11138 (java) S 11137 11124 10095 0 -1 0 6474 0 1 0 83 6 0 0 18 0 9 0 5490931 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11138/statm: 217088 5621 2565 9 0 211635 0
[pid=11138/tid=11139] ppid=11137 vsize=868352 CPUtime=0.56
/proc/11138/task/11139/stat : 11139 (java) R 11137 11124 10095 0 -1 64 2786 0 1 0 53 3 0 0 21 0 9 0 5490932 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4125960439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11140] ppid=11137 vsize=868352 CPUtime=0.07
/proc/11138/task/11140/stat : 11140 (java) S 11137 11124 10095 0 -1 64 1506 0 0 0 6 1 0 0 16 0 9 0 5490933 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11141] ppid=11137 vsize=868352 CPUtime=0
/proc/11138/task/11141/stat : 11141 (java) S 11137 11124 10095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5490933 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11142] ppid=11137 vsize=868352 CPUtime=0
/proc/11138/task/11142/stat : 11142 (java) S 11137 11124 10095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5490933 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11143] ppid=11137 vsize=868352 CPUtime=0
/proc/11138/task/11143/stat : 11143 (java) S 11137 11124 10095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5490935 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11144] ppid=11137 vsize=868352 CPUtime=0.24
/proc/11138/task/11144/stat : 11144 (java) S 11137 11124 10095 0 -1 64 1489 0 0 0 23 1 0 0 16 0 9 0 5490935 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11145] ppid=11137 vsize=868352 CPUtime=0
/proc/11138/task/11145/stat : 11145 (java) S 11137 11124 10095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5490935 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11138/tid=11146] ppid=11137 vsize=868352 CPUtime=0
/proc/11138/task/11146/stat : 11146 (java) S 11137 11124 10095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5490935 889192448 5621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887308

[startup+3.10223 s]
/proc/loadavg: 2.63 2.70 2.63 3/77 11148
/proc/meminfo: memFree=1158720/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 15 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=7536 CPUtime=1.56
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 1800 0 0 0 155 1 0 0 25 0 1 0 5491026 7716864 1786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 1884 1786 76 150 0 1731 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 26620

[startup+6.30184 s]
/proc/loadavg: 2.63 2.70 2.63 3/77 11148
/proc/meminfo: memFree=1156864/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=9556 CPUtime=4.74
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 2286 0 0 0 473 1 0 0 25 0 1 0 5491026 9785344 2272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 2389 2272 76 150 0 2236 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 28640

[startup+12.7021 s]
/proc/loadavg: 2.53 2.67 2.62 3/77 11148
/proc/meminfo: memFree=1153856/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=12348 CPUtime=11.11
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 2961 0 0 0 1109 2 0 0 25 0 1 0 5491026 12644352 2947 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 3087 2947 76 150 0 2934 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 31432

[startup+25.5015 s]
/proc/loadavg: 2.45 2.65 2.62 3/77 11148
/proc/meminfo: memFree=1150208/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=15792 CPUtime=23.85
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 3826 0 0 0 2382 3 0 0 25 0 1 0 5491026 16171008 3812 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 3948 3812 76 150 0 3795 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 34876

[startup+51.1014 s]
/proc/loadavg: 2.29 2.60 2.60 3/77 11148
/proc/meminfo: memFree=1142912/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=22200 CPUtime=49.32
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 5415 0 0 0 4928 4 0 0 25 0 1 0 5491026 22732800 5401 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 5550 5401 76 150 0 5397 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 41284

[startup+102.306 s]
/proc/loadavg: 2.12 2.49 2.56 3/77 11148
/proc/meminfo: memFree=1140032/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=24812 CPUtime=100.27
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 6056 0 0 0 10022 5 0 0 25 0 1 0 5491026 25407488 6042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 6203 6042 76 150 0 6050 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 43896

[startup+162.302 s]
/proc/loadavg: 2.04 2.40 2.52 3/77 11148
/proc/meminfo: memFree=1129088/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=33448 CPUtime=159.98
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 8155 0 0 0 15991 7 0 0 25 0 1 0 5491026 34250752 8141 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 8362 8141 76 150 0 8209 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 52532

[startup+222.302 s]
/proc/loadavg: 2.01 2.33 2.49 3/77 11148
/proc/meminfo: memFree=1128704/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1065792/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=80616 CPUtime=3145.3
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 19586 0 0 0 314513 17 0 0 25 0 1 0 5491026 82550784 19539 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 20154 19539 76 150 0 20001 0
Current children cumulated CPU time (s) 3146.77
Current children cumulated vsize (KiB) 99700

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 11156
/proc/meminfo: memFree=1064896/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=81480 CPUtime=3205.01
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 19769 0 0 0 320483 18 0 0 25 0 1 0 5491026 83435520 19722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11148/statm: 20370 19722 76 150 0 20217 0
Current children cumulated CPU time (s) 3206.48
Current children cumulated vsize (KiB) 100564

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11192
/proc/meminfo: memFree=1094224/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=81600 CPUtime=3264.71
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 19787 0 0 0 326453 18 0 0 25 0 1 0 5491026 83558400 19740 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 20400 19740 76 150 0 20247 0
Current children cumulated CPU time (s) 3266.18
Current children cumulated vsize (KiB) 100684

[startup+3342.3 s]
/proc/loadavg: 2.26 2.06 2.02 3/83 11192
/proc/meminfo: memFree=1036048/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=82468 CPUtime=3324.68
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 19957 0 0 0 332449 19 0 0 25 0 1 0 5491026 84447232 19910 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 20617 19910 76 150 0 20464 0
Current children cumulated CPU time (s) 3326.15
Current children cumulated vsize (KiB) 101552

[startup+3402.31 s]
/proc/loadavg: 2.36 2.12 2.04 3/83 11192
/proc/meminfo: memFree=1029008/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=87392 CPUtime=3384.66
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 21167 0 0 0 338446 20 0 0 25 0 1 0 5491026 89489408 21120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 21848 21120 76 150 0 21695 0
Current children cumulated CPU time (s) 3386.13
Current children cumulated vsize (KiB) 106476

[startup+3462.3 s]
/proc/loadavg: 2.54 2.22 2.08 3/83 11192
/proc/meminfo: memFree=1024400/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=91944 CPUtime=3444.62
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 22294 0 0 0 344441 21 0 0 25 0 1 0 5491026 94150656 22247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 22986 22247 76 150 0 22833 0
Current children cumulated CPU time (s) 3446.09
Current children cumulated vsize (KiB) 111028

[startup+3522.3 s]
/proc/loadavg: 2.68 2.31 2.12 3/83 11192
/proc/meminfo: memFree=1024208/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=92076 CPUtime=3504.59
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 22313 0 0 0 350438 21 0 0 25 0 1 0 5491026 94285824 22266 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 23019 22266 76 150 0 22866 0
Current children cumulated CPU time (s) 3506.06
Current children cumulated vsize (KiB) 111160

[startup+3582.3 s]
/proc/loadavg: 2.69 2.38 2.15 3/83 11192
/proc/meminfo: memFree=1024080/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=92240 CPUtime=3564.56
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 22346 0 0 0 356435 21 0 0 25 0 1 0 5491026 94453760 22299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 23060 22299 76 150 0 22907 0
Current children cumulated CPU time (s) 3566.03
Current children cumulated vsize (KiB) 111324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.3 s]
/proc/loadavg: 2.56 2.38 2.16 3/83 11192
/proc/meminfo: memFree=1024080/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=92240 CPUtime=3598.55
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 22350 0 0 0 359834 21 0 0 25 0 1 0 5491026 94453760 22303 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 23060 22303 76 150 0 22907 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 111324

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

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

[startup+3616.3 s]
/proc/loadavg: 2.56 2.38 2.16 3/83 11192
/proc/meminfo: memFree=1024080/2055920 swapFree=4192956/4192956
[pid=11124] ppid=11122 vsize=13728 CPUtime=1.47
/proc/11124/stat : 11124 (sugar) S 11122 11124 10095 0 -1 4194304 1063 11388 0 2 4 1 131 11 16 0 1 0 5490873 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11124/statm: 3432 811 374 3 0 532 0
[pid=11147] ppid=11124 vsize=5356 CPUtime=0
/proc/11147/stat : 11147 (sh) S 11124 11124 10095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5491025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11147/statm: 1339 232 193 169 0 50 0
[pid=11148] ppid=11147 vsize=92240 CPUtime=3598.55
/proc/11148/stat : 11148 (minisat) R 11147 11124 10095 0 -1 4194304 22350 0 0 0 359834 21 0 0 25 0 1 0 5491026 94453760 22303 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/11148/statm: 23060 22303 76 150 0 22907 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 111324

Child status: 0

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

Real time (s): 3616.32
CPU time (s): 3600.02
CPU user time (s): 3599.69
CPU system time (s): 0.33
CPU usage (%): 99.5492
Max. virtual memory (cumulated for all children) (KiB): 887308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.35979
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12796
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= 1935
involuntary context switches= 1789

runsolver used 3.85541 second user time and 12.5691 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-23 05:33:54
IDJOB=1128404
IDBENCH=65350
IDSOLVER=368
FILE ID=node59/1128404-1216784034
PBS_JOBID= 7974161
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-90/normalized-kbtree-9-2-3-5-90-29_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-1128404-1216784034/watcher-1128404-1216784034 -o /tmp/evaluation-result-1128404-1216784034/solver-1128404-1216784034 -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-1128404-1216784034.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c73c2731769a79dcb66efa93e887f44
RANDOM SEED=853058834

node59.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.272
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.272
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:       1170552 kB
Buffers:         38628 kB
Cached:         730996 kB
SwapCached:          0 kB
Active:         455076 kB
Inactive:       353768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          50328 kB
Slab:            61652 kB
Committed_AS:   119112 kB
PageTables:       2008 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= 66556 MiB
End job on node59 at 2008-07-23 06:34:12