Trace number 1128436

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.1 3616.92

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-80/
normalized-kbtree-9-2-3-5-80-38_ext.xml
MD5SUM2f6fd7161e9346f8936af7c5f9e8a598
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints158
Best CPU time to get the best result obtained on this benchmark3600
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:41:22 2008
0.00/0.04	c 0	PID 8324
0.00/0.04	c 0	HOST node51.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128436-1216784482.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-1128436-1216784482.xml' 'HOME/temp.csp'
0.03/0.45	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 0	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.41/0.53	c 0	Parsing HOME/temp.csp
0.41/0.79	c 1	parsed 677 expressions
0.41/0.80	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.80	c 1	MAX CSP: 309 constraints
0.41/0.80	c 1	Converting to clausal form CSP
0.41/0.82	c 1	converted 99 (10%) expressions
0.41/0.82	c 1	converted 198 (20%) expressions
0.41/0.83	c 1	converted 297 (30%) expressions
0.41/0.84	c 1	converted 396 (40%) expressions
0.41/0.85	c 1	converted 495 (50%) expressions
0.41/0.86	c 1	converted 594 (60%) expressions
0.41/0.87	c 1	converted 693 (70%) expressions
0.41/0.88	c 1	converted 792 (80%) expressions
0.41/0.89	c 1	converted 891 (90%) expressions
1.05/1.13	c 1	converted 989 (100%) expressions
1.05/1.13	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.05/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	Propagation in CSP
1.05/1.16	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.16	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.05/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.16	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.05/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.20	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.21	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.21	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.21	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.21	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.14/1.21	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.14/1.22	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.14/1.22	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.14/1.22	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.14/1.22	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.14/1.26	c 1	93 (10%) CSP clauses are encoded (5219 clauses, 67493 bytes)
1.14/1.27	c 1	186 (20%) CSP clauses are encoded (5832 clauses, 76900 bytes)
1.14/1.29	c 1	278 (30%) CSP clauses are encoded (6451 clauses, 87553 bytes)
1.24/1.30	c 1	371 (40%) CSP clauses are encoded (7388 clauses, 101211 bytes)
1.24/1.31	c 1	463 (50%) CSP clauses are encoded (13650 clauses, 211425 bytes)
1.24/1.32	c 1	556 (60%) CSP clauses are encoded (15673 clauses, 246031 bytes)
1.24/1.36	c 1	649 (70%) CSP clauses are encoded (33024 clauses, 561766 bytes)
1.33/1.40	c 1	741 (80%) CSP clauses are encoded (49678 clauses, 847700 bytes)
1.33/1.47	c 1	834 (90%) CSP clauses are encoded (86137 clauses, 1512648 bytes)
1.43/1.55	c 2	926 (100%) CSP clauses are encoded (134725 clauses, 2402553 bytes)
1.43/1.55	c 2	926 CSP clauses encoded
1.43/1.55	c 2	Writing map file : HOME/temp.map
1.43/1.56	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.56	c 2	SAT : 5288 SAT variables, 134725 SAT clauses, 2402553 bytes
1.43/1.56	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 2	OBJECTIVE minimize _COST
1.50/1.60	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.50/1.60	c 2	SEARCHING: _COST <= 155
1.50/1.60	c 2	SOLVING HOME/temp.cnf
1.50/1.60	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.52/1.71	c 2	This is MiniSat 2.0 beta
1.52/1.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.52/1.71	c 2	============================[ Problem Statistics ]=============================
1.52/1.71	c 2	|                                                                             |
1.52/1.71	c 2	|  Number of variables:  5288                                                 |
1.52/1.71	c 2	|  Number of clauses:    134726                                               |
1.52/1.77	c 2	|  Parsing time:         0.05         s                                       |
1.52/1.80	c 2	============================[ Search Statistics ]==============================
1.52/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.80	c 2	===============================================================================
1.52/1.80	c 2	|         0 |    3902    87337   252715 |    29112        0    nan |  0.000 % |
1.52/1.84	c 2	|       100 |    3900    87337   252715 |    32023       99     19 | 26.418 % |
1.52/1.86	c 2	|       251 |    3900    87337   252715 |    35225      250     18 | 26.420 % |
1.52/1.89	c 2	|       478 |    3900    87337   252715 |    38748      477     20 | 26.420 % |
1.52/1.93	c 2	|       816 |    3900    87337   252715 |    42623      815     20 | 26.418 % |
1.52/1.98	c 2	|      1324 |    3900    87337   252715 |    46885     1323     19 | 26.419 % |
1.52/2.07	c 2	|      2083 |    3891    87065   251940 |    51574     2082     20 | 26.419 % |
2.00/2.20	c 2	|      3222 |    3891    87065   251940 |    56731     3221     20 | 26.419 % |
2.19/2.42	c 2	|      4930 |    3891    87065   251940 |    62404     4929     21 | 26.418 % |
2.49/2.71	c 3	|      7492 |    3891    87065   251940 |    68645     7491     23 | 26.419 % |
2.99/3.22	c 3	|     11336 |    3891    87065   251940 |    75509    11335     27 | 26.418 % |
3.88/4.19	c 4	|     17104 |    3891    87065   251940 |    83060    17103     31 | 26.418 % |
5.76/6.05	c 6	|     25753 |    3891    87065   251940 |    91366    25752     31 | 26.418 % |
10.43/10.75	c 11	|     38727 |    3891    87065   251940 |   100503    38726     33 | 26.419 % |
18.26/18.68	c 19	|     58188 |    3891    87065   251940 |   110554    58187     31 | 26.418 % |
31.55/32.06	c 32	|     87381 |    3891    87065   251940 |   121609    87380     32 | 26.419 % |
56.82/57.55	c 58	|    131170 |    3891    87065   251940 |   133770    21248     30 | 26.418 % |
90.73/91.78	c 92	|    196855 |    3891    87065   251940 |   147147    86933     41 | 26.419 % |
152.69/154.20	c 154	|    295383 |    3891    87065   251940 |   161862    49030     43 | 26.419 % |
285.84/288.55	c 289	|    443172 |    3891    87065   251940 |   178048    49920     42 | 26.418 % |
443.29/446.72	c 447	|    664857 |    3891    87065   251940 |   195853   106492     34 | 26.419 % |
882.55/887.87	c 888	|    997382 |    3891    87065   251940 |   215438    74574     49 | 26.418 % |
1613.22/1621.62	c 1622	|   1496170 |    3891    87065   251940 |   236982   169094     44 | 26.419 % |
2778.65/2792.02	c 2792	|   2244352 |    3891    87065   251940 |   260680    30002     42 | 26.418 % |
3600.10/3616.91	c ERROR INTERRUPTED
3600.10/3616.92	s UNKNOWN
3600.10/3616.92	c 3617	CPU 1.43 (0.04 0.01 1.39 0.1)
3600.10/3616.92	c 3617	END Wed Jul 23 06:41:39 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-1128436-1216784482/watcher-1128436-1216784482 -o /tmp/evaluation-result-1128436-1216784482/solver-1128436-1216784482 -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-1128436-1216784482.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.53 2.55 2.61 5/80 8324
/proc/meminfo: memFree=1258016/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=18572 CPUtime=0
/proc/8324/stat : 8324 (runsolver) R 8322 8324 7403 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 5536717 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8324/statm: 4643 292 257 25 0 2626 0

[startup+0.0741729 s]
/proc/loadavg: 2.53 2.55 2.61 5/80 8324
/proc/meminfo: memFree=1258016/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13600 CPUtime=0.03
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5536717 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102169 s]
/proc/loadavg: 2.53 2.55 2.61 5/80 8324
/proc/meminfo: memFree=1258016/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13600 CPUtime=0.03
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5536717 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301184 s]
/proc/loadavg: 2.53 2.55 2.61 5/80 8324
/proc/meminfo: memFree=1258016/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13600 CPUtime=0.03
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5536717 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70222 s]
/proc/loadavg: 2.53 2.55 2.61 5/80 8324
/proc/meminfo: memFree=1258016/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13600 CPUtime=0.41
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 974 4624 0 1 3 0 35 3 15 0 1 0 5536717 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8324/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 2.53 2.55 2.61 4/91 8346
/proc/meminfo: memFree=1248968/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13600 CPUtime=0.41
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 974 4624 0 1 3 0 35 3 15 0 1 0 5536717 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8324/statm: 3400 797 370 3 0 500 0
[pid=8337] ppid=8324 vsize=5356 CPUtime=0
/proc/8337/stat : 8337 (sh) S 8324 8324 7403 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 5536762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8337/statm: 1339 233 193 169 0 50 0
[pid=8338] ppid=8337 vsize=868372 CPUtime=1.02
/proc/8338/stat : 8338 (java) S 8337 8324 7403 0 -1 0 6489 0 1 0 97 5 0 0 18 0 9 0 5536762 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8338/statm: 217093 5656 2563 9 0 211640 0
[pid=8338/tid=8339] ppid=8337 vsize=868372 CPUtime=0.71
/proc/8338/task/8339/stat : 8339 (java) R 8337 8324 7403 0 -1 64 2764 0 1 0 69 2 0 0 21 0 9 0 5536763 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8340] ppid=8337 vsize=868372 CPUtime=0.06
/proc/8338/task/8340/stat : 8340 (java) S 8337 8324 7403 0 -1 64 1537 0 0 0 6 0 0 0 16 0 9 0 5536764 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8341] ppid=8337 vsize=868372 CPUtime=0
/proc/8338/task/8341/stat : 8341 (java) S 8337 8324 7403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5536765 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8342] ppid=8337 vsize=868372 CPUtime=0
/proc/8338/task/8342/stat : 8342 (java) S 8337 8324 7403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5536765 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8343] ppid=8337 vsize=868372 CPUtime=0
/proc/8338/task/8343/stat : 8343 (java) S 8337 8324 7403 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5536767 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8344] ppid=8337 vsize=868372 CPUtime=0.22
/proc/8338/task/8344/stat : 8344 (java) S 8337 8324 7403 0 -1 64 1495 0 0 0 21 1 0 0 16 0 9 0 5536767 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8345] ppid=8337 vsize=868372 CPUtime=0
/proc/8338/task/8345/stat : 8345 (java) S 8337 8324 7403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5536767 889212928 5656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8338/tid=8346] ppid=8337 vsize=868372 CPUtime=0
/proc/8338/task/8346/stat : 8346 (java) S 8337 8324 7403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5536767 889212928 5656 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) 887328

[startup+3.10145 s]
/proc/loadavg: 2.56 2.56 2.61 4/83 8348
/proc/meminfo: memFree=1246528/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.52
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 0 139 9 15 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=7936 CPUtime=1.37
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 1890 0 0 0 136 1 0 0 25 0 1 0 5536888 8126464 1876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 1984 1876 76 150 0 1831 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 27020

[startup+6.30174 s]
/proc/loadavg: 2.56 2.56 2.61 4/83 8348
/proc/meminfo: memFree=1243520/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=10740 CPUtime=4.54
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 2600 0 0 0 452 2 0 0 25 0 1 0 5536888 10997760 2586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 2685 2586 76 150 0 2532 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 29824

[startup+12.7013 s]
/proc/loadavg: 2.63 2.57 2.61 4/83 8348
/proc/meminfo: memFree=1240320/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=13756 CPUtime=10.88
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 3327 0 0 0 1086 2 0 0 25 0 1 0 5536888 14086144 3313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 3439 3313 76 150 0 3286 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 32840

[startup+25.5025 s]
/proc/loadavg: 2.61 2.57 2.61 4/83 8348
/proc/meminfo: memFree=1236032/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=17992 CPUtime=23.57
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 4399 0 0 0 2353 4 0 0 25 0 1 0 5536888 18423808 4385 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 4498 4385 76 150 0 4345 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 37076

[startup+51.1029 s]
/proc/loadavg: 2.61 2.57 2.61 3/83 8348
/proc/meminfo: memFree=1227712/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=26404 CPUtime=48.95
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 6483 0 0 0 4889 6 0 0 25 0 1 0 5536888 27037696 6469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 6601 6469 76 150 0 6448 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 45488

[startup+102.307 s]
/proc/loadavg: 2.75 2.61 2.62 4/83 8348
/proc/meminfo: memFree=1224064/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=29984 CPUtime=99.71
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 7355 0 0 0 9964 7 0 0 25 0 1 0 5536888 30703616 7341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 7496 7341 76 150 0 7343 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 49068

[startup+162.302 s]
/proc/loadavg: 2.72 2.62 2.62 4/83 8348
/proc/meminfo: memFree=1214976/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=39160 CPUtime=159.2
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 9604 0 0 0 15911 9 0 0 25 0 1 0 5536888 40099840 9590 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 9790 9590 76 150 0 9637 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 58244

[startup+222.303 s]
/proc/loadavg: 2.57 2.60 2.61 3/83 8348
/proc/meminfo: memFree=1214976/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1183336/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84640 CPUtime=3145.87
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20669 0 0 0 314555 32 0 0 25 0 1 0 5536888 86671360 20655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21160 20655 76 150 0 21007 0
Current children cumulated CPU time (s) 3147.4
Current children cumulated vsize (KiB) 103724

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1182888/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84640 CPUtime=3205.62
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20669 0 0 0 320529 33 0 0 25 0 1 0 5536888 86671360 20655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21160 20655 76 150 0 21007 0
Current children cumulated CPU time (s) 3207.15
Current children cumulated vsize (KiB) 103724

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1182888/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84640 CPUtime=3265.35
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20669 0 0 0 326502 33 0 0 25 0 1 0 5536888 86671360 20655 996147200 134512640 135127466 4294956256 18446744073709551615 134527978 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21160 20655 76 150 0 21007 0
Current children cumulated CPU time (s) 3266.88
Current children cumulated vsize (KiB) 103724

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1180584/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84640 CPUtime=3325.09
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20669 0 0 0 332476 33 0 0 25 0 1 0 5536888 86671360 20655 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21160 20655 76 150 0 21007 0
Current children cumulated CPU time (s) 3326.62
Current children cumulated vsize (KiB) 103724

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1180456/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84640 CPUtime=3384.86
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20669 0 0 0 338453 33 0 0 25 0 1 0 5536888 86671360 20655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21160 20655 76 150 0 21007 0
Current children cumulated CPU time (s) 3386.39
Current children cumulated vsize (KiB) 103724

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1179944/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=84884 CPUtime=3444.6
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 20723 0 0 0 344427 33 0 0 25 0 1 0 5536888 86921216 20709 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21221 20709 76 150 0 21068 0
Current children cumulated CPU time (s) 3446.13
Current children cumulated vsize (KiB) 103968

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1178472/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=86468 CPUtime=3504.36
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 21095 0 0 0 350403 33 0 0 25 0 1 0 5536888 88543232 21081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21617 21081 76 150 0 21464 0
Current children cumulated CPU time (s) 3505.89
Current children cumulated vsize (KiB) 105552

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1176040/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=87940 CPUtime=3564.12
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 21461 0 0 0 356378 34 0 0 25 0 1 0 5536888 90050560 21447 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 21985 21447 76 150 0 21832 0
Current children cumulated CPU time (s) 3565.65
Current children cumulated vsize (KiB) 107024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1175784/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=88132 CPUtime=3598.57
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 21502 0 0 0 359823 34 0 0 25 0 1 0 5536888 90247168 21488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 22033 21488 76 150 0 21880 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 107216

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

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

[startup+3616.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1175784/2055920 swapFree=4192956/4192956
[pid=8324] ppid=8322 vsize=13728 CPUtime=1.53
/proc/8324/stat : 8324 (sugar) S 8322 8324 7403 0 -1 4194304 1063 11435 0 2 4 1 139 9 16 0 1 0 5536717 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8324/statm: 3432 811 374 3 0 532 0
[pid=8347] ppid=8324 vsize=5356 CPUtime=0
/proc/8347/stat : 8347 (sh) S 8324 8324 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5536877 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8347/statm: 1339 232 193 169 0 50 0
[pid=8348] ppid=8347 vsize=88132 CPUtime=3598.57
/proc/8348/stat : 8348 (minisat) R 8347 8324 7403 0 -1 4194304 21502 0 0 0 359823 34 0 0 25 0 1 0 5536888 90247168 21488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8348/statm: 22033 21488 76 150 0 21880 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 107216

Child status: 0

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

Real time (s): 3616.92
CPU time (s): 3600.1
CPU user time (s): 3599.66
CPU system time (s): 0.44
CPU usage (%): 99.5349
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.43878
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12843
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= 1886
involuntary context switches= 1865

runsolver used 3.80942 second user time and 10.0785 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-23 05:41:22
IDJOB=1128436
IDBENCH=65421
IDSOLVER=368
FILE ID=node51/1128436-1216784482
PBS_JOBID= 7974165
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-80/normalized-kbtree-9-2-3-5-80-38_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-1128436-1216784482/watcher-1128436-1216784482 -o /tmp/evaluation-result-1128436-1216784482/solver-1128436-1216784482 -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-1128436-1216784482.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f6fd7161e9346f8936af7c5f9e8a598
RANDOM SEED=464190237

node51.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.214
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.214
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:       1258568 kB
Buffers:         30996 kB
Cached:         625748 kB
SwapCached:          0 kB
Active:         417396 kB
Inactive:       328716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         109708 kB
Slab:            36412 kB
Committed_AS:   910548 kB
PageTables:       2060 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 node51 at 2008-07-23 06:41:41