Trace number 1084087

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) 1800.07 1811.92

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-8.xml
MD5SUMcd97e8f7f9b4ac982d62b737eb37200e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints590
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension590
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 Sat Jul  5 05:51:56 2008
0.00/0.05	c 0	PID 11286
0.04/0.05	c 0	HOST node30.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1084087-1215229915.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084087-1215229915.xml' 'HOME/temp.csp'
0.04/0.56	c 0	1 domains, 40 variables, 2 predicates, 0 relations, 590 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.66	c 0	Parsing HOME/temp.csp
0.54/0.79	c 0	parsed 633 expressions
0.54/0.79	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.79	c 0	Converting to clausal form CSP
0.54/0.85	c 0	converted 64 (10%) expressions
0.54/0.96	c 0	converted 127 (20%) expressions
0.54/0.99	c 1	converted 190 (30%) expressions
0.93/1.01	c 1	converted 254 (40%) expressions
0.93/1.03	c 1	converted 317 (50%) expressions
0.93/1.04	c 1	converted 380 (60%) expressions
0.93/1.05	c 1	converted 444 (70%) expressions
0.93/1.06	c 1	converted 507 (80%) expressions
0.93/1.07	c 1	converted 570 (90%) expressions
0.93/1.07	c 1	converted 633 (100%) expressions
0.93/1.07	c 1	CSP : 40 integers, 570 booleans, 2300 clauses, largest domain size 20
0.93/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.07	c 1	Propagation in CSP
1.03/1.10	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.10	c 1	CSP : 40 integers, 570 booleans, 2300 clauses, largest domain size 20
1.03/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.14	c 1	CSP : 40 integers, 2884 booleans, 4614 clauses, largest domain size 20
1.03/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.18	c 1	4 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.03/1.18	c 1	8 (20%) CSP integer variables are encoded (144 clauses, 1444 bytes)
1.03/1.18	c 1	12 (30%) CSP integer variables are encoded (216 clauses, 2236 bytes)
1.03/1.19	c 1	16 (40%) CSP integer variables are encoded (288 clauses, 3028 bytes)
1.03/1.19	c 1	20 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
1.03/1.19	c 1	24 (60%) CSP integer variables are encoded (432 clauses, 4612 bytes)
1.03/1.19	c 1	28 (70%) CSP integer variables are encoded (504 clauses, 5404 bytes)
1.03/1.19	c 1	32 (80%) CSP integer variables are encoded (576 clauses, 6196 bytes)
1.03/1.19	c 1	36 (90%) CSP integer variables are encoded (648 clauses, 6988 bytes)
1.03/1.19	c 1	40 (100%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.12/1.22	c 1	462 (10%) CSP clauses are encoded (5550 clauses, 79701 bytes)
1.12/1.25	c 1	923 (20%) CSP clauses are encoded (10511 clauses, 155542 bytes)
1.12/1.27	c 1	1385 (30%) CSP clauses are encoded (15615 clauses, 235992 bytes)
1.12/1.29	c 1	1846 (40%) CSP clauses are encoded (20718 clauses, 318984 bytes)
1.22/1.31	c 1	2307 (50%) CSP clauses are encoded (25838 clauses, 403504 bytes)
1.22/1.32	c 1	2769 (60%) CSP clauses are encoded (31322 clauses, 494349 bytes)
1.22/1.33	c 1	3230 (70%) CSP clauses are encoded (36857 clauses, 586075 bytes)
1.22/1.35	c 1	3692 (80%) CSP clauses are encoded (42661 clauses, 682360 bytes)
1.22/1.36	c 1	4153 (90%) CSP clauses are encoded (48717 clauses, 782915 bytes)
1.22/1.37	c 1	4614 (100%) CSP clauses are encoded (55114 clauses, 889271 bytes)
1.22/1.37	c 1	4614 CSP clauses encoded
1.22/1.37	c 1	Writing map file : HOME/temp.map
1.22/1.38	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.38	c 1	SAT : 3644 SAT variables, 55114 SAT clauses, 889271 bytes
1.22/1.38	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.42	c 1	SOLVING HOME/temp.cnf
1.30/1.42	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.42	c 1	This is MiniSat 2.0 beta
1.30/1.42	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.42	c 1	============================[ Problem Statistics ]=============================
1.30/1.42	c 1	|                                                                             |
1.30/1.42	c 1	|  Number of variables:  3644                                                 |
1.30/1.42	c 1	|  Number of clauses:    55114                                                |
1.30/1.45	c 1	|  Parsing time:         0.02         s                                       |
1.30/1.45	c 1	============================[ Search Statistics ]==============================
1.30/1.45	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.45	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.45	c 1	===============================================================================
1.30/1.45	c 1	|         0 |    3641    55111   159389 |    18370        0    nan |  0.000 % |
1.30/1.48	c 1	|       101 |    3641    55111   159389 |    20207      101     27 |  0.082 % |
1.33/1.52	c 1	|       251 |    3641    55111   159389 |    22228      251     30 |  0.083 % |
1.33/1.56	c 1	|       476 |    3641    55111   159389 |    24450      476     29 |  0.083 % |
1.33/1.62	c 1	|       814 |    3641    55111   159389 |    26896      814     30 |  0.083 % |
1.33/1.72	c 1	|      1320 |    3641    55111   159389 |    29585     1320     31 |  0.083 % |
1.33/1.95	c 1	|      2080 |    3641    55111   159389 |    32544     2080     31 |  0.083 % |
2.18/2.31	c 2	|      3220 |    3641    55111   159389 |    35798     3220     32 |  0.083 % |
2.57/2.76	c 2	|      4928 |    3641    55111   159389 |    39378     4928     33 |  0.082 % |
3.36/3.54	c 3	|      7491 |    3641    55111   159389 |    43316     7491     35 |  0.083 % |
4.53/4.74	c 4	|     11336 |    3641    55111   159389 |    47647    11336     34 |  0.083 % |
6.59/6.86	c 6	|     17103 |    3641    55111   159389 |    52412    17103     35 |  0.082 % |
10.51/10.88	c 10	|     25752 |    3641    55111   159389 |    57653    25752     37 |  0.082 % |
18.16/18.68	c 18	|     38726 |    3641    55111   159389 |    63419    38726     38 |  0.082 % |
31.89/32.67	c 32	|     58187 |    3641    55111   159389 |    69761    58187     39 |  0.082 % |
53.56/54.73	c 54	|     87379 |    3641    55111   159389 |    76737    30189     27 |  0.082 % |
90.14/92.03	c 92	|    131170 |    3641    55111   159389 |    84411    73980     34 |  0.084 % |
155.06/158.24	c 158	|    196855 |    3641    55111   159389 |    92852    68694     33 |  0.084 % |
265.48/270.89	c 270	|    295382 |    3641    55111   159389 |   102137    88643     35 |  0.083 % |
424.75/433.24	c 433	|    443172 |    3641    55111   159389 |   112351    64689     32 |  0.084 % |
677.57/688.58	c 688	|    664856 |    3641    55111   159389 |   123586    92440     50 |  0.083 % |
1095.53/1106.84	c 1106	|    997381 |    3641    55111   159389 |   135945   106095     40 |  0.082 % |
1720.13/1732.00	c 1732	|   1496172 |    3641    55111   159389 |   149539   123904     52 |  0.083 % |
1800.07/1811.91	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1811.91	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1811.91	c ERROR INTERRUPTED
1800.07/1811.92	s UNKNOWN
1800.07/1811.92	c 1811	CPU 1.23 (0.04 0.01 1.19 0.09)
1800.07/1811.92	c 1811	END Sat Jul  5 06:22:07 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1084087-1215229915/watcher-1084087-1215229915 -o /tmp/evaluation-result-1084087-1215229915/solver-1084087-1215229915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1084087-1215229915.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.00 2.00 2.00 4/92 11286
/proc/meminfo: memFree=1467192/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=18572 CPUtime=0
/proc/11286/stat : 11286 (runsolver) R 11284 11286 9222 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001965247 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11286/statm: 4643 292 257 25 0 2626 0

[startup+0.051693 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11286
/proc/meminfo: memFree=1467192/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=0.04
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2001965247 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102385 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11286
/proc/meminfo: memFree=1467192/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=0.04
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001965247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301395 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11286
/proc/meminfo: memFree=1467192/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=0.04
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001965247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701424 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11286
/proc/meminfo: memFree=1467192/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=0.54
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 973 4540 0 1 3 1 47 3 16 0 1 0 2001965247 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.08 2.02 2.01 3/103 11308
/proc/meminfo: memFree=1454240/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10158 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 11310
/proc/meminfo: memFree=1460000/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 15 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=5396 CPUtime=1.64
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 1220 0 0 0 163 1 0 0 25 0 1 0 2001965390 5525504 1206 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 1349 1206 75 150 0 1196 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24352

[startup+6.30179 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 11310
/proc/meminfo: memFree=1458144/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=7112 CPUtime=4.77
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 1639 0 0 0 476 1 0 0 25 0 1 0 2001965390 7282688 1625 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 1778 1625 75 150 0 1625 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26068

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 11310
/proc/meminfo: memFree=1455328/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=9572 CPUtime=11.05
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 2255 0 0 0 1103 2 0 0 25 0 1 0 2001965390 9801728 2241 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 2393 2241 75 150 0 2240 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 28528

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/95 11310
/proc/meminfo: memFree=1451424/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=13352 CPUtime=23.59
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 3184 0 0 0 2356 3 0 0 25 0 1 0 2001965390 13672448 3170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 3338 3170 75 150 0 3185 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 32308

[startup+51.1027 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 11310
/proc/meminfo: memFree=1447776/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=17060 CPUtime=48.7
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 4095 0 0 0 4865 5 0 0 25 0 1 0 2001965390 17469440 4081 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 4265 4081 75 150 0 4112 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 36016

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 11310
/proc/meminfo: memFree=1446176/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=18664 CPUtime=98.92
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 4513 0 0 0 9886 6 0 0 25 0 1 0 2001965390 19111936 4499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 4666 4499 75 150 0 4513 0
Current children cumulated CPU time (s) 100.25
Current children cumulated vsize (KiB) 37620

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 11310
/proc/meminfo: memFree=1445280/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=19356 CPUtime=157.76
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 4691 0 0 0 15770 6 0 0 25 0 1 0 2001965390 19820544 4677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 4839 4677 75 150 0 4686 0
Current children cumulated CPU time (s) 159.09
Current children cumulated vsize (KiB) 38312

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 11310
/proc/meminfo: memFree=1443680/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=21132 CPUtime=216.59
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 5088 0 0 0 21653 6 0 0 25 0 1 0 2001965390 21639168 5074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 5283 5074 75 150 0 5130 0
Current children cumulated CPU time (s) 217.92
Current children cumulated vsize (KiB) 40088

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 11310
/proc/meminfo: memFree=1441952/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=22888 CPUtime=275.44
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 5531 0 0 0 27537 7 0 0 25 0 1 0 2001965390 23437312 5517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11310/statm: 5722 5517 75 150 0 5569 0
Current children cumulated CPU time (s) 276.77
Current children cumulated vsize (KiB) 41844


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

/proc/meminfo: memFree=1510848/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=37216 CPUtime=1349.5
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 9095 0 0 0 134937 13 0 0 25 0 1 0 2001965390 38109184 9081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 9304 9081 75 150 0 9151 0
Current children cumulated CPU time (s) 1350.83
Current children cumulated vsize (KiB) 56172

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 11355
/proc/meminfo: memFree=1507136/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=41080 CPUtime=1409.45
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10030 0 0 0 140932 13 0 0 25 0 1 0 2001965390 42065920 10016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 10270 10016 75 150 0 10117 0
Current children cumulated CPU time (s) 1410.78
Current children cumulated vsize (KiB) 60036

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 11355
/proc/meminfo: memFree=1504640/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=43592 CPUtime=1469.4
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10657 0 0 0 146926 14 0 0 25 0 1 0 2001965390 44638208 10643 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 10898 10643 75 150 0 10745 0
Current children cumulated CPU time (s) 1470.73
Current children cumulated vsize (KiB) 62548

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 11355
/proc/meminfo: memFree=1504448/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=43820 CPUtime=1529.35
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10711 0 0 0 152921 14 0 0 25 0 1 0 2001965390 44871680 10697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 10955 10697 75 150 0 10802 0
Current children cumulated CPU time (s) 1530.68
Current children cumulated vsize (KiB) 62776

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/83 11355
/proc/meminfo: memFree=1504128/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=44084 CPUtime=1589.3
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10792 0 0 0 158916 14 0 0 25 0 1 0 2001965390 45142016 10778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11021 10778 75 150 0 10868 0
Current children cumulated CPU time (s) 1590.63
Current children cumulated vsize (KiB) 63040

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 11355
/proc/meminfo: memFree=1504064/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=44224 CPUtime=1649.26
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10807 0 0 0 164912 14 0 0 25 0 1 0 2001965390 45285376 10793 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11056 10793 75 150 0 10903 0
Current children cumulated CPU time (s) 1650.59
Current children cumulated vsize (KiB) 63180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11355
/proc/meminfo: memFree=1504000/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=44224 CPUtime=1709.21
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 10835 0 0 0 170906 15 0 0 25 0 1 0 2001965390 45285376 10821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11056 10821 75 150 0 10903 0
Current children cumulated CPU time (s) 1710.54
Current children cumulated vsize (KiB) 63180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11355
/proc/meminfo: memFree=1501568/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=46736 CPUtime=1769.16
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 11386 0 0 0 176901 15 0 0 25 0 1 0 2001965390 47857664 11372 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11684 11372 75 150 0 11531 0
Current children cumulated CPU time (s) 1770.49
Current children cumulated vsize (KiB) 65692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11355
/proc/meminfo: memFree=1501568/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=46736 CPUtime=1798.74
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 11386 0 0 0 179859 15 0 0 25 0 1 0 2001965390 47857664 11372 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11684 11372 75 150 0 11531 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65692

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11355
/proc/meminfo: memFree=1501568/2055920 swapFree=4117564/4192956
[pid=11286] ppid=11284 vsize=13600 CPUtime=1.33
/proc/11286/stat : 11286 (sugar) S 11284 11286 9222 0 -1 4194304 1032 11430 0 2 4 1 119 9 16 0 1 0 2001965247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11286/statm: 3400 798 370 3 0 500 0
[pid=11309] ppid=11286 vsize=5356 CPUtime=0
/proc/11309/stat : 11309 (sh) S 11286 11286 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001965390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11309/statm: 1339 232 193 169 0 50 0
[pid=11310] ppid=11309 vsize=46736 CPUtime=1798.74
/proc/11310/stat : 11310 (minisat) R 11309 11286 9222 0 -1 4194304 11386 0 0 0 179859 15 0 0 25 0 1 0 2001965390 47857664 11372 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/11310/statm: 11684 11372 75 150 0 11531 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65692

Child status: 0

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

Real time (s): 1811.92
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.25
CPU usage (%): 99.3459
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.23881
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12888
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= 1576
involuntary context switches= 1451

runsolver used 2.30465 second user time and 5.9471 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 05:51:56
IDJOB=1084087
IDBENCH=57525
IDSOLVER=346
FILE ID=node30/1084087-1215229915
PBS_JOBID= 7881815
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-8.xml
COMMAND LINE= DIR/sugar -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-1084087-1215229915/watcher-1084087-1215229915 -o /tmp/evaluation-result-1084087-1215229915/solver-1084087-1215229915 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1084087-1215229915.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd97e8f7f9b4ac982d62b737eb37200e
RANDOM SEED=1712051116

node30.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.218
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.218
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:       1467672 kB
Buffers:         76956 kB
Cached:         220744 kB
SwapCached:      69364 kB
Active:         450400 kB
Inactive:        75940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467672 kB
SwapTotal:     4192956 kB
SwapFree:      4117564 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         245708 kB
Slab:            46500 kB
Committed_AS:  4289352 kB
PageTables:       2328 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= 66544 MiB
End job on node30 at 2008-07-05 06:22:09