Trace number 1127972

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.08 3617.72

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-41_ext.xml
MD5SUM739f768d9def3b8780e5bcc4f92e2077
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints86
Best CPU time to get the best result obtained on this benchmark1.15282
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 04:09:46 2008
0.00/0.05	c 0	PID 5664
0.00/0.05	c 0	HOST node27.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127972-1216778986.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-1127972-1216778986.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 62 variables, 0 predicates, 210 relations, 211 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.38/0.71	c 0	Parsing HOME/temp.csp
0.38/0.84	c 0	parsed 484 expressions
0.38/0.85	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.85	c 0	MAX CSP: 211 constraints
0.38/0.85	c 0	Converting to clausal form CSP
0.38/0.87	c 0	converted 70 (10%) expressions
0.38/0.88	c 0	converted 140 (20%) expressions
0.38/0.88	c 0	converted 210 (30%) expressions
0.38/0.89	c 0	converted 280 (40%) expressions
0.38/0.90	c 1	converted 349 (50%) expressions
0.38/0.91	c 1	converted 419 (60%) expressions
0.38/0.91	c 1	converted 489 (70%) expressions
0.38/0.92	c 1	converted 559 (80%) expressions
0.38/0.92	c 1	converted 629 (90%) expressions
0.73/1.07	c 1	converted 698 (100%) expressions
0.73/1.07	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.73/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/1.07	c 1	Propagation in CSP
0.73/1.09	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.73/1.09	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.73/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.73/1.10	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.73/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.82/1.13	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.82/1.13	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.82/1.13	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.82/1.14	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.82/1.14	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.82/1.14	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.82/1.14	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.82/1.14	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.82/1.15	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.82/1.15	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.82/1.18	c 1	64 (10%) CSP clauses are encoded (3307 clauses, 42190 bytes)
0.82/1.19	c 1	127 (20%) CSP clauses are encoded (3717 clauses, 48474 bytes)
0.92/1.20	c 1	190 (30%) CSP clauses are encoded (4155 clauses, 55959 bytes)
0.92/1.21	c 1	253 (40%) CSP clauses are encoded (4678 clauses, 63554 bytes)
0.92/1.23	c 1	316 (50%) CSP clauses are encoded (7663 clauses, 107761 bytes)
0.92/1.23	c 1	380 (60%) CSP clauses are encoded (8707 clauses, 124974 bytes)
0.92/1.25	c 1	443 (70%) CSP clauses are encoded (16986 clauses, 269024 bytes)
0.92/1.25	c 1	506 (80%) CSP clauses are encoded (18115 clauses, 288036 bytes)
0.92/1.27	c 1	569 (90%) CSP clauses are encoded (27562 clauses, 450167 bytes)
1.01/1.34	c 1	632 (100%) CSP clauses are encoded (65244 clauses, 1137352 bytes)
1.01/1.34	c 1	632 CSP clauses encoded
1.01/1.34	c 1	Writing map file : HOME/temp.map
1.01/1.35	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.35	c 1	SAT : 3374 SAT variables, 65244 SAT clauses, 1137352 bytes
1.01/1.35	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.38	c 1	OBJECTIVE minimize _COST
1.01/1.38	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.01/1.38	c 1	SEARCHING: _COST <= 106
1.01/1.38	c 1	SOLVING HOME/temp.cnf
1.01/1.38	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.38	c 1	This is MiniSat 2.0 beta
1.01/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.38	c 1	============================[ Problem Statistics ]=============================
1.01/1.38	c 1	|                                                                             |
1.01/1.38	c 1	|  Number of variables:  3374                                                 |
1.01/1.38	c 1	|  Number of clauses:    65245                                                |
1.10/1.42	c 1	|  Parsing time:         0.03         s                                       |
1.10/1.43	c 1	============================[ Search Statistics ]==============================
1.10/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.43	c 1	===============================================================================
1.10/1.43	c 1	|         0 |    2534    42690   122293 |    14230        0    nan |  0.000 % |
1.10/1.45	c 1	|       101 |    2529    42690   122293 |    15653      100     13 | 25.164 % |
1.10/1.45	c 1	|       251 |    2529    42690   122293 |    17218      250     13 | 25.164 % |
1.10/1.48	c 1	|       477 |    2529    42690   122293 |    18940      476     21 | 25.163 % |
1.10/1.50	c 1	|       814 |    2529    42690   122293 |    20834      813     22 | 25.165 % |
1.10/1.55	c 1	|      1320 |    2525    42552   121912 |    22917     1319     23 | 25.163 % |
1.10/1.62	c 1	|      2079 |    2525    42552   121912 |    25209     2078     24 | 25.163 % |
1.10/1.73	c 1	|      3218 |    2525    42552   121912 |    27730     3217     29 | 25.163 % |
1.10/1.92	c 2	|      4927 |    2525    42552   121912 |    30503     4926     29 | 25.163 % |
1.80/2.20	c 2	|      7489 |    2525    42552   121912 |    33553     7488     30 | 25.163 % |
2.30/2.66	c 2	|     11337 |    2525    42552   121912 |    36908    11336     25 | 25.164 % |
3.19/3.55	c 3	|     17104 |    2525    42552   121912 |    40599    17103     22 | 25.164 % |
4.68/5.01	c 5	|     25753 |    2525    42552   121912 |    44659    25752     22 | 25.163 % |
7.97/8.33	c 8	|     38727 |    2525    42552   121912 |    49125    38726     28 | 25.163 % |
13.54/13.98	c 14	|     58188 |    2525    42552   121912 |    54038    19018     34 | 25.164 % |
23.50/23.93	c 24	|     87380 |    2525    42552   121912 |    59442    48210     38 | 25.164 % |
39.81/40.40	c 40	|    131169 |    2525    42552   121912 |    65386    43053     36 | 25.163 % |
73.06/73.76	c 73	|    196854 |    2525    42552   121912 |    71925    56012     40 | 25.163 % |
125.61/126.53	c 126	|    295381 |    2525    42552   121912 |    79117    35089     39 | 25.163 % |
199.65/200.99	c 201	|    443170 |    2525    42552   121912 |    87029    52175     40 | 25.163 % |
337.70/339.62	c 339	|    664853 |    2525    42552   121912 |    95732    52159     38 | 25.163 % |
553.86/556.82	c 556	|    997378 |    2525    42552   121912 |   105305    61281     34 | 25.163 % |
931.84/936.64	c 936	|   1496167 |    2525    42552   121912 |   115836   102399     32 | 25.164 % |
1521.33/1529.00	c 1529	|   2244350 |    2525    42552   121912 |   127419    41896     37 | 25.163 % |
2552.92/2565.52	c 2565	|   3366624 |    2525    42552   121912 |   140161    61739     45 | 25.163 % |
3600.08/3617.71	c ERROR unknown output  in HOME/temp.out
3600.08/3617.71	s UNKNOWN
3600.08/3617.71	c 3617	CPU 1.01 (0.03 0.01 0.98 0.08)
3600.08/3617.71	c 3617	END Wed Jul 23 05:10:03 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-1127972-1216778986/watcher-1127972-1216778986 -o /tmp/evaluation-result-1127972-1216778986/solver-1127972-1216778986 -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-1127972-1216778986.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: 3.16 2.78 2.62 4/80 5664
/proc/meminfo: memFree=1284912/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=18572 CPUtime=0
/proc/5664/stat : 5664 (runsolver) R 5662 5664 4786 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4988456 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5664/statm: 4643 292 257 25 0 2626 0

[startup+0.00881092 s]
/proc/loadavg: 3.16 2.78 2.62 4/80 5664
/proc/meminfo: memFree=1284912/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=12268 CPUtime=0
/proc/5664/stat : 5664 (sugar) D 5662 5664 4786 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4988456 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/5664/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101381 s]
/proc/loadavg: 3.16 2.78 2.62 4/80 5664
/proc/meminfo: memFree=1284912/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=0.03
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4988456 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3014 s]
/proc/loadavg: 3.16 2.78 2.62 4/80 5664
/proc/meminfo: memFree=1284912/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=0.03
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4988456 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701438 s]
/proc/loadavg: 3.16 2.78 2.62 4/80 5664
/proc/meminfo: memFree=1284912/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=0.38
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 957 4538 0 1 3 0 32 3 16 0 1 0 4988456 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5664/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 3.16 2.78 2.62 5/91 5686
/proc/meminfo: memFree=1276120/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 15 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10169 s]
/proc/loadavg: 3.16 2.78 2.62 3/83 5688
/proc/meminfo: memFree=1276952/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 15 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=6168 CPUtime=1.7
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 1417 0 0 0 170 0 0 0 25 0 1 0 4988595 6316032 1403 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 1542 1403 76 150 0 1389 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 25124

[startup+6.30301 s]
/proc/loadavg: 3.15 2.78 2.62 4/83 5688
/proc/meminfo: memFree=1274264/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=8608 CPUtime=4.88
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 2033 0 0 0 487 1 0 0 25 0 1 0 4988595 8814592 2019 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 2152 2019 76 150 0 1999 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 27564

[startup+12.7017 s]
/proc/loadavg: 3.14 2.78 2.63 4/83 5688
/proc/meminfo: memFree=1270040/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=12264 CPUtime=11.25
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 2931 0 0 0 1123 2 0 0 25 0 1 0 4988595 12558336 2917 996147200 134512640 135127466 4294956256 18446744073709551615 134528437 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 3066 2917 76 150 0 2913 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 31220

[startup+25.502 s]
/proc/loadavg: 3.03 2.78 2.63 3/83 5688
/proc/meminfo: memFree=1267672/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=14680 CPUtime=23.99
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 3553 0 0 0 2396 3 0 0 25 0 1 0 4988595 15032320 3539 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 3670 3539 76 150 0 3517 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 33636

[startup+51.1016 s]
/proc/loadavg: 2.90 2.76 2.63 3/83 5688
/proc/meminfo: memFree=1264856/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=17876 CPUtime=49.46
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 4314 0 0 0 4943 3 0 0 25 0 1 0 4988595 18305024 4300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 4469 4300 76 150 0 4316 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 36832

[startup+102.307 s]
/proc/loadavg: 2.87 2.77 2.63 3/83 5688
/proc/meminfo: memFree=1261336/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=21016 CPUtime=100.42
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 5110 0 0 0 10038 4 0 0 25 0 1 0 4988595 21520384 5096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 5254 5096 76 150 0 5101 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 39972

[startup+162.302 s]
/proc/loadavg: 2.83 2.78 2.64 3/83 5688
/proc/meminfo: memFree=1257432/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=24900 CPUtime=160.13
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 6069 0 0 0 16008 5 0 0 25 0 1 0 4988595 25497600 6055 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 6225 6055 76 150 0 6072 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 43856

[startup+222.302 s]
/proc/loadavg: 2.79 2.77 2.64 4/83 5688
/proc/meminfo: memFree=1254808/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=27532 CPUtime=219.85
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 6726 0 0 0 21978 7 0 0 25 0 1 0 4988595 28192768 6712 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 6883 6712 76 150 0 6730 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 46488

[startup+282.302 s]
/proc/loadavg: 2.46 2.68 2.62 4/83 5688
/proc/meminfo: memFree=1254424/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=27968 CPUtime=279.56
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 6824 0 0 0 27949 7 0 0 25 0 1 0 4988595 28639232 6810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 6992 6810 76 150 0 6839 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 46924


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

/proc/meminfo: memFree=1223312/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59120 CPUtime=3145.75
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14096 0 0 0 314548 27 0 0 25 0 1 0 4988595 60538880 14082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14780 14082 76 150 0 14627 0
Current children cumulated CPU time (s) 3146.85
Current children cumulated vsize (KiB) 78076

[startup+3222.3 s]
/proc/loadavg: 2.85 2.82 2.71 4/83 5696
/proc/meminfo: memFree=1223312/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59120 CPUtime=3205.46
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14096 0 0 0 320519 27 0 0 25 0 1 0 4988595 60538880 14082 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14780 14082 76 150 0 14627 0
Current children cumulated CPU time (s) 3206.56
Current children cumulated vsize (KiB) 78076

[startup+3282.3 s]
/proc/loadavg: 2.60 2.75 2.70 4/83 5696
/proc/meminfo: memFree=1222992/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59612 CPUtime=3265.17
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14184 0 0 0 326490 27 0 0 25 0 1 0 4988595 61042688 14170 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14903 14170 76 150 0 14750 0
Current children cumulated CPU time (s) 3266.27
Current children cumulated vsize (KiB) 78568

[startup+3342.3 s]
/proc/loadavg: 2.68 2.75 2.70 3/83 5696
/proc/meminfo: memFree=1222800/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59612 CPUtime=3324.89
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14184 0 0 0 332461 28 0 0 25 0 1 0 4988595 61042688 14170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14903 14170 76 150 0 14750 0
Current children cumulated CPU time (s) 3325.99
Current children cumulated vsize (KiB) 78568

[startup+3402.31 s]
/proc/loadavg: 2.60 2.72 2.69 4/83 5696
/proc/meminfo: memFree=1222616/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59756 CPUtime=3384.6
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14232 0 0 0 338432 28 0 0 25 0 1 0 4988595 61190144 14218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14939 14218 76 150 0 14786 0
Current children cumulated CPU time (s) 3385.7
Current children cumulated vsize (KiB) 78712

[startup+3462.3 s]
/proc/loadavg: 2.56 2.67 2.67 3/83 5696
/proc/meminfo: memFree=1222232/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=59932 CPUtime=3444.31
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14281 0 0 0 344403 28 0 0 25 0 1 0 4988595 61370368 14267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 14983 14267 76 150 0 14830 0
Current children cumulated CPU time (s) 3445.41
Current children cumulated vsize (KiB) 78888

[startup+3522.3 s]
/proc/loadavg: 2.57 2.66 2.66 3/83 5696
/proc/meminfo: memFree=1222040/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=60516 CPUtime=3504.03
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14369 0 0 0 350375 28 0 0 25 0 1 0 4988595 61968384 14355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 15129 14355 76 150 0 14976 0
Current children cumulated CPU time (s) 3505.13
Current children cumulated vsize (KiB) 79472

[startup+3582.3 s]
/proc/loadavg: 2.60 2.65 2.66 4/83 5696
/proc/meminfo: memFree=1221848/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=60680 CPUtime=3563.75
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14416 0 0 0 356346 29 0 0 25 0 1 0 4988595 62136320 14402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 15170 14402 76 150 0 15017 0
Current children cumulated CPU time (s) 3564.85
Current children cumulated vsize (KiB) 79636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 2.64 2.66 2.66 4/83 5696
/proc/meminfo: memFree=1221528/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=61004 CPUtime=3598.98
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14493 0 0 0 359869 29 0 0 25 0 1 0 4988595 62468096 14479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 15251 14479 76 150 0 15098 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 79960

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

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

[startup+3617.7 s]
/proc/loadavg: 2.64 2.66 2.66 4/83 5696
/proc/meminfo: memFree=1221528/2055920 swapFree=4192956/4192956
[pid=5664] ppid=5662 vsize=13600 CPUtime=1.1
/proc/5664/stat : 5664 (sugar) S 5662 5664 4786 0 -1 4194304 1060 11147 0 2 3 1 98 8 16 0 1 0 4988456 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5664/statm: 3400 808 374 3 0 500 0
[pid=5687] ppid=5664 vsize=5356 CPUtime=0
/proc/5687/stat : 5687 (sh) S 5664 5664 4786 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4988594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5687/statm: 1339 232 193 169 0 50 0
[pid=5688] ppid=5687 vsize=61004 CPUtime=3598.98
/proc/5688/stat : 5688 (minisat) R 5687 5664 4786 0 -1 4194304 14493 0 0 0 359869 29 0 0 25 0 1 0 4988595 62468096 14479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5688/statm: 15251 14479 76 150 0 15098 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 79960

Child status: 0

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

Real time (s): 3617.72
CPU time (s): 3600.08
CPU user time (s): 3599.7
CPU system time (s): 0.38
CPU usage (%): 99.5124
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02784
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12553
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= 1864
involuntary context switches= 1970

runsolver used 5.68314 second user time and 10.1255 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-23 04:09:46
IDJOB=1127972
IDBENCH=64445
IDSOLVER=368
FILE ID=node27/1127972-1216778986
PBS_JOBID= 7974139
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-41_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-1127972-1216778986/watcher-1127972-1216778986 -o /tmp/evaluation-result-1127972-1216778986/solver-1127972-1216778986 -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-1127972-1216778986.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 739f768d9def3b8780e5bcc4f92e2077
RANDOM SEED=1361020537

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1285328 kB
Buffers:         29316 kB
Cached:         598052 kB
SwapCached:          0 kB
Active:         217916 kB
Inactive:       499560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         110424 kB
Slab:            38164 kB
Committed_AS:   907836 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 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 node27 at 2008-07-23 05:10:03