Trace number 1825264

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) 5000.05 5001.31

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_9_3_5_fbc.cnf
MD5SUM31a3aedc721d03e1d956a240f176ac5e
Bench CategoryCRAFTED (crafted instances)
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 variables3857
Number of clauses59728
Sum of the clauses size174559
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224387
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   59728   174559 |   17918       0        0     nan |  0.000 % |
0.00/0.24	c |         0 |   59728   174579 |      --       0       --      -- |     --   | 0/20
0.00/0.24	c ==============================================================================
0.00/0.24	c Result  :   #vars: 3853   #clauses: 59728   #literals: 174579
0.00/0.24	c CPU time:   0.225965 s
0.00/0.24	c ==============================================================================
0.00/0.31	This is MiniSat 2.0 beta
0.00/0.31	WARNING: for repeatability, setting FPU to use double precision
0.00/0.31	============================[ Problem Statistics ]=============================
0.00/0.31	|                                                                             |
0.00/0.31	|  Number of variables:  3853                                                 |
0.00/0.31	|  Number of clauses:    59728                                                |
0.00/0.34	|  Parsing time:         0.03         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-1825264-1242492778/watcher-1825264-1242492778 -o /tmp/evaluation-result-1825264-1242492778/solver-1825264-1242492778 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825264-1242492778.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 3818
/proc/meminfo: memFree=1762408/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0
/proc/3818/stat : 3818 (lysat.sh) R 3816 3818 3735 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 277311342 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/3818/statm: 1339 234 194 169 0 50 0

[startup+0.0124391 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 3818
/proc/meminfo: memFree=1762408/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 277311342 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101444 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 3818
/proc/meminfo: memFree=1762408/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 277311342 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301456 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 3818
/proc/meminfo: memFree=1762408/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 277311342 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702491 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 3818
/proc/meminfo: memFree=1762408/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5356

[startup+1.50253 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1755480/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=7352 CPUtime=1.17
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 1731 0 0 0 117 0 0 0 25 0 1 0 277311373 7528448 1716 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 1838 1716 78 171 0 1665 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 12708

[startup+3.10164 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1752536/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=11840 CPUtime=2.78
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 2852 0 0 0 277 1 0 0 25 0 1 0 277311373 12124160 2837 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 2960 2837 78 171 0 2787 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17196

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1745368/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=17640 CPUtime=5.98
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 4308 0 0 0 596 2 0 0 25 0 1 0 277311373 18063360 4293 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 4410 4293 78 171 0 4237 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22996

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1734944/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=27228 CPUtime=12.37
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 6699 0 0 0 1234 3 0 0 25 0 1 0 277311373 27881472 6684 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 6807 6684 78 171 0 6634 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32584

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1724320/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=37788 CPUtime=25.17
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 9314 0 0 0 2511 6 0 0 25 0 1 0 277311373 38694912 9299 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 9447 9299 78 171 0 9274 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43144

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1717984/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=43600 CPUtime=50.76
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 10789 0 0 0 5068 8 0 0 25 0 1 0 277311373 44646400 10774 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 10900 10774 78 171 0 10727 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 48956

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1710432/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=51304 CPUtime=101.96
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 12666 0 0 0 10185 11 0 0 25 0 1 0 277311373 52535296 12651 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 12826 12651 78 171 0 12653 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 56660

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1690848/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=70752 CPUtime=161.93
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 17539 0 0 0 16178 15 0 0 25 0 1 0 277311373 72450048 17524 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 17688 17524 78 171 0 17515 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 76108

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1690592/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=71072 CPUtime=221.93
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 17596 0 0 0 22177 16 0 0 25 0 1 0 277311373 72777728 17581 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 17768 17581 78 171 0 17595 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 76428

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1671840/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=89980 CPUtime=281.91
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 22289 0 0 0 28171 20 0 0 25 0 1 0 277311373 92139520 22274 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 22495 22274 78 171 0 22322 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 95336

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1671776/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=89980 CPUtime=341.9
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 22291 0 0 0 34170 20 0 0 25 0 1 0 277311373 92139520 22276 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 22495 22276 78 171 0 22322 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 95336

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 3821
/proc/meminfo: memFree=1671712/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=89980 CPUtime=401.88
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 22292 0 0 0 40168 20 0 0 25 0 1 0 277311373 92139520 22277 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 22495 22277 78 171 0 22322 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 95336

[startup+462.301 s]

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

/proc/3821/statm: 98908 98686 78 171 0 98735 0
Current children cumulated CPU time (s) 4361.2
Current children cumulated vsize (KiB) 400988

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1364192/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=395632 CPUtime=4420.9
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 98701 0 0 0 441981 109 0 0 25 0 1 0 277311373 405127168 98686 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 98908 98686 78 171 0 98735 0
Current children cumulated CPU time (s) 4421.19
Current children cumulated vsize (KiB) 400988

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1364128/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=395632 CPUtime=4480.88
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 98701 0 0 0 447979 109 0 0 25 0 1 0 277311373 405127168 98686 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 98908 98686 78 171 0 98735 0
Current children cumulated CPU time (s) 4481.17
Current children cumulated vsize (KiB) 400988

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1364128/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=395632 CPUtime=4540.86
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 98702 0 0 0 453977 109 0 0 25 0 1 0 277311373 405127168 98687 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 98908 98687 78 171 0 98735 0
Current children cumulated CPU time (s) 4541.15
Current children cumulated vsize (KiB) 400988

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1345824/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=413988 CPUtime=4600.86
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 103279 0 0 0 459972 114 0 0 25 0 1 0 277311373 423923712 103264 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 103497 103264 78 171 0 103324 0
Current children cumulated CPU time (s) 4601.15
Current children cumulated vsize (KiB) 419344

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1311008/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=448892 CPUtime=4660.83
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 112012 0 0 0 465961 122 0 0 25 0 1 0 277311373 459665408 111997 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 112223 111997 78 171 0 112050 0
Current children cumulated CPU time (s) 4661.12
Current children cumulated vsize (KiB) 454248

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300320/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4720.83
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114618 0 0 0 471958 125 0 0 25 0 1 0 277311373 470351872 114603 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114603 78 171 0 114659 0
Current children cumulated CPU time (s) 4721.12
Current children cumulated vsize (KiB) 464684

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300320/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4780.81
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114619 0 0 0 477956 125 0 0 25 0 1 0 277311373 470351872 114604 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114604 78 171 0 114659 0
Current children cumulated CPU time (s) 4781.1
Current children cumulated vsize (KiB) 464684

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300256/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4840.79
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114619 0 0 0 483954 125 0 0 25 0 1 0 277311373 470351872 114604 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114604 78 171 0 114659 0
Current children cumulated CPU time (s) 4841.08
Current children cumulated vsize (KiB) 464684

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300256/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4900.78
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114622 0 0 0 489952 126 0 0 25 0 1 0 277311373 470351872 114607 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114607 78 171 0 114659 0
Current children cumulated CPU time (s) 4901.07
Current children cumulated vsize (KiB) 464684

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300256/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4960.77
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114622 0 0 0 495951 126 0 0 25 0 1 0 277311373 470351872 114607 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114607 78 171 0 114659 0
Current children cumulated CPU time (s) 4961.06
Current children cumulated vsize (KiB) 464684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300192/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4999.76
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114626 0 0 0 499850 126 0 0 25 0 1 0 277311373 470351872 114611 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114611 78 171 0 114659 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 464684

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

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

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3835
/proc/meminfo: memFree=1300192/2055920 swapFree=4180096/4192956
[pid=3818] ppid=3816 vsize=5356 CPUtime=0.29
/proc/3818/stat : 3818 (lysat.sh) S 3816 3818 3735 0 -1 4194304 310 1160 0 0 0 0 29 0 18 0 1 0 277311342 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3818/statm: 1339 237 195 169 0 50 0
[pid=3821] ppid=3818 vsize=459328 CPUtime=4999.76
/proc/3821/stat : 3821 (LySATc) R 3818 3818 3735 0 -1 4194304 114626 0 0 0 499850 126 0 0 25 0 1 0 277311373 470351872 114611 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/3821/statm: 114832 114611 78 171 0 114659 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 464684

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.31
CPU time (s): 5000.05
CPU user time (s): 4998.79
CPU system time (s): 1.26
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 464684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.297954
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= 1470
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= 14

runsolver used 6.08907 second user time and 12.0672 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-16 18:52:58
IDJOB=1825264
IDBENCH=70931
IDSOLVER=667
FILE ID=node22/1825264-1242492778
PBS_JOBID= 9306878
Free space on /tmp= 66344 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_9_3_5_fbc.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825264-1242492778/watcher-1825264-1242492778 -o /tmp/evaluation-result-1825264-1242492778/solver-1825264-1242492778 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825264-1242492778.cnf c

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

MD5SUM BENCH= 31a3aedc721d03e1d956a240f176ac5e
RANDOM SEED=1938770321

node22.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.232
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.232
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:       1762824 kB
Buffers:         40912 kB
Cached:         202348 kB
SwapCached:       7796 kB
Active:          62108 kB
Inactive:       191304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762824 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          14100 kB
Slab:            25660 kB
Committed_AS:  1106416 kB
PageTables:       1368 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= 66340 MiB
End job on node22 at 2009-05-16 20:16:21