Trace number 1719021

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.1 1200.71

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications 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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
2.99/3.03	c ==============================================================================
2.99/3.03	c |           |     ORIGINAL     |              LEARNT              |          |
2.99/3.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.99/3.03	c ==============================================================================
2.99/3.03	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
39.97/40.01	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
39.97/40.02	c ==============================================================================
39.97/40.02	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
39.97/40.02	c CPU time:   39.354 s
39.97/40.02	c ==============================================================================
44.46/44.52	This is MiniSat 2.0 beta
44.46/44.52	WARNING: for repeatability, setting FPU to use double precision
44.46/44.52	============================[ Problem Statistics ]=============================
44.46/44.52	|                                                                             |
44.46/44.52	|  Number of variables:  168000                                               |
44.46/44.52	|  Number of clauses:    3532144                                              |
46.45/46.57	|  Parsing time:         1.80         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-1719021-1240642375/watcher-1719021-1240642375 -o /tmp/evaluation-result-1719021-1240642375/solver-1719021-1240642375 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719021-1240642375.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: 1.00 1.00 1.00 3/64 17798
/proc/meminfo: memFree=1566272/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5256 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) R 17796 17798 17503 0 -1 4194304 64 0 0 0 0 0 0 0 20 0 1 0 92271481 5382144 48 1992294400 4194304 4889804 548682068816 18446744073709551615 237785628132 0 0 4096 0 0 0 0 17 1 0 0
/proc/17798/statm: 1303 43 29 169 0 14 0

[startup+0.052794 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17798
/proc/meminfo: memFree=1566272/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101796 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17798
/proc/meminfo: memFree=1566272/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301817 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17798
/proc/meminfo: memFree=1566272/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701859 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17798
/proc/meminfo: memFree=1566272/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17800
/proc/meminfo: memFree=1495088/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
[pid=17800] ppid=17798 vsize=119188 CPUtime=1.49
/proc/17800/stat : 17800 (SatElite) R 17798 17798 17503 0 -1 4194304 26702 0 0 0 129 20 0 0 25 0 1 0 92271482 122048512 26686 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17800/statm: 29797 26687 51 127 0 29667 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124544

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17800
/proc/meminfo: memFree=1420144/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
[pid=17800] ppid=17798 vsize=268432 CPUtime=3.08
/proc/17800/stat : 17800 (SatElite) R 17798 17798 17503 0 -1 4194304 61195 0 0 0 269 39 0 0 25 0 1 0 92271482 274874368 61179 1992294400 134512640 135034092 4294956112 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/17800/statm: 67108 61185 66 127 0 66978 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 273788

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17800
/proc/meminfo: memFree=1309040/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
[pid=17800] ppid=17798 vsize=284716 CPUtime=6.29
/proc/17800/stat : 17800 (SatElite) R 17798 17798 17503 0 -1 4194304 72728 0 0 0 581 48 0 0 25 0 1 0 92271482 291549184 65067 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/17800/statm: 71179 65067 68 127 0 71049 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290072

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17800
/proc/meminfo: memFree=1279856/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
[pid=17800] ppid=17798 vsize=310452 CPUtime=12.68
/proc/17800/stat : 17800 (SatElite) R 17798 17798 17503 0 -1 4194304 78565 0 0 0 1213 55 0 0 25 0 1 0 92271482 317902848 70904 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17800/statm: 77613 70904 68 127 0 77483 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 315808

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17800
/proc/meminfo: memFree=1245616/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=0
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 92271481 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17798/statm: 1339 235 195 169 0 50 0
[pid=17800] ppid=17798 vsize=358920 CPUtime=25.48
/proc/17800/stat : 17800 (SatElite) R 17798 17798 17503 0 -1 4194304 87065 0 0 0 2489 59 0 0 25 0 1 0 92271482 367534080 78787 1992294400 134512640 135034092 4294956112 18446744073709551615 134541048 0 0 4096 3 0 0 0 17 0 0 0
/proc/17800/statm: 89730 78787 68 127 0 89600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 364276

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=1317936/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=165516 CPUtime=6.56
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 40500 0 0 0 630 26 0 0 25 0 1 0 92275934 169488384 40469 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 41379 40469 76 171 0 41206 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 170872

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=1276528/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=207156 CPUtime=57.74
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 50875 0 0 0 5739 35 0 0 25 0 1 0 92275934 212127744 50844 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 51789 50844 76 171 0 51616 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 212512

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=1196656/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=287624 CPUtime=117.72
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 70983 0 0 0 11721 51 0 0 25 0 1 0 92275934 294526976 70952 1992294400 134512640 135214827 4294956224 18446744073709551615 134529476 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 71906 70952 76 171 0 71733 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 292980

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=1134384/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=349204 CPUtime=177.69
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 86356 0 0 0 17706 63 0 0 25 0 1 0 92275934 357584896 86325 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 87301 86325 76 171 0 87128 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 354560

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=1090160/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=395096 CPUtime=237.67
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 97782 0 0 0 23694 73 0 0 25 0 1 0 92275934 404578304 97751 1992294400 134512640 135214827 4294956224 18446744073709551615 134527645 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 98774 97751 76 171 0 98601 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 400452

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=969392/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=514704 CPUtime=297.64
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 127704 0 0 0 29673 91 0 0 25 0 1 0 92275934 527056896 127673 1992294400 134512640 135214827 4294956224 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 128676 127673 76 171 0 128503 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 520060

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17801
/proc/meminfo: memFree=877424/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=608176 CPUtime=357.61
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 150944 0 0 0 35653 108 0 0 25 0 1 0 92275934 622772224 150913 1992294400 134512640 135214827 4294956224 18446744073709551615 134536857 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 152044 150913 76 171 0 151871 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 613532


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

/proc/17801/statm: 228456 227396 76 171 0 228283 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 919180

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17807
/proc/meminfo: memFree=542704/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=940672 CPUtime=597.51
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 233916 0 0 0 59581 170 0 0 25 0 1 0 92275934 963248128 233885 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 235168 233885 76 171 0 234995 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 946028

[startup+702.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 17807
/proc/meminfo: memFree=496944/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=986792 CPUtime=657.49
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 245463 0 0 0 65568 181 0 0 25 0 1 0 92275934 1010475008 245432 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 246698 245432 76 171 0 246525 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 992148

[startup+762.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 17807
/proc/meminfo: memFree=416368/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1066632 CPUtime=717.46
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 265446 0 0 0 71551 195 0 0 25 0 1 0 92275934 1092231168 265415 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 266658 265415 76 171 0 266485 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 1071988

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17807
/proc/meminfo: memFree=339504/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1144144 CPUtime=777.43
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 284838 0 0 0 77534 209 0 0 25 0 1 0 92275934 1171603456 284807 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 286036 284807 76 171 0 285863 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 1149500

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17807
/proc/meminfo: memFree=264496/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1218204 CPUtime=837.4
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 303374 0 0 0 83517 223 0 0 25 0 1 0 92275934 1247440896 303343 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 304551 303343 76 171 0 304378 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 1223560

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17807
/proc/meminfo: memFree=188912/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1294024 CPUtime=897.38
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 322341 0 0 0 89499 239 0 0 25 0 1 0 92275934 1325080576 322310 1992294400 134512640 135214827 4294956224 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 323506 322310 76 171 0 323333 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 1299380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17807
/proc/meminfo: memFree=81648/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1402724 CPUtime=957.34
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 349140 0 0 0 95478 256 0 0 25 0 1 0 92275934 1436389376 349109 1992294400 134512640 135214827 4294956224 18446744073709551615 134527452 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 350681 349109 76 171 0 350508 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 1408080

[startup+1062.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 17807
/proc/meminfo: memFree=15664/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1520328 CPUtime=1017.29
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 378537 0 0 0 101451 278 0 0 25 0 1 0 92275934 1556815872 378506 1992294400 134512640 135214827 4294956224 18446744073709551615 134527645 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 380082 378506 76 171 0 379909 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 1525684

[startup+1122.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 17807
/proc/meminfo: memFree=15344/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1610400 CPUtime=1077.23
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 401083 0 0 0 107426 297 0 0 25 0 1 0 92275934 1649049600 401052 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 402600 401052 76 171 0 402427 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 1615756

[startup+1182.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 17807
/proc/meminfo: memFree=15664/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1703340 CPUtime=1137.21
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 424349 0 0 0 113408 313 0 0 25 0 1 0 92275934 1744220160 424318 1992294400 134512640 135214827 4294956224 18446744073709551615 134527511 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 425835 424318 76 171 0 425662 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 1708696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 17807
/proc/meminfo: memFree=15664/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1729472 CPUtime=1155.61
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 430891 0 0 0 115243 318 0 0 25 0 1 0 92275934 1770979328 430860 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 432368 430860 76 171 0 432195 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1734828

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

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

[startup+1200.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 17807
/proc/meminfo: memFree=15664/2055920 swapFree=4180592/4192956
[pid=17798] ppid=17796 vsize=5356 CPUtime=44.49
/proc/17798/stat : 17798 (lysat.sh) S 17796 17798 17503 0 -1 4194304 310 95009 0 0 0 0 4349 100 16 0 1 0 92271481 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17798/statm: 1339 237 195 169 0 50 0
[pid=17801] ppid=17798 vsize=1729472 CPUtime=1155.61
/proc/17801/stat : 17801 (LySATc) R 17798 17798 17503 0 -1 4194304 430891 0 0 0 115243 318 0 0 25 0 1 0 92275934 1770979328 430860 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17801/statm: 432368 430860 76 171 0 432195 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1734828

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17798 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=496387
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=7846
# CPU time returned by wait4() is 44.5042
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.1
CPU user time (s): 1195.92
CPU system time (s): 4.18
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 1734828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4964
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95319
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= 105

runsolver used 0.954854 second user time and 3.42448 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-25 08:52:59
IDJOB=1719021
IDBENCH=20576
IDSOLVER=512
FILE ID=node24/1719021-1240642375
PBS_JOBID= 9186425
Free space on /tmp= 66168 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719021-1240642375/watcher-1719021-1240642375 -o /tmp/evaluation-result-1719021-1240642375/solver-1719021-1240642375 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1719021-1240642375.cnf c

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=106253917

node24.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:       1567456 kB
Buffers:         41748 kB
Cached:         368996 kB
SwapCached:       6708 kB
Active:          95096 kB
Inactive:       324884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567456 kB
SwapTotal:     4192956 kB
SwapFree:      4180592 kB
Dirty:           78960 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            54452 kB
Committed_AS:   354916 kB
PageTables:       1440 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= 66080 MiB
End job on node24 at 2009-04-25 09:13:02