Trace number 1562467

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
LySAT c/2009-03-20? (TO) 1200.06 1200.61

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_4_8_fbc.cnf
MD5SUMc8ff95be17c69641ce8ae01fa573e84b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.042992
Satisfiable
(Un)Satisfiability was proved
Number of variables1617
Number of clauses25913
Sum of the clauses size69945
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214456
Number of clauses of size 38550
Number of clauses of size 4932
Number of clauses of size 51825
Number of clauses of size over 5150

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   25913    69945 |    7773       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |   25913    69961 |      --       0       --      -- |     --   | 0/16
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1613   #clauses: 25913   #literals: 69961
0.04/0.06	c CPU time:   0.054991 s
0.04/0.06	c ==============================================================================
0.04/0.09	This is MiniSat 2.0 beta
0.04/0.09	WARNING: for repeatability, setting FPU to use double precision
0.04/0.09	============================[ Problem Statistics ]=============================
0.04/0.09	|                                                                             |
0.04/0.09	|  Number of variables:  1613                                                 |
0.04/0.09	|  Number of clauses:    25913                                                |
0.07/0.10	|  Parsing time:         0.01         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562467-1238775265/watcher-1562467-1238775265 -o /tmp/evaluation-result-1562467-1238775265/solver-1562467-1238775265 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1562467-1238775265.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/73 8305
/proc/meminfo: memFree=1532928/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150190477 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 235 195 169 0 50 0
[pid=8306] ppid=8305 vsize=956 CPUtime=0
/proc/8306/stat : 8306 (SatElite) R 8305 8305 8058 0 -1 4194304 146 0 0 0 0 0 0 0 19 0 1 0 1150190477 978944 130 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/8306/statm: 239 132 51 127 0 109 0

[startup+0.0487389 s]
/proc/loadavg: 0.99 0.97 0.97 3/73 8305
/proc/meminfo: memFree=1532928/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150190477 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 235 195 169 0 50 0
[pid=8306] ppid=8305 vsize=2480 CPUtime=0.04
/proc/8306/stat : 8306 (SatElite) R 8305 8305 8058 0 -1 4194304 532 0 0 0 4 0 0 0 19 0 1 0 1150190477 2539520 516 1992294400 134512640 135034092 4294956112 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 0 0 0
/proc/8306/statm: 620 516 68 127 0 490 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7836

[startup+0.102748 s]
/proc/loadavg: 0.99 0.97 0.97 3/73 8305
/proc/meminfo: memFree=1532928/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301779 s]
/proc/loadavg: 0.99 0.97 0.97 3/73 8305
/proc/meminfo: memFree=1532928/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701813 s]
/proc/loadavg: 0.99 0.97 0.97 3/73 8305
/proc/meminfo: memFree=1532928/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50188 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1527856/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=6572 CPUtime=1.4
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 1401 0 0 0 140 0 0 0 25 0 1 0 1150190486 6729728 1386 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 1643 1386 78 171 0 1470 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11928

[startup+3.10105 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1525616/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=9668 CPUtime=2.99
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 2177 0 0 0 299 0 0 0 25 0 1 0 1150190486 9900032 2162 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 2417 2162 78 171 0 2244 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 15024

[startup+6.30137 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1520816/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=12576 CPUtime=6.19
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 2905 0 0 0 618 1 0 0 25 0 1 0 1150190486 12877824 2890 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 3144 2890 78 171 0 2971 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17932

[startup+12.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1519152/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=14464 CPUtime=12.59
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 3347 0 0 0 1257 2 0 0 25 0 1 0 1150190486 14811136 3332 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 3616 3332 78 171 0 3443 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 19820

[startup+25.5023 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1518768/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=14868 CPUtime=25.38
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 3438 0 0 0 2536 2 0 0 25 0 1 0 1150190486 15224832 3423 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 3717 3423 78 171 0 3544 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 20224

[startup+51.103 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1512624/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=20804 CPUtime=50.98
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 4924 0 0 0 5094 4 0 0 25 0 1 0 1150190486 21303296 4909 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 5201 4909 78 171 0 5028 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26160

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1511536/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=21892 CPUtime=102.15
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 5184 0 0 0 10211 4 0 0 25 0 1 0 1150190486 22417408 5169 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 5473 5169 78 171 0 5300 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27248

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1510128/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=23332 CPUtime=162.12
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 5527 0 0 0 16208 4 0 0 25 0 1 0 1150190486 23891968 5512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 5833 5512 78 171 0 5660 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 28688

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1505904/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=27716 CPUtime=222.1
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 6598 0 0 0 22205 5 0 0 25 0 1 0 1150190486 28381184 6583 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 6929 6583 78 171 0 6756 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 33072

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1499952/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=34112 CPUtime=282.07
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8182 0 0 0 28200 7 0 0 25 0 1 0 1150190486 34930688 8167 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 8528 8167 78 171 0 8355 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 39468

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496688/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37132 CPUtime=342.05
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8928 0 0 0 34196 9 0 0 25 0 1 0 1150190486 38023168 8913 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9283 8913 78 171 0 9110 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 42488

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496624/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0

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

/proc/8308/statm: 9277 8930 78 171 0 9104 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 42464

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496496/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37108 CPUtime=581.95
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8946 0 0 0 58186 9 0 0 25 0 1 0 1150190486 37998592 8931 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9277 8931 78 171 0 9104 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 42464

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496496/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37108 CPUtime=641.92
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8948 0 0 0 64183 9 0 0 25 0 1 0 1150190486 37998592 8933 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9277 8933 78 171 0 9104 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 42464

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496304/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37108 CPUtime=701.9
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8954 0 0 0 70181 9 0 0 25 0 1 0 1150190486 37998592 8939 1992294400 134512640 135214827 4294956224 18446744073709551615 134536841 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9277 8939 78 171 0 9104 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 42464

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1496304/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37336 CPUtime=761.88
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 8989 0 0 0 76179 9 0 0 25 0 1 0 1150190486 38232064 8974 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9334 8974 78 171 0 9161 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 42692

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1495792/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=37916 CPUtime=821.84
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 9122 0 0 0 82175 9 0 0 25 0 1 0 1150190486 38825984 9107 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9479 9107 78 171 0 9306 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 43272

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1495728/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=38056 CPUtime=881.82
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 9138 0 0 0 88173 9 0 0 25 0 1 0 1150190486 38969344 9123 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9514 9123 78 171 0 9341 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 43412

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1495728/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=38056 CPUtime=941.79
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 9155 0 0 0 94170 9 0 0 25 0 1 0 1150190486 38969344 9140 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9514 9140 78 171 0 9341 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 43412

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1495536/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=38340 CPUtime=1001.76
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 9218 0 0 0 100167 9 0 0 25 0 1 0 1150190486 39260160 9203 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 9585 9203 78 171 0 9412 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 43696

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1493744/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=40348 CPUtime=1061.74
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 9656 0 0 0 106165 9 0 0 25 0 1 0 1150190486 41316352 9641 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 10087 9641 78 171 0 9914 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 45704

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1491888/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=42220 CPUtime=1121.72
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 10123 0 0 0 112162 10 0 0 25 0 1 0 1150190486 43233280 10108 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 10555 10108 78 171 0 10382 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 47576

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1491376/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=42744 CPUtime=1181.69
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 10238 0 0 0 118159 10 0 0 25 0 1 0 1150190486 43769856 10223 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 10686 10223 78 171 0 10513 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 48100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/75 8308
/proc/meminfo: memFree=1491248/2055920 swapFree=4177652/4192956
[pid=8305] ppid=8303 vsize=5356 CPUtime=0.07
/proc/8305/stat : 8305 (lysat.sh) S 8303 8305 8058 0 -1 4194304 310 537 0 0 0 0 7 0 15 0 1 0 1150190477 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8305/statm: 1339 237 195 169 0 50 0
[pid=8308] ppid=8305 vsize=42920 CPUtime=1199.99
/proc/8308/stat : 8308 (LySATc) R 8305 8305 8058 0 -1 4194304 10280 0 0 0 119989 10 0 0 25 0 1 0 1150190486 43950080 10265 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/8308/statm: 10730 10265 78 171 0 10557 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 48276

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.1
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 48276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.078987
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 847
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2

runsolver used 1.07584 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-03 18:14:25
IDJOB=1562467
IDBENCH=70935
IDSOLVER=512
FILE ID=node84/1562467-1238775265
PBS_JOBID= 9085542
Free space on /tmp= 66492 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_7_4_8_fbc.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562467-1238775265/watcher-1562467-1238775265 -o /tmp/evaluation-result-1562467-1238775265/solver-1562467-1238775265 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1562467-1238775265.cnf c

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

MD5SUM BENCH= c8ff95be17c69641ce8ae01fa573e84b
RANDOM SEED=677263005

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1533480 kB
Buffers:         90868 kB
Cached:         338476 kB
SwapCached:       6944 kB
Active:         273780 kB
Inactive:       164760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533480 kB
SwapTotal:     4192956 kB
SwapFree:      4177652 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          14840 kB
Slab:            69040 kB
Committed_AS:  3113780 kB
PageTables:       1980 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= 66488 MiB
End job on node84 at 2009-04-03 18:34:28