Trace number 2082335

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.12 1810.42

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-14.xml
MD5SUM05b79466c1ca90e99abd9087a68fd106
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints392
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension392
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 07:02:17 2009
0.00/0.08	c 0	PID 26123
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082335-1247374937.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-2082335-1247374937.xml' 'HOME/temp.csp'
0.07/0.50	c 1	1 domains, 28 variables, 2 predicates, 0 relations, 392 constraints
0.07/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.52	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.50/0.60	c 1	Parsing HOME/temp.csp
0.50/0.64	c 1	parsed 423 expressions
0.50/0.65	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.65	c 1	Converting to clausal form CSP
0.50/0.69	c 1	converted 43 (10%) expressions
0.50/0.71	c 1	converted 85 (20%) expressions
0.50/0.73	c 1	converted 127 (30%) expressions
0.50/0.75	c 1	converted 170 (40%) expressions
0.50/0.76	c 1	converted 212 (50%) expressions
0.50/0.78	c 1	converted 254 (60%) expressions
0.50/0.79	c 1	converted 297 (70%) expressions
0.50/0.86	c 1	converted 339 (80%) expressions
0.50/0.86	c 1	converted 381 (90%) expressions
0.50/0.88	c 1	converted 423 (100%) expressions
0.50/0.88	c 1	CSP : 28 integers, 0 booleans, 406 clauses, largest domain size 26
0.50/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.88	c 1	Propagation in CSP
0.50/0.88	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.50/0.89	c 1	CSP : 28 integers, 0 booleans, 406 clauses, largest domain size 26
0.50/0.89	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.50/0.90	c 1	CSP : 28 integers, 756 booleans, 1162 clauses, largest domain size 26
0.50/0.90	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.93	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.50/0.94	c 1	3 (10%) CSP integer variables are encoded (69 clauses, 668 bytes)
0.50/0.94	c 1	6 (20%) CSP integer variables are encoded (129 clauses, 1277 bytes)
0.50/0.94	c 1	9 (30%) CSP integer variables are encoded (180 clauses, 1838 bytes)
0.50/0.94	c 1	12 (40%) CSP integer variables are encoded (222 clauses, 2300 bytes)
0.50/0.94	c 1	14 (50%) CSP integer variables are encoded (245 clauses, 2553 bytes)
0.50/0.94	c 1	17 (60%) CSP integer variables are encoded (314 clauses, 3312 bytes)
0.50/0.94	c 1	20 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
0.50/0.94	c 1	23 (80%) CSP integer variables are encoded (425 clauses, 4533 bytes)
0.50/0.94	c 1	26 (90%) CSP integer variables are encoded (467 clauses, 4995 bytes)
0.50/0.95	c 1	28 (100%) CSP integer variables are encoded (490 clauses, 5248 bytes)
0.50/0.97	c 1	117 (10%) CSP clauses are encoded (1993 clauses, 26381 bytes)
0.50/0.97	c 1	233 (20%) CSP clauses are encoded (3391 clauses, 46298 bytes)
0.50/0.98	c 1	349 (30%) CSP clauses are encoded (4687 clauses, 65241 bytes)
0.50/0.98	c 1	465 (40%) CSP clauses are encoded (5825 clauses, 82419 bytes)
0.50/0.99	c 1	581 (50%) CSP clauses are encoded (6839 clauses, 97673 bytes)
0.50/1.00	c 1	698 (60%) CSP clauses are encoded (7726 clauses, 110934 bytes)
0.50/1.00	c 1	814 (70%) CSP clauses are encoded (8440 clauses, 121897 bytes)
0.50/1.01	c 1	930 (80%) CSP clauses are encoded (9270 clauses, 135110 bytes)
0.50/1.01	c 1	1046 (90%) CSP clauses are encoded (10688 clauses, 158484 bytes)
0.50/1.02	c 1	1162 (100%) CSP clauses are encoded (11900 clauses, 178352 bytes)
0.50/1.02	c 1	1162 CSP clauses encoded
0.50/1.02	c 1	Writing map file : HOME/temp.map
0.50/1.02	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.02	c 1	SAT : 1274 SAT variables, 11900 SAT clauses, 178352 bytes
0.50/1.02	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.06	c 1	SOLVING HOME/temp.cnf
0.50/1.06	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.50/1.06	c 1	This is MiniSat 2.0 beta
0.50/1.06	c 1	WARNING: for repeatability, setting FPU to use double precision
0.50/1.06	c 1	============================[ Problem Statistics ]=============================
0.50/1.06	c 1	|                                                                             |
0.50/1.06	c 1	|  Number of variables:  1274                                                 |
0.50/1.06	c 1	|  Number of clauses:    11900                                                |
0.50/1.07	c 1	|  Parsing time:         0.01         s                                       |
0.50/1.07	c 1	============================[ Search Statistics ]==============================
0.50/1.07	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.50/1.07	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.50/1.07	c 1	===============================================================================
0.50/1.07	c 1	|         0 |    1254    11880    33346 |     3960        0    nan |  0.000 % |
0.50/1.08	c 1	|       100 |    1254    11880    33346 |     4356      100      9 |  1.570 % |
0.50/1.09	c 1	|       250 |    1254    11880    33346 |     4791      250     11 |  1.573 % |
1.02/1.12	c 1	|       476 |    1254    11880    33346 |     5270      476     13 |  1.572 % |
1.02/1.15	c 1	|       814 |    1254    11880    33346 |     5797      814     14 |  1.573 % |
1.12/1.21	c 1	|      1321 |    1254    11880    33346 |     6377     1321     15 |  1.573 % |
1.12/1.29	c 2	|      2080 |    1254    11880    33346 |     7015     2080     15 |  1.573 % |
1.31/1.42	c 2	|      3219 |    1254    11880    33346 |     7716     3219     15 |  1.572 % |
1.51/1.64	c 2	|      4928 |    1254    11880    33346 |     8488     4928     15 |  1.573 % |
1.91/2.10	c 2	|      7490 |    1254    11880    33346 |     9337     7490     14 |  1.572 % |
2.60/2.78	c 3	|     11334 |    1254    11880    33346 |    10271     6316     15 |  1.573 % |
3.69/3.80	c 4	|     17100 |    1252    11861    33292 |    11298     6647     14 |  1.729 % |
5.28/5.43	c 6	|     25751 |    1252    11861    33292 |    12428     9300     13 |  1.731 % |
7.74/7.96	c 8	|     38725 |    1252    11861    33292 |    13670     9127     17 |  1.731 % |
11.92/12.11	c 12	|     58186 |    1252    11861    33292 |    15038    14215     14 |  1.734 % |
18.65/18.95	c 19	|     87380 |    1252    11861    33292 |    16541    12051     16 |  1.731 % |
28.86/29.22	c 29	|    131170 |    1252    11861    33292 |    18196    12933     17 |  1.728 % |
45.30/45.83	c 46	|    196854 |    1252    11861    33292 |    20015    12554     16 |  1.729 % |
70.17/70.97	c 71	|    295380 |    1250    11840    33232 |    22017    18089     15 |  1.888 % |
112.17/113.35	c 114	|    443170 |    1250    11840    33232 |    24218    18687     18 |  1.886 % |
180.22/182.06	c 182	|    664853 |    1248    11829    33202 |    26640    16267     15 |  2.043 % |
285.63/288.43	c 289	|    997378 |    1248    11829    33202 |    29304    15244     16 |  2.048 % |
445.80/450.10	c 450	|   1496166 |    1246    11804    33130 |    32235    29663     17 |  2.202 % |
709.51/715.77	c 716	|   2244348 |    1242    11766    33022 |    35459    24898     15 |  2.519 % |
1096.55/1103.36	c 1104	|   3366623 |    1242    11766    33022 |    39004    29482     17 |  2.515 % |
1670.17/1679.82	c 1680	|   5050036 |    1242    11766    33022 |    42905    20408     17 |  2.517 % |
1800.07/1810.40	sh: line 1: 26147 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1810.41	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1810.41	c 1811	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.07/1810.41	c ERROR INTERRUPTED
1800.07/1810.41	s UNKNOWN
1800.07/1810.41	c 1811	CPU 1800.09 (0.06 0.02 1799.82 0.19)
1800.07/1810.41	c 1811	END Sun Jul 12 07:32:28 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-2082335-1247374937/watcher-2082335-1247374937 -o /tmp/evaluation-result-2082335-1247374937/solver-2082335-1247374937 -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-2082335-1247374937.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.99 2.06 2.10 4/72 26123
/proc/meminfo: memFree=1845616/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=12000 CPUtime=0
/proc/26123/stat : 26123 (sugar) R 26121 26123 18450 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 24560633 12288000 165 996147200 4194304 4206940 548682068608 18446744073709551615 269756824256 0 0 4224 0 0 0 0 17 1 0 0
/proc/26123/statm: 3000 165 127 3 0 100 0

[startup+0.132592 s]
/proc/loadavg: 1.99 2.06 2.10 4/72 26123
/proc/meminfo: memFree=1845616/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.07
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24560633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202107 s]
/proc/loadavg: 1.99 2.06 2.10 4/72 26123
/proc/meminfo: memFree=1845616/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.07
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24560633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302109 s]
/proc/loadavg: 1.99 2.06 2.10 4/72 26123
/proc/meminfo: memFree=1845616/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.07
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24560633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701163 s]
/proc/loadavg: 1.99 2.06 2.10 4/72 26123
/proc/meminfo: memFree=1845616/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.5
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1309 4588 0 1 5 2 39 4 16 0 1 0 24560633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50227 s]
/proc/loadavg: 1.99 2.06 2.10 3/75 26147
/proc/meminfo: memFree=1841368/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.99
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 5 2 83 9 15 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=2772 CPUtime=0.42
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 383 0 0 0 42 0 0 0 23 0 1 0 24560740 2838528 369 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 693 369 75 150 0 540 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 24996

[startup+3.10148 s]
/proc/loadavg: 1.99 2.06 2.10 3/75 26147
/proc/meminfo: memFree=1840472/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.99
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 5 2 83 9 15 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=3336 CPUtime=2.01
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 528 0 0 0 201 0 0 0 25 0 1 0 24560740 3416064 514 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 834 514 75 150 0 681 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 25560

[startup+6.3019 s]
/proc/loadavg: 1.99 2.06 2.10 3/75 26147
/proc/meminfo: memFree=1840024/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=0.99
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 5 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=3732 CPUtime=5.18
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 623 0 0 0 518 0 0 0 25 0 1 0 24560740 3821568 609 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 933 609 75 150 0 780 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 25956

[startup+12.7017 s]
/proc/loadavg: 1.99 2.05 2.10 3/75 26147
/proc/meminfo: memFree=1839448/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=4128 CPUtime=11.51
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 743 0 0 0 1151 0 0 0 25 0 1 0 24560740 4227072 729 996147200 134512640 135127466 4294956256 18446744073709551615 134531115 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1032 729 75 150 0 879 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26352

[startup+25.5014 s]
/proc/loadavg: 1.99 2.05 2.09 3/75 26147
/proc/meminfo: memFree=1839000/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=4528 CPUtime=24.19
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 852 0 0 0 2419 0 0 0 25 0 1 0 24560740 4636672 838 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1132 838 75 150 0 979 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 26752

[startup+51.1018 s]
/proc/loadavg: 1.99 2.05 2.09 3/75 26147
/proc/meminfo: memFree=1838360/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=5428 CPUtime=49.55
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 1044 0 0 0 4955 0 0 0 25 0 1 0 24560740 5558272 1030 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1357 1030 75 150 0 1204 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 27652

[startup+102.303 s]
/proc/loadavg: 1.99 2.04 2.08 3/75 26147
/proc/meminfo: memFree=1837272/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=6364 CPUtime=100.27
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 1300 0 0 0 10026 1 0 0 25 0 1 0 24560740 6516736 1286 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1591 1286 75 150 0 1438 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 28588

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 2.08 3/75 26147
/proc/meminfo: memFree=1836120/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=7440 CPUtime=159.71
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 1545 0 0 0 15970 1 0 0 25 0 1 0 24560740 7618560 1531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1860 1531 75 150 0 1707 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 29664

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.08 3/75 26147
/proc/meminfo: memFree=1835800/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=7744 CPUtime=219.14
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 1628 0 0 0 21913 1 0 0 25 0 1 0 24560740 7929856 1614 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 1936 1614 75 150 0 1783 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 29968

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/75 26147
/proc/meminfo: memFree=1835480/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=8160 CPUtime=278.59

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

[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13064 CPUtime=1293.55
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 2929 0 0 0 129347 8 0 0 25 0 1 0 24560740 13377536 2915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3266 2915 75 150 0 3113 0
Current children cumulated CPU time (s) 1294.55
Current children cumulated vsize (KiB) 35288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1595440/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13480 CPUtime=1353.27
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3013 0 0 0 135318 9 0 0 25 0 1 0 24560740 13803520 2999 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3370 2999 75 150 0 3217 0
Current children cumulated CPU time (s) 1354.27
Current children cumulated vsize (KiB) 35704

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1595120/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13624 CPUtime=1412.97
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3039 0 0 0 141288 9 0 0 25 0 1 0 24560740 13950976 3025 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3406 3025 75 150 0 3253 0
Current children cumulated CPU time (s) 1413.97
Current children cumulated vsize (KiB) 35848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1594992/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13764 CPUtime=1472.67
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3081 0 0 0 147258 9 0 0 25 0 1 0 24560740 14094336 3067 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3441 3067 75 150 0 3288 0
Current children cumulated CPU time (s) 1473.67
Current children cumulated vsize (KiB) 35988

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1573552/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13924 CPUtime=1532.37
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3107 0 0 0 153228 9 0 0 25 0 1 0 24560740 14258176 3093 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3481 3093 75 150 0 3328 0
Current children cumulated CPU time (s) 1533.37
Current children cumulated vsize (KiB) 36148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1573424/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13924 CPUtime=1592.07
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3119 0 0 0 159198 9 0 0 25 0 1 0 24560740 14258176 3105 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3481 3105 75 150 0 3328 0
Current children cumulated CPU time (s) 1593.07
Current children cumulated vsize (KiB) 36148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1573296/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=13924 CPUtime=1651.76
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3140 0 0 0 165167 9 0 0 25 0 1 0 24560740 14258176 3126 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3481 3126 75 150 0 3328 0
Current children cumulated CPU time (s) 1652.76
Current children cumulated vsize (KiB) 36148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1548720/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=14460 CPUtime=1711.46
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3234 0 0 0 171137 9 0 0 25 0 1 0 24560740 14807040 3220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 3615 3220 75 150 0 3462 0
Current children cumulated CPU time (s) 1712.46
Current children cumulated vsize (KiB) 36684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1522160/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=14732 CPUtime=1771.14
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3284 0 0 0 177105 9 0 0 25 0 1 0 24560740 15085568 3270 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26147/statm: 3683 3270 75 150 0 3530 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 36956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1498608/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=14732 CPUtime=1799.07
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3291 0 0 0 179898 9 0 0 25 0 1 0 24560740 15085568 3277 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 3683 3277 75 150 0 3530 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 36956

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

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

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26421
/proc/meminfo: memFree=1498608/2055920 swapFree=4192812/4192956
[pid=26123] ppid=26121 vsize=16868 CPUtime=1
/proc/26123/stat : 26123 (sugar) S 26121 26123 18450 0 -1 4194304 1374 11164 0 2 6 2 83 9 16 0 1 0 24560633 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26123/statm: 4217 1112 409 3 0 796 0
[pid=26146] ppid=26123 vsize=5356 CPUtime=0
/proc/26146/stat : 26146 (sh) S 26123 26123 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24560739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26146/statm: 1339 232 193 169 0 50 0
[pid=26147] ppid=26146 vsize=14732 CPUtime=1799.07
/proc/26147/stat : 26147 (minisat) R 26146 26123 18450 0 -1 4194304 3291 0 0 0 179898 9 0 0 25 0 1 0 24560740 15085568 3277 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/26147/statm: 3683 3277 75 150 0 3530 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 36956

Child status: 0
Real time (s): 1810.42
CPU time (s): 1800.12
CPU user time (s): 1799.89
CPU system time (s): 0.225965
CPU usage (%): 99.4308
Max. virtual memory (cumulated for all children) (KiB): 36956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16599
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= 920
involuntary context switches= 28173

runsolver used 2.24366 second user time and 6.13007 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 07:02:17
IDJOB=2082335
IDBENCH=57572
IDSOLVER=739
FILE ID=node13/2082335-1247374937
PBS_JOBID= 9507014
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-14.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-2082335-1247374937/watcher-2082335-1247374937 -o /tmp/evaluation-result-2082335-1247374937/solver-2082335-1247374937 -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-2082335-1247374937.xml

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

MD5SUM BENCH= 05b79466c1ca90e99abd9087a68fd106
RANDOM SEED=1391144887

node13.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.241
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.241
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:       1846096 kB
Buffers:          6864 kB
Cached:          69976 kB
SwapCached:          0 kB
Active:         125212 kB
Inactive:        24216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          84208 kB
Slab:            45548 kB
Committed_AS:   228212 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node13 at 2009-07-12 07:32:30