Trace number 2082049

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.14.6+minisat? (TO) 1800.08 1801.52

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.038993
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:55:39 2009
0.00/0.08	c 0	PID 23295
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082049-1247374539.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082049-1247374539.xml' 'HOME/temp.csp'
0.07/0.61	c 1	1 domains, 40 variables, 2 predicates, 0 relations, 590 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.74	c 1	Parsing HOME/temp.csp
0.60/0.79	c 1	parsed 633 expressions
0.60/0.80	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.80	c 1	Converting to clausal form CSP
0.60/0.86	c 1	converted 64 (10%) expressions
0.60/0.99	c 1	converted 127 (20%) expressions
0.60/1.02	c 1	converted 190 (30%) expressions
0.60/1.04	c 1	converted 254 (40%) expressions
0.60/1.05	c 1	converted 317 (50%) expressions
0.60/1.07	c 1	converted 380 (60%) expressions
0.60/1.08	c 1	converted 444 (70%) expressions
0.60/1.09	c 1	converted 507 (80%) expressions
1.02/1.11	c 1	converted 570 (90%) expressions
1.02/1.12	c 1	converted 633 (100%) expressions
1.02/1.12	c 1	CSP : 40 integers, 570 booleans, 2300 clauses, largest domain size 20
1.02/1.12	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.12	c 1	Propagation in CSP
1.02/1.13	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.13	c 1	CSP : 40 integers, 570 booleans, 2300 clauses, largest domain size 20
1.02/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.16	c 1	CSP : 40 integers, 2884 booleans, 4614 clauses, largest domain size 20
1.02/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.20	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.22	c 2	4 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.11/1.22	c 2	8 (20%) CSP integer variables are encoded (144 clauses, 1444 bytes)
1.11/1.22	c 2	12 (30%) CSP integer variables are encoded (216 clauses, 2236 bytes)
1.11/1.22	c 2	16 (40%) CSP integer variables are encoded (288 clauses, 3028 bytes)
1.11/1.22	c 2	20 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
1.11/1.22	c 2	24 (60%) CSP integer variables are encoded (432 clauses, 4612 bytes)
1.11/1.22	c 2	28 (70%) CSP integer variables are encoded (504 clauses, 5404 bytes)
1.11/1.22	c 2	32 (80%) CSP integer variables are encoded (576 clauses, 6196 bytes)
1.11/1.22	c 2	36 (90%) CSP integer variables are encoded (648 clauses, 6988 bytes)
1.11/1.23	c 2	40 (100%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.11/1.26	c 2	462 (10%) CSP clauses are encoded (5550 clauses, 79701 bytes)
1.11/1.29	c 2	923 (20%) CSP clauses are encoded (10511 clauses, 155542 bytes)
1.20/1.31	c 2	1385 (30%) CSP clauses are encoded (15615 clauses, 235992 bytes)
1.20/1.32	c 2	1846 (40%) CSP clauses are encoded (20718 clauses, 318984 bytes)
1.20/1.34	c 2	2307 (50%) CSP clauses are encoded (25838 clauses, 403504 bytes)
1.20/1.36	c 2	2769 (60%) CSP clauses are encoded (31322 clauses, 494349 bytes)
1.20/1.37	c 2	3230 (70%) CSP clauses are encoded (36857 clauses, 586075 bytes)
1.20/1.38	c 2	3692 (80%) CSP clauses are encoded (42661 clauses, 682360 bytes)
1.20/1.40	c 2	4153 (90%) CSP clauses are encoded (48717 clauses, 782915 bytes)
1.30/1.41	c 2	4614 (100%) CSP clauses are encoded (55114 clauses, 889271 bytes)
1.30/1.41	c 2	4614 CSP clauses encoded
1.30/1.41	c 2	Writing map file : HOME/temp.map
1.30/1.41	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.42	c 2	SAT : 3644 SAT variables, 55114 SAT clauses, 889271 bytes
1.30/1.42	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.46	c 2	SOLVING HOME/temp.cnf
1.30/1.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.46	c 2	This is MiniSat 2.0 beta
1.30/1.46	c 2	WARNING: for repeatability, setting FPU to use double precision
1.30/1.46	c 2	============================[ Problem Statistics ]=============================
1.30/1.46	c 2	|                                                                             |
1.30/1.46	c 2	|  Number of variables:  3644                                                 |
1.30/1.46	c 2	|  Number of clauses:    55114                                                |
1.30/1.49	c 2	|  Parsing time:         0.03         s                                       |
1.30/1.49	c 2	============================[ Search Statistics ]==============================
1.30/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.49	c 2	===============================================================================
1.30/1.49	c 2	|         0 |    3641    55111   159389 |    18370        0    nan |  0.000 % |
1.34/1.53	c 2	|       101 |    3641    55111   159389 |    20207      101     27 |  0.082 % |
1.34/1.56	c 2	|       251 |    3641    55111   159389 |    22228      251     30 |  0.083 % |
1.34/1.60	c 2	|       476 |    3641    55111   159389 |    24450      476     29 |  0.083 % |
1.34/1.67	c 2	|       814 |    3641    55111   159389 |    26896      814     30 |  0.083 % |
1.34/1.77	c 2	|      1320 |    3641    55111   159389 |    29585     1320     31 |  0.083 % |
1.34/2.01	c 2	|      2080 |    3641    55111   159389 |    32544     2080     31 |  0.083 % |
2.16/2.38	c 3	|      3220 |    3641    55111   159389 |    35798     3220     32 |  0.083 % |
2.65/2.83	c 3	|      4928 |    3641    55111   159389 |    39378     4928     33 |  0.082 % |
3.44/3.64	c 4	|      7491 |    3641    55111   159389 |    43316     7491     35 |  0.083 % |
4.63/4.89	c 5	|     11336 |    3641    55111   159389 |    47647    11336     34 |  0.083 % |
6.91/7.12	c 7	|     17103 |    3641    55111   159389 |    52412    17103     35 |  0.082 % |
11.06/11.34	c 12	|     25752 |    3641    55111   159389 |    57653    25752     37 |  0.082 % |
19.08/19.49	c 20	|     38726 |    3641    55111   159389 |    63419    38726     38 |  0.082 % |
33.84/34.30	c 35	|     58187 |    3641    55111   159389 |    69761    58187     39 |  0.082 % |
56.41/57.02	c 57	|     87379 |    3641    55111   159389 |    76737    30189     27 |  0.082 % |
92.17/92.85	c 93	|    131170 |    3641    55111   159389 |    84411    73980     34 |  0.084 % |
153.74/154.48	c 155	|    196855 |    3641    55111   159389 |    92852    68694     33 |  0.084 % |
262.59/263.36	c 264	|    295382 |    3641    55111   159389 |   102137    88643     35 |  0.083 % |
420.62/421.49	c 422	|    443172 |    3641    55111   159389 |   112351    64689     32 |  0.084 % |
678.90/679.81	c 680	|    664856 |    3641    55111   159389 |   123586    92440     50 |  0.083 % |
1116.70/1117.83	c 1118	|    997381 |    3641    55111   159389 |   135945   106095     40 |  0.082 % |
1770.49/1771.90	c 1772	|   1496172 |    3641    55111   159389 |   149539   123904     52 |  0.083 % |
1800.08/1801.51	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1801.51	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1801.51	c ERROR INTERRUPTED
1800.08/1801.52	s UNKNOWN
1800.08/1801.52	c 1802	CPU 1.34 (0.07 0.01 1.17 0.09)
1800.08/1801.52	c 1802	END Sun Jul 12 07:25:41 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082049-1247374539/watcher-2082049-1247374539 -o /tmp/evaluation-result-2082049-1247374539/solver-2082049-1247374539 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2082049-1247374539.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 23295
/proc/meminfo: memFree=1730192/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=12268 CPUtime=0
/proc/23295/stat : 23295 (sugar) R 23293 23295 19041 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24517851 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23295/statm: 3067 316 241 3 0 167 0

[startup+0.106985 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 23295
/proc/meminfo: memFree=1730192/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=0.07
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24517851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.203005 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 23295
/proc/meminfo: memFree=1730192/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=0.07
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24517851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30302 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 23295
/proc/meminfo: memFree=1730192/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=0.07
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24517851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.7021 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 23295
/proc/meminfo: memFree=1730192/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=0.6
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1292 4609 0 1 6 1 50 3 16 0 1 0 24517851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 1.96 1.98 1.99 3/93 23317
/proc/meminfo: memFree=1715320/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.10156 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 23319
/proc/meminfo: memFree=1721976/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 15 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=5396 CPUtime=1.61
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 1209 0 0 0 161 0 0 0 25 0 1 0 24517997 5525504 1195 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/23319/statm: 1349 1195 75 150 0 1196 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 27620

[startup+6.30217 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 23319
/proc/meminfo: memFree=1720184/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=6980 CPUtime=4.78
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 1614 0 0 0 477 1 0 0 25 0 1 0 24517997 7147520 1600 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/23319/statm: 1745 1600 75 150 0 1592 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 29204

[startup+12.7014 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 23319
/proc/meminfo: memFree=1717496/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=9440 CPUtime=11.11
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 2213 0 0 0 1110 1 0 0 25 0 1 0 24517997 9666560 2199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23319/statm: 2360 2199 75 150 0 2207 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31664

[startup+25.5028 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 23319
/proc/meminfo: memFree=1713720/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=13088 CPUtime=23.78
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 3123 0 0 0 2375 3 0 0 25 0 1 0 24517997 13402112 3109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23319/statm: 3272 3109 75 150 0 3119 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 35312

[startup+51.1027 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 23368
/proc/meminfo: memFree=1732736/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=17060 CPUtime=49.18
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 4094 0 0 0 4912 6 0 0 25 0 1 0 24517997 17469440 4080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 4265 4080 75 150 0 4112 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 39284

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23370
/proc/meminfo: memFree=1401344/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=18664 CPUtime=100.33
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 4511 0 0 0 10020 13 0 0 25 0 1 0 24517997 19111936 4497 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 4666 4497 75 150 0 4513 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 40888

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23370
/proc/meminfo: memFree=1169856/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=19356 CPUtime=160.3
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 4691 0 0 0 16017 13 0 0 25 0 1 0 24517997 19820544 4677 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 4839 4677 75 150 0 4686 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 41580

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23370
/proc/meminfo: memFree=1065984/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=21132 CPUtime=220.28
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 5095 0 0 0 22014 14 0 0 25 0 1 0 24517997 21639168 5081 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 5283 5081 75 150 0 5130 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 43356

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23370
/proc/meminfo: memFree=1062144/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=23812 CPUtime=280.25
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 5769 0 0 0 28010 15 0 0 25 0 1 0 24517997 24383488 5755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 5953 5755 75 150 0 5800 0
Current children cumulated CPU time (s) 281.59
Current children cumulated vsize (KiB) 46036

[startup+342.301 s]

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

/proc/meminfo: memFree=1017408/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=36548 CPUtime=1299.77
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 8917 0 0 0 129957 20 0 0 25 0 1 0 24517997 37425152 8903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 9137 8903 75 150 0 8984 0
Current children cumulated CPU time (s) 1301.11
Current children cumulated vsize (KiB) 58772

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1014720/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=37216 CPUtime=1359.74
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 9092 0 0 0 135954 20 0 0 25 0 1 0 24517997 38109184 9078 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 9304 9078 75 150 0 9151 0
Current children cumulated CPU time (s) 1361.08
Current children cumulated vsize (KiB) 59440

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1012096/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=38228 CPUtime=1419.72
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 9346 0 0 0 141952 20 0 0 25 0 1 0 24517997 39145472 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 9557 9332 75 150 0 9404 0
Current children cumulated CPU time (s) 1421.06
Current children cumulated vsize (KiB) 60452

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1004800/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=43456 CPUtime=1479.69
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10635 0 0 0 147947 22 0 0 25 0 1 0 24517997 44498944 10621 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 10864 10621 75 150 0 10711 0
Current children cumulated CPU time (s) 1481.03
Current children cumulated vsize (KiB) 65680

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1002560/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=43820 CPUtime=1539.67
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10710 0 0 0 153945 22 0 0 25 0 1 0 24517997 44871680 10696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 10955 10696 75 150 0 10802 0
Current children cumulated CPU time (s) 1541.01
Current children cumulated vsize (KiB) 66044

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1000256/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=43820 CPUtime=1599.63
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10730 0 0 0 159941 22 0 0 25 0 1 0 24517997 44871680 10716 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 10955 10716 75 150 0 10802 0
Current children cumulated CPU time (s) 1600.97
Current children cumulated vsize (KiB) 66044

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=998080/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=44084 CPUtime=1659.6
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10792 0 0 0 165938 22 0 0 25 0 1 0 24517997 45142016 10778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 11021 10778 75 150 0 10868 0
Current children cumulated CPU time (s) 1660.94
Current children cumulated vsize (KiB) 66308

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=996224/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=44224 CPUtime=1719.57
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10807 0 0 0 171935 22 0 0 25 0 1 0 24517997 45285376 10793 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 11056 10793 75 150 0 10903 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 66448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=994176/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=44224 CPUtime=1779.54
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10835 0 0 0 177932 22 0 0 25 0 1 0 24517997 45285376 10821 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 11056 10821 75 150 0 10903 0
Current children cumulated CPU time (s) 1780.88
Current children cumulated vsize (KiB) 66448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=993728/2055920 swapFree=4192812/4192956
[pid=23295] ppid=23293 vsize=16868 CPUtime=1.34
/proc/23295/stat : 23295 (sugar) S 23293 23295 19041 0 -1 4194304 1376 11564 0 2 7 1 117 9 16 0 1 0 24517851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23295/statm: 4217 1113 409 3 0 796 0
[pid=23318] ppid=23295 vsize=5356 CPUtime=0
/proc/23318/stat : 23318 (sh) S 23295 23295 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23318/statm: 1339 232 193 169 0 50 0
[pid=23319] ppid=23318 vsize=44492 CPUtime=1798.74
/proc/23319/stat : 23319 (minisat) R 23318 23295 19041 0 -1 4194304 10837 0 0 0 179852 22 0 0 25 0 1 0 24517997 45559808 10823 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23319/statm: 11123 10823 75 150 0 10970 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 66716

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

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

Child status: 0

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

Real time (s): 1801.52
CPU time (s): 1800.08
CPU user time (s): 1799.76
CPU system time (s): 0.32
CPU usage (%): 99.92
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.24781
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= 13429
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= 1404
involuntary context switches= 1314

runsolver used 2.08668 second user time and 6.12007 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 06:55:39
IDJOB=2082049
IDBENCH=57525
IDSOLVER=739
FILE ID=node42/2082049-1247374539
PBS_JOBID= 9507053
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082049-1247374539/watcher-2082049-1247374539 -o /tmp/evaluation-result-2082049-1247374539/solver-2082049-1247374539 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2082049-1247374539.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cd97e8f7f9b4ac982d62b737eb37200e
RANDOM SEED=1212106526

node42.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.283
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.283
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:       1730672 kB
Buffers:         42488 kB
Cached:         158384 kB
SwapCached:          0 kB
Active:         196824 kB
Inactive:        75100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          91556 kB
Slab:            38356 kB
Committed_AS:   262240 kB
PageTables:       1944 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= 66056 MiB
End job on node42 at 2009-07-12 07:25:43