Trace number 1718969

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 1200.82

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c Parsing...
1.98/2.04	c ==============================================================================
2.19/2.25	c |           |     ORIGINAL     |              LEARNT              |          |
2.19/2.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.19/2.25	c ==============================================================================
2.19/2.25	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
22.77/22.80	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
22.77/22.80	c ==============================================================================
22.77/22.80	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
22.77/22.80	c CPU time:   22.3476 s
22.77/22.80	c ==============================================================================
26.36/26.48	This is MiniSat 2.0 beta
26.36/26.48	WARNING: for repeatability, setting FPU to use double precision
26.36/26.48	============================[ Problem Statistics ]=============================
26.36/26.48	|                                                                             |
26.36/26.48	|  Number of variables:  120317                                               |
26.36/26.48	|  Number of clauses:    2391111                                              |
27.85/27.93	|  Parsing time:         1.28         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-1718969-1240641600/watcher-1718969-1240641600 -o /tmp/evaluation-result-1718969-1240641600/solver-1718969-1240641600 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1718969-1240641600.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: 2.32 1.95 1.57 3/64 10728
/proc/meminfo: memFree=1110748/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=824 CPUtime=0
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 136 0 0 0 0 0 0 0 19 0 1 0 92189379 843776 120 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 206 121 51 127 0 76 0

[startup+0.00765606 s]
/proc/loadavg: 2.32 1.95 1.57 3/64 10728
/proc/meminfo: memFree=1110748/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=1232 CPUtime=0
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 211 0 0 0 0 0 0 0 19 0 1 0 92189379 1261568 195 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 308 196 51 127 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6588

[startup+0.101664 s]
/proc/loadavg: 2.32 1.95 1.57 3/64 10728
/proc/meminfo: memFree=1110748/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=9464 CPUtime=0.09
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 2131 0 0 0 8 1 0 0 19 0 1 0 92189379 9691136 2115 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 2366 2115 51 127 0 2236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.301684 s]
/proc/loadavg: 2.32 1.95 1.57 3/64 10728
/proc/meminfo: memFree=1110748/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=27040 CPUtime=0.29
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 5892 0 0 0 25 4 0 0 21 0 1 0 92189379 27688960 5876 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 6760 5880 51 127 0 6630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32396

[startup+0.701725 s]
/proc/loadavg: 2.32 1.95 1.57 3/64 10728
/proc/meminfo: memFree=1110748/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=58052 CPUtime=0.69
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 12974 0 0 0 59 10 0 0 25 0 1 0 92189379 59445248 12958 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 14513 12958 51 127 0 14383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63408

[startup+1.50181 s]
/proc/loadavg: 2.32 1.95 1.57 2/66 10730
/proc/meminfo: memFree=1036940/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=120036 CPUtime=1.49
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 26874 0 0 0 128 21 0 0 25 0 1 0 92189379 122916864 26858 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 30009 26858 51 127 0 29879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125392

[startup+3.10299 s]
/proc/loadavg: 2.32 1.95 1.57 3/66 10730
/proc/meminfo: memFree=930572/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=202028 CPUtime=3.08
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 49474 0 0 0 277 31 0 0 25 0 1 0 92189379 206876672 44238 1992294400 134512640 135034092 4294956112 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 1 0 0
/proc/10729/statm: 50507 44238 68 127 0 50377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 207384

[startup+6.3013 s]
/proc/loadavg: 2.37 1.96 1.58 2/66 10730
/proc/meminfo: memFree=918732/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=226944 CPUtime=6.28
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 53032 0 0 0 593 35 0 0 25 0 1 0 92189379 232390656 47796 1992294400 134512640 135034092 4294956112 18446744073709551615 134576091 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 56736 47796 68 127 0 56606 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 232300

[startup+12.702 s]
/proc/loadavg: 2.42 1.98 1.58 2/66 10730
/proc/meminfo: memFree=888780/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=263752 CPUtime=12.67
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 59855 0 0 0 1227 40 0 0 25 0 1 0 92189379 270082048 54060 1992294400 134512640 135034092 4294956112 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 65938 54060 68 127 0 65808 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 269108

[startup+25.5013 s]
/proc/loadavg: 2.55 2.03 1.60 2/66 10730
/proc/meminfo: memFree=875084/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=0
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92189378 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 235 195 169 0 50 0
[pid=10729] ppid=10728 vsize=232396 CPUtime=25.45
/proc/10729/stat : 10729 (SatElite) R 10728 10728 10366 0 -1 4194304 65254 0 0 0 2487 58 0 0 25 0 1 0 92189379 237973504 49071 1992294400 134512640 135034092 4294956112 18446744073709551615 134658084 0 0 4096 3 0 0 0 17 0 0 0
/proc/10729/statm: 58099 49071 69 127 0 57969 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 237752

[startup+51.1019 s]
/proc/loadavg: 2.70 2.11 1.64 2/66 10731
/proc/meminfo: memFree=924556/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=132996 CPUtime=24.58
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 31593 0 0 0 2437 21 0 0 25 0 1 0 92192026 136187904 31578 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 33249 31578 77 171 0 33076 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 138352

[startup+102.305 s]
/proc/loadavg: 2.87 2.24 1.71 2/66 10731
/proc/meminfo: memFree=854476/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=201852 CPUtime=75.7
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 48773 0 0 0 7536 34 0 0 25 0 1 0 92192026 206696448 48758 1992294400 134512640 135214827 4294956224 18446744073709551615 134527456 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 50463 48758 77 171 0 50290 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 207208

[startup+162.301 s]
/proc/loadavg: 2.95 2.38 1.79 2/66 10731
/proc/meminfo: memFree=751180/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=305252 CPUtime=135.59
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 74616 0 0 0 13505 54 0 0 25 0 1 0 92192026 312578048 74601 1992294400 134512640 135214827 4294956224 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 76313 74601 77 171 0 76140 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 310608

[startup+222.302 s]
/proc/loadavg: 3.26 2.55 1.88 2/66 10731
/proc/meminfo: memFree=659020/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=397312 CPUtime=195.53
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 97581 0 0 0 19481 72 0 0 25 0 1 0 92192026 406847488 97566 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 99328 97566 77 171 0 99155 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 402668

[startup+282.306 s]
/proc/loadavg: 3.73 2.81 2.01 2/66 10731
/proc/meminfo: memFree=626892/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=429652 CPUtime=255.46
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 105660 0 0 0 25466 80 0 0 25 0 1 0 92192026 439963648 105645 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 107413 105645 77 171 0 107240 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 435008

[startup+342.302 s]
/proc/loadavg: 3.90 3.03 2.13 2/66 10731
/proc/meminfo: memFree=556620/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=500832 CPUtime=315.4
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 123332 0 0 0 31446 94 0 0 25 0 1 0 92192026 512851968 123317 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 125208 123317 77 171 0 125035 0

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

/proc/10731/statm: 177765 175763 77 171 0 177592 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 716416

[startup+582.302 s]
/proc/loadavg: 1.18 2.26 2.05 2/66 10731
/proc/meminfo: memFree=301772/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=759516 CPUtime=555.24
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 187871 0 0 0 55370 154 0 0 25 0 1 0 92192026 777744384 187856 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 189879 187856 77 171 0 189706 0
Current children cumulated CPU time (s) 581.68
Current children cumulated vsize (KiB) 764872

[startup+642.302 s]
/proc/loadavg: 1.06 2.03 1.98 2/66 10731
/proc/meminfo: memFree=261196/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=799464 CPUtime=615.21
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 197886 0 0 0 61357 164 0 0 25 0 1 0 92192026 818651136 197871 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 199866 197871 77 171 0 199693 0
Current children cumulated CPU time (s) 641.65
Current children cumulated vsize (KiB) 804820

[startup+702.301 s]
/proc/loadavg: 1.02 1.84 1.91 2/66 10731
/proc/meminfo: memFree=211980/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=849308 CPUtime=675.2
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 210380 0 0 0 67344 176 0 0 25 0 1 0 92192026 869691392 210365 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 212327 210365 77 171 0 212154 0
Current children cumulated CPU time (s) 701.64
Current children cumulated vsize (KiB) 854664

[startup+762.301 s]
/proc/loadavg: 1.01 1.68 1.85 2/66 10731
/proc/meminfo: memFree=155596/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=905232 CPUtime=735.18
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 224366 0 0 0 73329 189 0 0 25 0 1 0 92192026 926957568 224351 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 226308 224351 77 171 0 226135 0
Current children cumulated CPU time (s) 761.62
Current children cumulated vsize (KiB) 910588

[startup+822.302 s]
/proc/loadavg: 1.00 1.56 1.80 2/66 10731
/proc/meminfo: memFree=68236/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=994696 CPUtime=795.16
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 246425 0 0 0 79312 204 0 0 25 0 1 0 92192026 1018568704 246410 1992294400 134512640 135214827 4294956224 18446744073709551615 134527441 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 248674 246410 77 171 0 248501 0
Current children cumulated CPU time (s) 821.6
Current children cumulated vsize (KiB) 1000052

[startup+882.302 s]
/proc/loadavg: 1.00 1.45 1.75 2/66 10731
/proc/meminfo: memFree=15308/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1079048 CPUtime=855.14
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 267501 0 0 0 85293 221 0 0 25 0 1 0 92192026 1104945152 267486 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 269762 267486 77 171 0 269589 0
Current children cumulated CPU time (s) 881.58
Current children cumulated vsize (KiB) 1084404

[startup+942.302 s]
/proc/loadavg: 1.00 1.37 1.70 2/66 10731
/proc/meminfo: memFree=15244/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1162340 CPUtime=915.13
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 288373 0 0 0 91274 239 0 0 25 0 1 0 92192026 1190236160 288358 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 290585 288358 77 171 0 290412 0
Current children cumulated CPU time (s) 941.57
Current children cumulated vsize (KiB) 1167696

[startup+1002.3 s]
/proc/loadavg: 1.00 1.30 1.65 2/66 10731
/proc/meminfo: memFree=16076/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1249396 CPUtime=975.11
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 310145 0 0 0 97257 254 0 0 25 0 1 0 92192026 1279381504 310130 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 312349 310130 77 171 0 312176 0
Current children cumulated CPU time (s) 1001.55
Current children cumulated vsize (KiB) 1254752

[startup+1062.31 s]
/proc/loadavg: 1.00 1.24 1.61 2/66 10731
/proc/meminfo: memFree=15052/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1326384 CPUtime=1035.1
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 329459 0 0 0 103238 272 0 0 25 0 1 0 92192026 1358217216 329444 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 331596 329444 77 171 0 331423 0
Current children cumulated CPU time (s) 1061.54
Current children cumulated vsize (KiB) 1331740

[startup+1122.3 s]
/proc/loadavg: 1.00 1.19 1.56 2/66 10731
/proc/meminfo: memFree=15948/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1404252 CPUtime=1095.08
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 348939 0 0 0 109222 286 0 0 25 0 1 0 92192026 1437954048 348924 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 351063 348924 77 171 0 350890 0
Current children cumulated CPU time (s) 1121.52
Current children cumulated vsize (KiB) 1409608

[startup+1182.3 s]
/proc/loadavg: 1.00 1.16 1.53 2/66 10731
/proc/meminfo: memFree=15180/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1470496 CPUtime=1155.05
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 365508 0 0 0 115206 299 0 0 25 0 1 0 92192026 1505787904 365493 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 367624 365493 77 171 0 367451 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 1475852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.14 1.52 2/66 10731
/proc/meminfo: memFree=15180/2055920 swapFree=4192956/4192956
[pid=10728] ppid=10726 vsize=5356 CPUtime=26.44
/proc/10728/stat : 10728 (lysat.sh) S 10726 10728 10366 0 -1 4194304 310 65257 0 0 0 0 2576 68 19 0 1 0 92189378 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10728/statm: 1339 237 195 169 0 50 0
[pid=10731] ppid=10728 vsize=1490208 CPUtime=1173.56
/proc/10731/stat : 10731 (LySATc) R 10728 10728 10366 0 -1 4194304 370432 0 0 0 117052 304 0 0 25 0 1 0 92192026 1525972992 370417 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10731/statm: 372552 370417 77 171 0 372379 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1495564

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

Real time (s): 1200.82
CPU time (s): 1200
CPU user time (s): 1196.28
CPU system time (s): 3.72
CPU usage (%): 99.9319
Max. virtual memory (cumulated for all children) (KiB): 1495564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7601
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65567
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= 5
involuntary context switches= 126

runsolver used 1.92271 second user time and 4.53331 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 08:40:03
IDJOB=1718969
IDBENCH=20575
IDSOLVER=512
FILE ID=node90/1718969-1240641600
PBS_JOBID= 9186409
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=875911265

node90.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.238
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.238
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:       1111228 kB
Buffers:         88016 kB
Cached:         751988 kB
SwapCached:          0 kB
Active:         373652 kB
Inactive:       481076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111228 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           53260 kB
Writeback:           0 kB
Mapped:          23456 kB
Slab:            75992 kB
Committed_AS:   207124 kB
PageTables:       1428 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= 66416 MiB
End job on node90 at 2009-04-25 09:00:06