Trace number 1127940

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.09 3624.82

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-90/
normalized-kbtree-5-2-4-5-90-08_ext.xml
MD5SUM0a67c545ab53d0227814e4887a036608
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints119
Best CPU time to get the best result obtained on this benchmark5.9311
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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 03:56:00 2008
0.00/0.05	c 0	PID 5896
0.00/0.05	c 0	HOST node87.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127940-1216778160.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-1127940-1216778160.xml' 'HOME/temp.csp'
0.03/0.38	c 1	1 domains, 62 variables, 0 predicates, 198 relations, 211 constraints
0.03/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.44	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.38/0.74	c 1	Parsing HOME/temp.csp
0.38/0.85	c 1	parsed 472 expressions
0.38/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.86	c 1	MAX CSP: 211 constraints
0.38/0.86	c 1	Converting to clausal form CSP
0.38/0.88	c 1	converted 69 (10%) expressions
0.38/0.88	c 1	converted 138 (20%) expressions
0.38/0.88	c 1	converted 206 (30%) expressions
0.38/0.89	c 1	converted 275 (40%) expressions
0.38/0.90	c 1	converted 343 (50%) expressions
0.38/0.91	c 1	converted 412 (60%) expressions
0.38/0.92	c 1	converted 481 (70%) expressions
0.38/0.92	c 1	converted 549 (80%) expressions
0.38/0.92	c 1	converted 618 (90%) expressions
0.69/1.06	c 1	converted 686 (100%) expressions
0.69/1.06	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.69/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.69/1.06	c 1	Propagation in CSP
0.69/1.08	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.69/1.08	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.69/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.69/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.69/1.09	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.69/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.80/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.80/1.12	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.80/1.12	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.80/1.12	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.80/1.12	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.80/1.13	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.80/1.13	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.80/1.13	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.80/1.13	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.80/1.13	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.80/1.14	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.80/1.16	c 1	64 (10%) CSP clauses are encoded (3266 clauses, 41209 bytes)
0.80/1.18	c 1	127 (20%) CSP clauses are encoded (3619 clauses, 46395 bytes)
0.80/1.19	c 1	190 (30%) CSP clauses are encoded (3980 clauses, 52119 bytes)
0.80/1.20	c 1	253 (40%) CSP clauses are encoded (4485 clauses, 59262 bytes)
0.88/1.21	c 1	316 (50%) CSP clauses are encoded (7470 clauses, 103469 bytes)
0.88/1.21	c 1	380 (60%) CSP clauses are encoded (8514 clauses, 120682 bytes)
0.88/1.23	c 1	443 (70%) CSP clauses are encoded (16793 clauses, 264732 bytes)
0.88/1.24	c 1	506 (80%) CSP clauses are encoded (17922 clauses, 283744 bytes)
0.88/1.25	c 1	569 (90%) CSP clauses are encoded (27369 clauses, 445875 bytes)
0.99/1.32	c 2	632 (100%) CSP clauses are encoded (65051 clauses, 1133060 bytes)
0.99/1.32	c 2	632 CSP clauses encoded
0.99/1.32	c 2	Writing map file : HOME/temp.map
0.99/1.33	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.33	c 2	SAT : 3374 SAT variables, 65051 SAT clauses, 1133060 bytes
0.99/1.33	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.37	c 2	OBJECTIVE minimize _COST
0.99/1.37	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
0.99/1.37	c 2	SEARCHING: _COST <= 106
0.99/1.37	c 2	SOLVING HOME/temp.cnf
0.99/1.37	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.99/1.38	c 2	This is MiniSat 2.0 beta
0.99/1.38	c 2	WARNING: for repeatability, setting FPU to use double precision
0.99/1.38	c 2	============================[ Problem Statistics ]=============================
0.99/1.38	c 2	|                                                                             |
0.99/1.40	c 2	|  Number of variables:  3374                                                 |
0.99/1.40	c 2	|  Number of clauses:    65052                                                |
1.05/1.43	c 2	|  Parsing time:         0.03         s                                       |
1.05/1.43	c 2	============================[ Search Statistics ]==============================
1.05/1.43	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/1.44	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/1.44	c 2	===============================================================================
1.05/1.44	c 2	|         0 |    2534    42497   121357 |    14165        0    nan |  0.000 % |
1.05/1.45	c 2	|       100 |    2531    42497   121357 |    15582       99      9 | 25.193 % |
1.05/1.47	c 2	|       252 |    2531    42497   121357 |    17140      251     14 | 25.193 % |
1.05/1.48	c 2	|       478 |    2531    42497   121357 |    18854      477     14 | 25.194 % |
1.05/1.51	c 2	|       815 |    2500    41749   119236 |    20739      809     16 | 25.905 % |
1.05/1.55	c 2	|      1321 |    2500    41749   119236 |    22813     1315     17 | 25.905 % |
1.05/1.62	c 2	|      2080 |    2500    41749   119236 |    25095     2074     20 | 25.904 % |
1.05/1.73	c 2	|      3222 |    2500    41749   119236 |    27604     3216     21 | 25.904 % |
1.05/1.90	c 2	|      4933 |    2500    41749   119236 |    30365     4927     22 | 25.905 % |
1.73/2.15	c 2	|      7495 |    2486    41422   118304 |    33401     7485     22 | 26.320 % |
2.13/2.54	c 3	|     11339 |    2475    41095   117359 |    36742    11327     22 | 27.001 % |
2.93/3.33	c 4	|     17105 |    2439    40137   114607 |    40416    17090     22 | 27.712 % |
4.31/4.75	c 5	|     25755 |    2439    40137   114607 |    44457    25740     23 | 27.712 % |
6.99/7.47	c 8	|     38729 |    2426    39754   113501 |    48903    38708     25 | 28.097 % |
12.54/13.04	c 13	|     58191 |    2426    39754   113501 |    53794    19757     23 | 28.098 % |
21.07/21.69	c 22	|     87386 |    2426    39754   113501 |    59173    48952     28 | 28.098 % |
38.71/39.42	c 40	|    131175 |    2426    39754   113501 |    65090    45661     27 | 28.098 % |
69.25/70.23	c 70	|    196859 |    2426    39754   113501 |    71599    59701     18 | 28.100 % |
116.44/117.84	c 118	|    295385 |    2414    39483   112729 |    78759    39287     31 | 28.453 % |
192.38/194.41	c 195	|    443176 |    2414    39483   112729 |    86635    56882     26 | 28.453 % |
315.41/318.51	c 319	|    664860 |    2414    39483   112729 |    95299    61769     26 | 28.453 % |
508.88/516.87	c 517	|    997389 |    2414    39483   112729 |   104829    69836     30 | 28.453 % |
872.16/883.30	c 883	|   1496179 |    2414    39483   112729 |   115312    32372     27 | 28.454 % |
1422.11/1437.93	c 1438	|   2244362 |    2414    39483   112729 |   126843    81340     28 | 28.453 % |
2346.24/2370.10	c 2370	|   3366637 |    2402    39152   111776 |   139528    87241     34 | 28.809 % |
3600.09/3624.81	c ERROR unknown output  in HOME/temp.out
3600.09/3624.81	s UNKNOWN
3600.09/3624.81	c 3625	CPU 0.94 (0.03 0.01 0.91 0.1)
3600.09/3624.81	c 3625	END Wed Jul 23 04:56:25 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-1127940-1216778160/watcher-1127940-1216778160 -o /tmp/evaluation-result-1127940-1216778160/solver-1127940-1216778160 -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-1127940-1216778160.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.83 2.74 2.54 5/81 5896
/proc/meminfo: memFree=1531160/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=12268 CPUtime=0
/proc/5896/stat : 5896 (sugar) R 5894 5896 5743 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4900700 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 254613879397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5896/statm: 3067 316 241 3 0 167 0

[startup+0.0937261 s]
/proc/loadavg: 2.83 2.74 2.54 5/81 5896
/proc/meminfo: memFree=1531160/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=0.03
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 4900700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101725 s]
/proc/loadavg: 2.83 2.74 2.54 5/81 5896
/proc/meminfo: memFree=1531160/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=0.03
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 4900700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301768 s]
/proc/loadavg: 2.83 2.74 2.54 5/81 5896
/proc/meminfo: memFree=1531160/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=0.03
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 4900700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701844 s]
/proc/loadavg: 2.83 2.74 2.54 5/81 5896
/proc/meminfo: memFree=1531160/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=0.38
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 957 4401 0 1 2 1 32 3 16 0 1 0 4900700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5896/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 2.83 2.74 2.54 4/92 5918
/proc/meminfo: memFree=1522048/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10231 s]
/proc/loadavg: 2.83 2.74 2.54 4/84 5920
/proc/meminfo: memFree=1523776/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 15 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=6164 CPUtime=1.68
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 1415 0 0 0 167 1 0 0 25 0 1 0 4900838 6311936 1401 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 1541 1401 75 150 0 1388 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 25120

[startup+6.30196 s]
/proc/loadavg: 2.84 2.74 2.55 4/84 5920
/proc/meminfo: memFree=1520896/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=8760 CPUtime=4.85
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 2072 0 0 0 483 2 0 0 25 0 1 0 4900838 8970240 2058 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 2190 2058 75 150 0 2037 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 27716

[startup+12.7022 s]
/proc/loadavg: 2.78 2.73 2.54 3/84 5920
/proc/meminfo: memFree=1517504/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=11088 CPUtime=11.19
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 2659 0 0 0 1117 2 0 0 25 0 1 0 4900838 11354112 2645 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 2772 2645 75 150 0 2619 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 30044

[startup+25.5016 s]
/proc/loadavg: 2.76 2.72 2.54 3/84 5920
/proc/meminfo: memFree=1515464/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=13348 CPUtime=23.88
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 3229 0 0 0 2385 3 0 0 25 0 1 0 4900838 13668352 3215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 3337 3215 75 150 0 3184 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 32304

[startup+51.1015 s]
/proc/loadavg: 2.76 2.73 2.55 3/84 5920
/proc/meminfo: memFree=1514120/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=14852 CPUtime=49.26
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 3565 0 0 0 4922 4 0 0 25 0 1 0 4900838 15208448 3551 996147200 134512640 135127466 4294956256 18446744073709551615 134523553 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 3713 3551 75 150 0 3560 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 33808

[startup+102.306 s]
/proc/loadavg: 2.72 2.72 2.55 3/84 5920
/proc/meminfo: memFree=1510088/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=18912 CPUtime=100.02
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 4550 0 0 0 9997 5 0 0 25 0 1 0 4900838 19365888 4536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 4728 4536 75 150 0 4575 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 37868

[startup+162.302 s]
/proc/loadavg: 2.68 2.71 2.56 4/84 5920
/proc/meminfo: memFree=1508168/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=20772 CPUtime=159.51
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 4987 0 0 0 15946 5 0 0 25 0 1 0 4900838 21270528 4973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 5193 4973 75 150 0 5040 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 39728

[startup+222.301 s]
/proc/loadavg: 2.64 2.68 2.55 4/84 5920
/proc/meminfo: memFree=1506440/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=22396 CPUtime=219
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 5429 0 0 0 21894 6 0 0 25 0 1 0 4900838 22933504 5415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 5599 5415 75 150 0 5446 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 41352

[startup+282.303 s]
/proc/loadavg: 2.77 2.71 2.56 4/84 5920
/proc/meminfo: memFree=1504392/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=24456 CPUtime=278.48
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 5909 0 0 0 27842 6 0 0 25 0 1 0 4900838 25042944 5895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5920/statm: 6114 5895 75 150 0 5961 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 43412


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

/proc/meminfo: memFree=1552400/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=55200 CPUtime=3076.8
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13000 0 0 0 307655 25 0 0 25 0 1 0 4900838 56524800 12978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 13800 12978 75 150 0 13647 0
Current children cumulated CPU time (s) 3077.85
Current children cumulated vsize (KiB) 74156

[startup+3162.3 s]
/proc/loadavg: 1.00 1.11 1.67 2/68 6448
/proc/meminfo: memFree=1552144/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=55444 CPUtime=3136.78
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13044 0 0 0 313653 25 0 0 25 0 1 0 4900838 56774656 13022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 13861 13022 75 150 0 13708 0
Current children cumulated CPU time (s) 3137.83
Current children cumulated vsize (KiB) 74400

[startup+3222.3 s]
/proc/loadavg: 1.00 1.09 1.62 2/68 6448
/proc/meminfo: memFree=1552144/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=55608 CPUtime=3196.74
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13086 0 0 0 319649 25 0 0 25 0 1 0 4900838 56942592 13064 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 13902 13064 75 150 0 13749 0
Current children cumulated CPU time (s) 3197.79
Current children cumulated vsize (KiB) 74564

[startup+3282.3 s]
/proc/loadavg: 1.00 1.07 1.58 2/68 6448
/proc/meminfo: memFree=1551888/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=55788 CPUtime=3256.71
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13108 0 0 0 325646 25 0 0 25 0 1 0 4900838 57126912 13086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 13947 13086 75 150 0 13794 0
Current children cumulated CPU time (s) 3257.76
Current children cumulated vsize (KiB) 74744

[startup+3342.3 s]
/proc/loadavg: 1.00 1.06 1.54 2/68 6448
/proc/meminfo: memFree=1551248/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=56536 CPUtime=3316.68
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13260 0 0 0 331642 26 0 0 25 0 1 0 4900838 57892864 13238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14134 13238 75 150 0 13981 0
Current children cumulated CPU time (s) 3317.73
Current children cumulated vsize (KiB) 75492

[startup+3402.31 s]
/proc/loadavg: 1.00 1.04 1.50 2/68 6448
/proc/meminfo: memFree=1551120/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=56700 CPUtime=3376.65
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13299 0 0 0 337639 26 0 0 25 0 1 0 4900838 58060800 13277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14175 13277 75 150 0 14022 0
Current children cumulated CPU time (s) 3377.7
Current children cumulated vsize (KiB) 75656

[startup+3462.3 s]
/proc/loadavg: 1.00 1.03 1.47 2/68 6448
/proc/meminfo: memFree=1550992/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=56780 CPUtime=3436.62
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13311 0 0 0 343636 26 0 0 25 0 1 0 4900838 58142720 13289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14195 13289 75 150 0 14042 0
Current children cumulated CPU time (s) 3437.67
Current children cumulated vsize (KiB) 75736

[startup+3522.3 s]
/proc/loadavg: 1.00 1.02 1.44 2/68 6448
/proc/meminfo: memFree=1550928/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=56916 CPUtime=3496.59
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13331 0 0 0 349633 26 0 0 25 0 1 0 4900838 58281984 13309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14229 13309 75 150 0 14076 0
Current children cumulated CPU time (s) 3497.64
Current children cumulated vsize (KiB) 75872

[startup+3582.3 s]
/proc/loadavg: 1.00 1.02 1.41 2/68 6448
/proc/meminfo: memFree=1550416/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=57352 CPUtime=3556.55
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13451 0 0 0 355629 26 0 0 25 0 1 0 4900838 58728448 13429 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14338 13429 75 150 0 14185 0
Current children cumulated CPU time (s) 3557.6
Current children cumulated vsize (KiB) 76308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624.8 s]
/proc/loadavg: 1.00 1.01 1.39 2/68 6448
/proc/meminfo: memFree=1550032/2055920 swapFree=4192956/4192956
[pid=5896] ppid=5894 vsize=13600 CPUtime=1.05
/proc/5896/stat : 5896 (sugar) S 5894 5896 5743 0 -1 4194304 1060 11000 0 2 3 1 91 10 16 0 1 0 4900700 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5896/statm: 3400 808 374 3 0 500 0
[pid=5919] ppid=5896 vsize=5356 CPUtime=0
/proc/5919/stat : 5919 (sh) S 5896 5896 5743 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4900838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5919/statm: 1339 232 193 169 0 50 0
[pid=5920] ppid=5919 vsize=57832 CPUtime=3599.04
/proc/5920/stat : 5920 (minisat) R 5919 5896 5743 0 -1 4194304 13552 0 0 0 359878 26 0 0 25 0 1 0 4900838 59219968 13530 996147200 134512640 135127466 4294956256 18446744073709551615 134530796 0 0 4096 3 0 0 0 17 0 0 0
/proc/5920/statm: 14458 13530 75 150 0 14305 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 76788

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

Solver 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 5896 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=946856
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=126980
# CPU time returned by wait4() is 1.07384
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3624.82
CPU time (s): 3600.09
CPU user time (s): 3599.72
CPU system time (s): 0.37
CPU usage (%): 99.3178
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.946856
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12406
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= 1434
involuntary context switches= 1869

runsolver used 3.12652 second user time and 10.0955 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-23 03:56:00
IDJOB=1127940
IDBENCH=64375
IDSOLVER=368
FILE ID=node87/1127940-1216778160
PBS_JOBID= 7974201
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-90/normalized-kbtree-5-2-4-5-90-08_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-1127940-1216778160/watcher-1127940-1216778160 -o /tmp/evaluation-result-1127940-1216778160/solver-1127940-1216778160 -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-1127940-1216778160.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a67c545ab53d0227814e4887a036608
RANDOM SEED=1689189142

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1531896 kB
Buffers:         44016 kB
Cached:         324204 kB
SwapCached:          0 kB
Active:         275064 kB
Inactive:       182016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         109168 kB
Slab:            51840 kB
Committed_AS:   911976 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node87 at 2008-07-23 04:56:25