Trace number 2080553

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 1814.22

General information on the benchmark

Namecsp/knights/
normalized-knights-50-9.xml
MD5SUM50143bff7152a7a0a5ab6fa327854d44
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 benchmark30.2724
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
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 05:41:55 2009
0.00/0.08	c 0	PID 24853
0.07/0.08	c 0	HOST node18.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080553-1247370115.xml TO HOME/temp.csp
0.07/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-2080553-1247370115.xml' 'HOME/temp.csp'
0.07/0.24	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.07/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.25	c 0	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.22/0.33	c 1	Parsing HOME/temp.csp
0.22/0.36	c 1	parsed 48 expressions
0.22/0.37	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.37	c 1	Converting to clausal form CSP
0.22/0.39	c 1	converted 5 (10%) expressions
0.22/0.39	c 1	converted 10 (20%) expressions
0.22/0.41	c 1	converted 15 (30%) expressions
0.22/0.42	c 1	converted 20 (40%) expressions
0.22/0.43	c 1	converted 24 (50%) expressions
0.22/0.44	c 1	converted 29 (60%) expressions
0.22/0.44	c 1	converted 34 (70%) expressions
0.22/0.45	c 1	converted 39 (80%) expressions
0.22/0.46	c 1	converted 44 (90%) expressions
0.22/0.46	c 1	converted 48 (100%) expressions
0.22/0.46	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 2500
0.22/0.46	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.46	c 1	Propagation in CSP
0.22/0.47	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.47	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 2500
0.22/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.47	c 1	Simplifing CSP by introducing new Boolean variables
0.22/0.48	c 1	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 2500
0.22/0.48	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.50	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.54	c 1	5 (10%) CSP integer variables are encoded (12490 clauses, 165214 bytes)
0.22/0.55	c 1	9 (20%) CSP integer variables are encoded (22482 clauses, 315094 bytes)
0.22/0.55	c 1	14 (30%) CSP integer variables are encoded (22722 clauses, 318694 bytes)
0.22/0.55	c 1	18 (40%) CSP integer variables are encoded (22914 clauses, 321574 bytes)
0.22/0.55	c 1	23 (50%) CSP integer variables are encoded (23154 clauses, 325174 bytes)
0.22/0.55	c 1	27 (60%) CSP integer variables are encoded (23346 clauses, 328054 bytes)
0.22/0.55	c 1	32 (70%) CSP integer variables are encoded (23586 clauses, 331654 bytes)
0.22/0.55	c 1	36 (80%) CSP integer variables are encoded (23778 clauses, 334534 bytes)
0.22/0.55	c 1	41 (90%) CSP integer variables are encoded (24018 clauses, 338134 bytes)
0.22/0.55	c 1	45 (100%) CSP integer variables are encoded (24210 clauses, 341014 bytes)
0.22/0.61	c 1	31 (10%) CSP clauses are encoded (49983 clauses, 856156 bytes)
0.22/0.68	c 1	62 (20%) CSP clauses are encoded (85376 clauses, 1585952 bytes)
0.22/0.70	c 1	92 (30%) CSP clauses are encoded (96346 clauses, 1809607 bytes)
0.22/0.77	c 1	123 (40%) CSP clauses are encoded (136692 clauses, 2644433 bytes)
0.22/0.82	c 1	153 (50%) CSP clauses are encoded (159830 clauses, 3130728 bytes)
0.22/0.86	c 1	184 (60%) CSP clauses are encoded (180609 clauses, 3570128 bytes)
0.22/0.90	c 1	215 (70%) CSP clauses are encoded (203838 clauses, 4060934 bytes)
0.22/0.95	c 1	245 (80%) CSP clauses are encoded (229471 clauses, 4617092 bytes)
0.22/0.99	c 1	276 (90%) CSP clauses are encoded (250250 clauses, 5066500 bytes)
0.94/1.01	c 1	306 (100%) CSP clauses are encoded (256230 clauses, 5197882 bytes)
0.94/1.01	c 1	306 CSP clauses encoded
0.94/1.01	c 1	Writing map file : HOME/temp.map
0.94/1.01	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.01	c 1	SAT : 24399 SAT variables, 256230 SAT clauses, 5197882 bytes
0.94/1.01	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.05	c 1	SOLVING HOME/temp.cnf
0.94/1.05	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.94/1.05	c 1	This is MiniSat 2.0 beta
0.94/1.05	c 1	WARNING: for repeatability, setting FPU to use double precision
0.94/1.05	c 1	============================[ Problem Statistics ]=============================
0.94/1.05	c 1	|                                                                             |
0.94/1.05	c 1	|  Number of variables:  24399                                                |
0.94/1.05	c 1	|  Number of clauses:    256230                                               |
0.96/1.20	c 1	|  Parsing time:         0.13         s                                       |
0.96/1.20	c 1	============================[ Search Statistics ]==============================
0.96/1.20	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.96/1.20	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.96/1.20	c 1	===============================================================================
0.96/1.20	c 1	|         0 |   24399   256230   740664 |    85410        0    nan |  0.000 % |
0.96/1.33	c 2	|       100 |   24399   256230   740664 |    93951      100     11 |  0.000 % |
0.96/1.95	c 2	|       250 |   24399   256230   740664 |   103346      250     11 |  0.000 % |
2.19/2.34	c 3	|       475 |   24399   256230   740664 |   113680      475     11 |  0.000 % |
2.78/2.92	c 3	|       813 |   24399   256230   740664 |   125048      813     12 |  0.000 % |
4.27/4.42	c 5	|      1319 |   24399   256230   740664 |   137553     1319     13 |  0.000 % |
5.06/5.27	c 6	|      2078 |   24399   256230   740664 |   151309     2078     14 |  0.000 % |
6.45/6.60	c 7	|      3218 |   24399   256230   740664 |   166439     3218     14 |  0.000 % |
9.82/10.09	c 10	|      4928 |   24399   256230   740664 |   183083     4928     13 |  0.000 % |
16.85/17.12	c 17	|      7490 |   24399   256230   740664 |   201392     7490     13 |  0.000 % |
26.45/26.82	c 27	|     11334 |   24399   256230   740664 |   221531    11334     13 |  0.000 % |
37.74/38.29	c 39	|     17101 |   24399   256230   740664 |   243684    17101     13 |  0.000 % |
60.23/60.94	c 61	|     25751 |   24399   256230   740664 |   268053    25751     14 |  0.000 % |
97.87/98.93	c 99	|     38725 |   24399   256230   740664 |   294858    38725     13 |  0.000 % |
152.17/153.73	c 154	|     58187 |   24399   256230   740664 |   324344    58187     14 |  0.000 % |
234.59/236.94	c 237	|     87379 |   24399   256230   740664 |   356778    87379     14 |  0.000 % |
377.04/380.79	c 381	|    131168 |   24399   256230   740664 |   392456   131168     14 |  0.000 % |
567.64/573.15	c 573	|    196853 |   24399   256230   740664 |   431702   196853     14 |  0.000 % |
886.74/895.27	c 896	|    295380 |   24399   256230   740664 |   474872   295380     14 |  0.000 % |
1492.42/1506.53	c 1507	|    443169 |   24399   256230   740664 |   522359   443169     14 |  0.000 % |
1800.00/1814.21	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1814.21	c 1814	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.00/1814.21	c ERROR INTERRUPTED
1800.00/1814.21	s UNKNOWN
1800.00/1814.21	c 1814	CPU 0.96 (0.05 0.02 0.79 0.1)
1800.00/1814.21	c 1814	END Sun Jul 12 06:12:09 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-2080553-1247370115/watcher-2080553-1247370115 -o /tmp/evaluation-result-2080553-1247370115/solver-2080553-1247370115 -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-2080553-1247370115.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: 2.00 2.04 2.02 4/81 24853
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=12268 CPUtime=0
/proc/24853/stat : 24853 (sugar) R 24851 24853 24068 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24078159 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227857710078 0 0 4224 0 0 0 0 17 1 0 0
/proc/24853/statm: 3067 316 241 3 0 167 0

[startup+0.082621 s]
/proc/loadavg: 2.00 2.04 2.02 4/81 24853
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16740 CPUtime=0.07
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24078159 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102386 s]
/proc/loadavg: 2.00 2.04 2.02 4/81 24853
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.07
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301108 s]
/proc/loadavg: 2.00 2.04 2.02 4/81 24853
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.22
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1292 4060 0 1 5 2 12 3 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+0.701143 s]
/proc/loadavg: 2.00 2.04 2.02 4/81 24853
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.22
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1310 4060 0 1 5 2 12 3 15 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 2.00 2.04 2.02 3/92 24875
/proc/meminfo: memFree=1701424/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 15 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 16868

[startup+3.10138 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 24877
/proc/meminfo: memFree=1693744/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 15 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=15192 CPUtime=2.02
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 3608 0 0 0 200 2 0 0 25 0 1 0 24078264 15556608 3594 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 3798 3594 75 150 0 3645 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 37416

[startup+6.30169 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 24877
/proc/meminfo: memFree=1693616/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 15 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=15324 CPUtime=5.19
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 3642 0 0 0 517 2 0 0 25 0 1 0 24078264 15691776 3628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 3831 3628 76 150 0 3678 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 37548

[startup+12.7013 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 24877
/proc/meminfo: memFree=1693296/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=15588 CPUtime=11.53
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 3718 0 0 0 1151 2 0 0 25 0 1 0 24078264 15962112 3704 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 3897 3704 76 150 0 3744 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 37812

[startup+25.5025 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 24877
/proc/meminfo: memFree=1693104/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=15984 CPUtime=24.21
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 3795 0 0 0 2419 2 0 0 25 0 1 0 24078264 16367616 3781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 3996 3781 76 150 0 3843 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 38208

[startup+51.103 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 24877
/proc/meminfo: memFree=1692144/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=16968 CPUtime=49.56
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 4056 0 0 0 4954 2 0 0 25 0 1 0 24078264 17375232 4042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 4242 4042 76 150 0 4089 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 39192

[startup+102.308 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 24877
/proc/meminfo: memFree=1690480/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=18588 CPUtime=100.29
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 4464 0 0 0 10026 3 0 0 25 0 1 0 24078264 19034112 4450 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 4647 4450 76 150 0 4494 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 40812

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 24877
/proc/meminfo: memFree=1688304/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=20720 CPUtime=159.72
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 4966 0 0 0 15969 3 0 0 25 0 1 0 24078264 21217280 4952 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 5180 4952 76 150 0 5027 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 42944

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24877
/proc/meminfo: memFree=1686768/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=22252 CPUtime=219.17
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 5360 0 0 0 21913 4 0 0 25 0 1 0 24078264 22786048 5346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 5563 5346 76 150 0 5410 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 44476

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24877
/proc/meminfo: memFree=1684784/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=24340 CPUtime=278.6
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 5845 0 0 0 27856 4 0 0 25 0 1 0 24078264 24924160 5831 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 6085 5831 76 150 0 5932 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 46564

[startup+342.303 s]

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

/proc/meminfo: memFree=1657008/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=52128 CPUtime=1289.05
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 12506 0 0 0 128893 12 0 0 25 0 1 0 24078264 53379072 12492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 13032 12492 76 150 0 12879 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 74352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24885
/proc/meminfo: memFree=1655664/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=53464 CPUtime=1348.49
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 12844 0 0 0 134836 13 0 0 25 0 1 0 24078264 54747136 12830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 13366 12830 76 150 0 13213 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 75688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24885
/proc/meminfo: memFree=1654448/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=54612 CPUtime=1407.93
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 13125 0 0 0 140780 13 0 0 25 0 1 0 24078264 55922688 13111 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 13653 13111 76 150 0 13500 0
Current children cumulated CPU time (s) 1408.89
Current children cumulated vsize (KiB) 76836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24885
/proc/meminfo: memFree=1653104/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=55688 CPUtime=1467.36
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 13452 0 0 0 146723 13 0 0 25 0 1 0 24078264 57024512 13438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24877/statm: 13922 13438 76 150 0 13769 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 77912

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1690424/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=58080 CPUtime=1527.25
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 13948 0 0 0 152710 15 0 0 25 0 1 0 24078264 59473920 13934 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 14520 13934 76 150 0 14367 0
Current children cumulated CPU time (s) 1528.21
Current children cumulated vsize (KiB) 80304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1689080/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=60264 CPUtime=1587.22
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 14289 0 0 0 158707 15 0 0 25 0 1 0 24078264 61710336 14275 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 15066 14275 76 150 0 14913 0
Current children cumulated CPU time (s) 1588.18
Current children cumulated vsize (KiB) 82488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1687800/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=61340 CPUtime=1647.2
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 14603 0 0 0 164704 16 0 0 25 0 1 0 24078264 62812160 14589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 15335 14589 76 150 0 15182 0
Current children cumulated CPU time (s) 1648.16
Current children cumulated vsize (KiB) 83564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1686264/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=62916 CPUtime=1707.18
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 14986 0 0 0 170701 17 0 0 25 0 1 0 24078264 64425984 14972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 15729 14972 76 150 0 15576 0
Current children cumulated CPU time (s) 1708.14
Current children cumulated vsize (KiB) 85140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1684920/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=64008 CPUtime=1767.15
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 15272 0 0 0 176698 17 0 0 25 0 1 0 24078264 65544192 15258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 16002 15258 76 150 0 15849 0
Current children cumulated CPU time (s) 1768.11
Current children cumulated vsize (KiB) 86232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24957
/proc/meminfo: memFree=1684280/2055920 swapFree=4192812/4192956
[pid=24853] ppid=24851 vsize=16868 CPUtime=0.96
/proc/24853/stat : 24853 (sugar) S 24851 24853 24068 0 -1 4194304 1373 9496 0 2 5 2 79 10 16 0 1 0 24078159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24853/statm: 4217 1111 409 3 0 796 0
[pid=24876] ppid=24853 vsize=5356 CPUtime=0
/proc/24876/stat : 24876 (sh) S 24853 24853 24068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24078264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24876/statm: 1339 232 193 169 0 50 0
[pid=24877] ppid=24876 vsize=64536 CPUtime=1799.04
/proc/24877/stat : 24877 (minisat) R 24876 24853 24068 0 -1 4194304 15437 0 0 0 179887 17 0 0 25 0 1 0 24078264 66084864 15423 996147200 134512640 135127466 4294956256 18446744073709551615 134523507 0 0 4096 3 0 0 0 17 0 0 0
/proc/24877/statm: 16134 15423 76 150 0 15981 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 86760

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

Real time (s): 1814.22
CPU time (s): 1800
CPU user time (s): 1799.71
CPU system time (s): 0.29
CPU usage (%): 99.216
Max. virtual memory (cumulated for all children) (KiB): 886516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.855869
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11342
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= 1976
involuntary context switches= 1835

runsolver used 2.04269 second user time and 5.94909 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 05:41:55
IDJOB=2080553
IDBENCH=57106
IDSOLVER=739
FILE ID=node18/2080553-1247370115
PBS_JOBID= 9507125
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-9.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-2080553-1247370115/watcher-2080553-1247370115 -o /tmp/evaluation-result-2080553-1247370115/solver-2080553-1247370115 -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-2080553-1247370115.xml

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

MD5SUM BENCH= 50143bff7152a7a0a5ab6fa327854d44
RANDOM SEED=1051942197

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1717224 kB
Buffers:         40480 kB
Cached:         174604 kB
SwapCached:          0 kB
Active:         191392 kB
Inactive:        84896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          81652 kB
Slab:            47680 kB
Committed_AS:   256668 kB
PageTables:       1896 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= 66308 MiB
End job on node18 at 2009-07-12 06:12:11