Trace number 1127980

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.03 3606.42

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-80/
normalized-kbtree-5-2-4-5-80-11_ext.xml
MD5SUMb96a1c7447393d1dedc35a400bce24cc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints90
Best CPU time to get the best result obtained on this benchmark20.6229
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.01/0.36	c 0	Sugar v1-13 + HOME/minisat
0.01/0.36	c 0	BEGIN Wed Jul 23 04:12:26 2008
0.01/0.36	c 0	PID 6914
0.01/0.36	c 0	HOST node73.alineos.net
0.01/0.36	c 0	CONVERTING HOME/instance-1127980-1216779145.xml TO HOME/temp.csp
0.01/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127980-1216779145.xml' 'HOME/temp.csp'
0.35/1.42	c 1	1 domains, 62 variables, 0 predicates, 210 relations, 211 constraints
0.35/1.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.35/1.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.37/1.55	c 1	Parsing HOME/temp.csp
0.37/1.68	c 1	parsed 484 expressions
0.37/1.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/1.69	c 1	MAX CSP: 211 constraints
0.37/1.69	c 1	Converting to clausal form CSP
0.37/1.71	c 1	converted 70 (10%) expressions
0.37/1.71	c 1	converted 140 (20%) expressions
0.37/1.71	c 1	converted 210 (30%) expressions
0.37/1.72	c 1	converted 280 (40%) expressions
0.37/1.73	c 1	converted 349 (50%) expressions
0.37/1.74	c 1	converted 419 (60%) expressions
0.37/1.74	c 1	converted 489 (70%) expressions
0.37/1.75	c 1	converted 559 (80%) expressions
0.37/1.76	c 1	converted 629 (90%) expressions
0.37/1.89	c 1	converted 698 (100%) expressions
0.37/1.89	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.37/1.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.89	c 1	Propagation in CSP
0.37/1.91	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/1.91	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.37/1.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.91	c 1	Simplifing CSP by introducing new Boolean variables
0.37/1.91	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.37/1.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.94	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.37/1.95	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.37/1.95	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.37/1.95	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.37/1.95	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.37/1.95	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.37/1.96	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.37/1.96	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.37/1.96	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.37/1.96	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.37/1.97	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.37/1.99	c 1	64 (10%) CSP clauses are encoded (3309 clauses, 42323 bytes)
0.37/2.01	c 1	127 (20%) CSP clauses are encoded (3701 clauses, 48447 bytes)
0.37/2.02	c 2	190 (30%) CSP clauses are encoded (4112 clauses, 55432 bytes)
0.37/2.03	c 2	253 (40%) CSP clauses are encoded (4636 clauses, 63055 bytes)
0.37/2.04	c 2	316 (50%) CSP clauses are encoded (7621 clauses, 107262 bytes)
0.37/2.04	c 2	380 (60%) CSP clauses are encoded (8665 clauses, 124475 bytes)
0.37/2.06	c 2	443 (70%) CSP clauses are encoded (16944 clauses, 268525 bytes)
0.37/2.06	c 2	506 (80%) CSP clauses are encoded (18073 clauses, 287537 bytes)
0.37/2.08	c 2	569 (90%) CSP clauses are encoded (27520 clauses, 449668 bytes)
0.98/2.15	c 2	632 (100%) CSP clauses are encoded (65202 clauses, 1136853 bytes)
0.98/2.15	c 2	632 CSP clauses encoded
0.98/2.15	c 2	Writing map file : HOME/temp.map
0.98/2.15	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/2.15	c 2	SAT : 3374 SAT variables, 65202 SAT clauses, 1136853 bytes
0.98/2.15	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.21	c 2	OBJECTIVE minimize _COST
1.04/2.21	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.04/2.21	c 2	SEARCHING: _COST <= 106
1.04/2.21	c 2	SOLVING HOME/temp.cnf
1.04/2.21	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.04/2.21	c 2	This is MiniSat 2.0 beta
1.04/2.21	c 2	WARNING: for repeatability, setting FPU to use double precision
1.04/2.21	c 2	============================[ Problem Statistics ]=============================
1.04/2.21	c 2	|                                                                             |
1.04/2.21	c 2	|  Number of variables:  3374                                                 |
1.04/2.21	c 2	|  Number of clauses:    65203                                                |
1.04/2.25	c 2	|  Parsing time:         0.03         s                                       |
1.04/2.26	c 2	============================[ Search Statistics ]==============================
1.04/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.04/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.04/2.26	c 2	===============================================================================
1.04/2.26	c 2	|         0 |    2534    42648   122175 |    14216        0    nan |  0.000 % |
1.04/2.28	c 2	|       100 |    2530    42648   122175 |    15637       99     17 | 25.193 % |
1.04/2.29	c 2	|       250 |    2530    42648   122175 |    17201      249     21 | 25.193 % |
1.05/2.32	c 2	|       475 |    2530    42648   122175 |    18921      474     20 | 25.193 % |
1.05/2.34	c 2	|       813 |    2530    42648   122175 |    20813      812     19 | 25.193 % |
1.05/2.38	c 2	|      1320 |    2524    42453   121627 |    22895     1319     20 | 25.193 % |
1.05/2.46	c 2	|      2079 |    2524    42453   121627 |    25184     2078     22 | 25.193 % |
1.05/2.57	c 2	|      3221 |    2524    42453   121627 |    27702     3220     24 | 25.193 % |
1.05/2.76	c 2	|      4929 |    2524    42453   121627 |    30473     4928     28 | 25.193 % |
1.05/3.03	c 3	|      7492 |    2524    42453   121627 |    33520     7491     30 | 25.193 % |
2.31/3.53	c 3	|     11337 |    2524    42453   121627 |    36872    11336     31 | 25.193 % |
3.20/4.41	c 4	|     17104 |    2524    42453   121627 |    40559    17103     32 | 25.193 % |
4.79/6.07	c 6	|     25754 |    2524    42453   121627 |    44615    25753     33 | 25.193 % |
8.15/9.49	c 9	|     38729 |    2524    42453   121627 |    49077    38728     35 | 25.193 % |
15.08/16.48	c 16	|     58190 |    2524    42453   121627 |    53985    19295     37 | 25.193 % |
24.38/25.80	c 25	|     87383 |    2524    42453   121627 |    59383    48488     32 | 25.193 % |
40.13/41.72	c 41	|    131172 |    2524    42453   121627 |    65322    43593     30 | 25.193 % |
75.76/77.77	c 77	|    196856 |    2524    42453   121627 |    71854    55585     30 | 25.193 % |
122.98/125.45	c 125	|    295382 |    2524    42453   121627 |    79039    34440     41 | 25.194 % |
194.44/197.63	c 197	|    443172 |    2524    42453   121627 |    86943    50106     29 | 25.194 % |
333.92/338.50	c 338	|    664855 |    2524    42453   121627 |    95638    55200     36 | 25.194 % |
540.00/545.21	c 545	|    997383 |    2524    42453   121627 |   105201    60653     38 | 25.193 % |
855.09/860.44	c 860	|   1496172 |    2524    42453   121627 |   115722    20462     31 | 25.193 % |
1415.87/1421.41	c 1421	|   2244354 |    2524    42453   121627 |   127294    72194     41 | 25.193 % |
2349.91/2355.80	c 2355	|   3366628 |    2524    42453   121627 |   140023    86057     44 | 25.193 % |
3600.03/3606.41	c ERROR unknown output  in HOME/temp.out
3600.03/3606.41	s UNKNOWN
3600.03/3606.41	c 3606	CPU 0.96 (0.03 0.01 0.93 0.08)
3600.03/3606.41	c 3606	END Wed Jul 23 05:12:32 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-1127980-1216779145/watcher-1127980-1216779145 -o /tmp/evaluation-result-1127980-1216779145/solver-1127980-1216779145 -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-1127980-1216779145.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.74 2.68 2.61 6/81 6914
/proc/meminfo: memFree=1295768/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=6268 CPUtime=0
/proc/6914/stat : 6914 (sugar) R 6912 6914 6285 0 -1 4194304 62 0 0 0 0 0 0 0 21 0 1 0 5000962 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 210720847241 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/6914/statm: 1567 47 36 3 0 8 0

[startup+0.0901329 s]
/proc/loadavg: 2.74 2.68 2.61 6/81 6914
/proc/meminfo: memFree=1295768/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=12412 CPUtime=0
/proc/6914/stat : 6914 (sugar) R 6912 6914 6285 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 5000962 12709888 392 996147200 4194304 4206940 548682068592 18446744073709551615 210723633765 0 0 4224 0 0 0 0 17 0 0 0
/proc/6914/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101852 s]
/proc/loadavg: 2.74 2.68 2.61 6/81 6914
/proc/meminfo: memFree=1295768/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=12412 CPUtime=0.01
/proc/6914/stat : 6914 (sugar) R 6912 6914 6285 0 -1 4194304 425 0 0 0 0 1 0 0 18 0 1 0 5000962 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 0 0 0 0 17 0 0 0
/proc/6914/statm: 3103 394 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.301877 s]
/proc/loadavg: 2.74 2.68 2.61 6/81 6914
/proc/meminfo: memFree=1295768/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=12544 CPUtime=0.01
/proc/6914/stat : 6914 (sugar) R 6912 6914 6285 0 -1 4194304 497 0 0 0 0 1 0 0 18 0 1 0 5000962 12845056 465 996147200 4194304 4206940 548682068592 18446744073709551615 210723310021 0 0 4224 0 0 0 0 17 0 0 0
/proc/6914/statm: 3136 465 294 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.701921 s]
/proc/loadavg: 2.74 2.68 2.61 6/81 6914
/proc/meminfo: memFree=1295768/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=0.03
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5000962 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.76 2.68 2.61 4/85 6919
/proc/meminfo: memFree=1292152/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=0.37
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 957 4540 0 1 2 1 31 3 17 0 1 0 5000962 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+3.1012 s]
/proc/loadavg: 2.76 2.68 2.61 3/92 6936
/proc/meminfo: memFree=1280704/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 15 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+6.30158 s]
/proc/loadavg: 2.70 2.67 2.61 3/84 6938
/proc/meminfo: memFree=1284800/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=8704 CPUtime=4.04
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 2077 0 0 0 403 1 0 0 25 0 1 0 5001184 8912896 2063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 2176 2063 76 150 0 2023 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 27660

[startup+12.7013 s]
/proc/loadavg: 2.72 2.68 2.61 4/84 6938
/proc/meminfo: memFree=1280128/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=12776 CPUtime=10.37
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 3078 0 0 0 1035 2 0 0 25 0 1 0 5001184 13082624 3064 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 3194 3064 76 150 0 3041 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 31732

[startup+25.5018 s]
/proc/loadavg: 2.70 2.67 2.61 4/84 6938
/proc/meminfo: memFree=1279040/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=13700 CPUtime=23.03
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 3293 0 0 0 2301 2 0 0 25 0 1 0 5001184 14028800 3279 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 3425 3279 76 150 0 3272 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 32656

[startup+51.1018 s]
/proc/loadavg: 2.80 2.70 2.62 3/84 6938
/proc/meminfo: memFree=1277504/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=15288 CPUtime=48.38
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 3687 0 0 0 4835 3 0 0 25 0 1 0 5001184 15654912 3673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 3822 3673 76 150 0 3669 0
Current children cumulated CPU time (s) 49.43
Current children cumulated vsize (KiB) 34244

[startup+102.307 s]
/proc/loadavg: 2.72 2.70 2.62 3/84 6938
/proc/meminfo: memFree=1273728/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=18996 CPUtime=99.06
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 4597 0 0 0 9902 4 0 0 25 0 1 0 5001184 19451904 4583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 4749 4583 76 150 0 4596 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 37952

[startup+162.302 s]
/proc/loadavg: 2.65 2.67 2.62 3/84 6938
/proc/meminfo: memFree=1269248/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=23464 CPUtime=158.45
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 5692 0 0 0 15840 5 0 0 25 0 1 0 5001184 24027136 5678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 5866 5678 76 150 0 5713 0
Current children cumulated CPU time (s) 159.5
Current children cumulated vsize (KiB) 42420

[startup+222.302 s]
/proc/loadavg: 2.49 2.62 2.60 3/84 6938
/proc/meminfo: memFree=1268928/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=23728 CPUtime=217.84
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 5794 0 0 0 21778 6 0 0 25 0 1 0 5001184 24297472 5780 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 5932 5780 76 150 0 5779 0
Current children cumulated CPU time (s) 218.89
Current children cumulated vsize (KiB) 42684

[startup+282.302 s]
/proc/loadavg: 2.59 2.63 2.61 3/84 6938
/proc/meminfo: memFree=1265536/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=27176 CPUtime=277.23
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 6633 0 0 0 27717 6 0 0 25 0 1 0 5001184 27828224 6619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6938/statm: 6794 6619 76 150 0 6641 0
Current children cumulated CPU time (s) 278.28
Current children cumulated vsize (KiB) 46132

[startup+342.302 s]
/proc/loadavg: 2.61 2.63 2.61 4/84 6938
/proc/meminfo: memFree=1265088/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0

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

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1289584/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=59404 CPUtime=3095.08
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14165 0 0 0 309471 37 0 0 25 0 1 0 5001184 60829696 14145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 14851 14145 76 150 0 14698 0
Current children cumulated CPU time (s) 3096.13
Current children cumulated vsize (KiB) 78360

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1289136/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=59884 CPUtime=3155.06
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14301 0 0 0 315469 37 0 0 25 0 1 0 5001184 61321216 14281 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 14971 14281 76 150 0 14818 0
Current children cumulated CPU time (s) 3156.11
Current children cumulated vsize (KiB) 78840

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1287928/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=60880 CPUtime=3215.03
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14558 0 0 0 321466 37 0 0 25 0 1 0 5001184 62341120 14538 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15220 14538 76 150 0 15067 0
Current children cumulated CPU time (s) 3216.08
Current children cumulated vsize (KiB) 79836

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1287672/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=61360 CPUtime=3275.01
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14635 0 0 0 327464 37 0 0 25 0 1 0 5001184 62832640 14615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15340 14615 76 150 0 15187 0
Current children cumulated CPU time (s) 3276.06
Current children cumulated vsize (KiB) 80316

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1287480/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=61360 CPUtime=3334.98
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14640 0 0 0 333461 37 0 0 25 0 1 0 5001184 62832640 14620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15340 14620 76 150 0 15187 0
Current children cumulated CPU time (s) 3336.03
Current children cumulated vsize (KiB) 80316

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1287416/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=61360 CPUtime=3394.97
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14640 0 0 0 339460 37 0 0 25 0 1 0 5001184 62832640 14620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15340 14620 76 150 0 15187 0
Current children cumulated CPU time (s) 3396.02
Current children cumulated vsize (KiB) 80316

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1287352/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=61360 CPUtime=3454.94
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14640 0 0 0 345457 37 0 0 25 0 1 0 5001184 62832640 14620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15340 14620 76 150 0 15187 0
Current children cumulated CPU time (s) 3455.99
Current children cumulated vsize (KiB) 80316

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1286840/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=61756 CPUtime=3514.92
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14747 0 0 0 351454 38 0 0 25 0 1 0 5001184 63238144 14727 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15439 14727 76 150 0 15286 0
Current children cumulated CPU time (s) 3515.97
Current children cumulated vsize (KiB) 80712

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1286712/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=62056 CPUtime=3574.89
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14816 0 0 0 357451 38 0 0 25 0 1 0 5001184 63545344 14796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15514 14796 76 150 0 15361 0
Current children cumulated CPU time (s) 3575.94
Current children cumulated vsize (KiB) 81012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 7049
/proc/meminfo: memFree=1286520/2055920 swapFree=4192956/4192956
[pid=6914] ppid=6912 vsize=13600 CPUtime=1.05
/proc/6914/stat : 6914 (sugar) S 6912 6914 6285 0 -1 4194304 1060 11156 0 2 3 1 93 8 16 0 1 0 5000962 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6914/statm: 3400 808 374 3 0 500 0
[pid=6937] ppid=6914 vsize=5356 CPUtime=0
/proc/6937/stat : 6937 (sh) S 6914 6914 6285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5001184 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6937/statm: 1339 232 193 169 0 50 0
[pid=6938] ppid=6937 vsize=62136 CPUtime=3598.98
/proc/6938/stat : 6938 (minisat) R 6937 6914 6285 0 -1 4194304 14830 0 0 0 359860 38 0 0 25 0 1 0 5001184 63627264 14810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6938/statm: 15534 14810 76 150 0 15381 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 81092

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

Child status: 0

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

Real time (s): 3606.42
CPU time (s): 3600.03
CPU user time (s): 3599.56
CPU system time (s): 0.47
CPU usage (%): 99.8229
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.977851
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12562
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= 1937
involuntary context switches= 3160

runsolver used 4.45832 second user time and 11.9622 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-23 04:12:25
IDJOB=1127980
IDBENCH=64451
IDSOLVER=368
FILE ID=node73/1127980-1216779145
PBS_JOBID= 7974208
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-80/normalized-kbtree-5-2-4-5-80-11_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-1127980-1216779145/watcher-1127980-1216779145 -o /tmp/evaluation-result-1127980-1216779145/solver-1127980-1216779145 -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-1127980-1216779145.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b96a1c7447393d1dedc35a400bce24cc
RANDOM SEED=364033798

node73.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.243
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.243
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:       1296248 kB
Buffers:         24944 kB
Cached:         594196 kB
SwapCached:          0 kB
Active:         366880 kB
Inactive:       342124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:         110216 kB
Slab:            35896 kB
Committed_AS:   903536 kB
PageTables:       1928 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 node73 at 2008-07-23 05:12:32