Trace number 1734053

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.05 1200.61

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.788
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data

0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  146471   858890 |   43941       0        0     nan |  0.000 % |
4.08/4.15	c |         0 |   96618   601066 |      --       0       --      -- |     --   | -7613/32224
4.08/4.15	c ==============================================================================
4.08/4.15	c Result  :   #vars: 426   #clauses: 96618   #literals: 601066
4.08/4.15	c CPU time:   4.11237 s
4.08/4.15	c ==============================================================================
4.29/4.35	This is MiniSat 2.0 beta
4.29/4.35	WARNING: for repeatability, setting FPU to use double precision
4.29/4.35	============================[ Problem Statistics ]=============================
4.29/4.35	|                                                                             |
4.29/4.35	|  Number of variables:  426                                                  |
4.29/4.35	|  Number of clauses:    96618                                                |
4.33/4.43	|  Parsing time:         0.07         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-1734053-1240795262/watcher-1734053-1240795262 -o /tmp/evaluation-result-1734053-1240795262/solver-1734053-1240795262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1734053-1240795262.cnf c 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29118
/proc/meminfo: memFree=1463928/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=824 CPUtime=0
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 107559494 843776 112 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 206 114 50 127 0 76 0

[startup+0.0102439 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29118
/proc/meminfo: memFree=1463928/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=1260 CPUtime=0
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 218 0 0 0 0 0 0 0 19 0 1 0 107559494 1290240 202 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 315 203 50 127 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6616

[startup+0.101254 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29118
/proc/meminfo: memFree=1463928/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=7632 CPUtime=0.09
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 1805 0 0 0 8 1 0 0 19 0 1 0 107559494 7815168 1789 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 1908 1790 50 127 0 1778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12988

[startup+0.301275 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29118
/proc/meminfo: memFree=1463928/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=14044 CPUtime=0.29
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 3325 0 0 0 27 2 0 0 20 0 1 0 107559494 14381056 3307 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 3511 3307 64 127 0 3381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19400

[startup+0.701318 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29118
/proc/meminfo: memFree=1463928/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=14224 CPUtime=0.69
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 3346 0 0 0 67 2 0 0 24 0 1 0 107559494 14565376 3328 1992294400 134512640 135034092 4294956096 18446744073709551615 134540968 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 3556 3328 64 127 0 3426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19580

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29120
/proc/meminfo: memFree=1450408/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=17732 CPUtime=1.49
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 3847 0 0 0 147 2 0 0 25 0 1 0 107559494 18157568 3802 1992294400 134512640 135034092 4294956096 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 0 0 0
/proc/29119/statm: 4433 3802 67 127 0 4303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23088

[startup+3.10158 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29120
/proc/meminfo: memFree=1448552/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=0
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107559494 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 235 195 169 0 50 0
[pid=29119] ppid=29118 vsize=18288 CPUtime=3.08
/proc/29119/stat : 29119 (SatElite) R 29118 29118 28644 0 -1 4194304 4283 0 0 0 306 2 0 0 25 0 1 0 107559494 18726912 3924 1992294400 134512640 135034092 4294956096 18446744073709551615 134569523 0 0 4096 3 0 0 0 17 1 0 0
/proc/29119/statm: 4572 3924 68 127 0 4442 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23644

[startup+6.30192 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1451432/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=11068 CPUtime=1.93
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 2621 0 0 0 192 1 0 0 25 0 1 0 107559929 11333632 2606 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 2767 2606 78 171 0 2594 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16424

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1444520/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=17128 CPUtime=8.33
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 4140 0 0 0 831 2 0 0 25 0 1 0 107559929 17539072 4125 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 4282 4125 78 171 0 4109 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22484

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1434664/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=26888 CPUtime=21.12
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 6540 0 0 0 2107 5 0 0 25 0 1 0 107559929 27533312 6525 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 6722 6525 78 171 0 6549 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 32244

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1424232/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=37372 CPUtime=46.7
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 9109 0 0 0 4662 8 0 0 25 0 1 0 107559929 38268928 9094 1992294400 134512640 135214827 4294956208 18446744073709551615 134537099 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 9343 9094 78 171 0 9170 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 42728

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1422312/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=39216 CPUtime=97.88
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 9581 0 0 0 9780 8 0 0 25 0 1 0 107559929 40157184 9566 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 9804 9566 78 171 0 9631 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 44572

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1417832/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=43744 CPUtime=157.85
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 10673 0 0 0 15775 10 0 0 25 0 1 0 107559929 44793856 10658 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 10936 10658 78 171 0 10763 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 49100

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1412008/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=49520 CPUtime=217.83
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 12151 0 0 0 21771 12 0 0 25 0 1 0 107559929 50708480 12128 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 12380 12128 78 171 0 12207 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 54876

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1408552/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=53044 CPUtime=277.8
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 13008 0 0 0 27768 12 0 0 25 0 1 0 107559929 54317056 12985 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 13261 12985 78 171 0 13088 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 58400

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1403688/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=58092 CPUtime=337.78
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 14240 0 0 0 33764 14 0 0 25 0 1 0 107559929 59486208 14217 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 14523 14217 78 171 0 14350 0

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

/proc/29121/statm: 16121 15739 78 171 0 15948 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 69840

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1397288/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=64792 CPUtime=577.68
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 15829 0 0 0 57753 15 0 0 25 0 1 0 107559929 66347008 15806 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 16198 15806 78 171 0 16025 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 70148

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1396776/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=65444 CPUtime=637.65
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 15956 0 0 0 63750 15 0 0 25 0 1 0 107559929 67014656 15933 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 16361 15933 78 171 0 16188 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 70800

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1391784/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=70544 CPUtime=697.62
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 17190 0 0 0 69746 16 0 0 25 0 1 0 107559929 72237056 17167 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 17636 17167 78 171 0 17463 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 75900

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1391592/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=70720 CPUtime=757.6
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 17228 0 0 0 75744 16 0 0 25 0 1 0 107559929 72417280 17205 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 17680 17205 78 171 0 17507 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 76076

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1391272/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=71028 CPUtime=817.58
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 17313 0 0 0 81741 17 0 0 25 0 1 0 107559929 72732672 17290 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 17757 17290 78 171 0 17584 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 76384

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1388712/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=73764 CPUtime=877.55
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 17961 0 0 0 87738 17 0 0 25 0 1 0 107559929 75534336 17938 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 18441 17938 78 171 0 18268 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 79120

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1385832/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=76700 CPUtime=937.53
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18686 0 0 0 93735 18 0 0 25 0 1 0 107559929 78540800 18663 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19175 18663 78 171 0 19002 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 82056

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29121
/proc/meminfo: memFree=1385640/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=76944 CPUtime=997.51
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18726 0 0 0 99733 18 0 0 25 0 1 0 107559929 78790656 18703 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19236 18703 78 171 0 19063 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 82300

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29123
/proc/meminfo: memFree=1385000/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=77568 CPUtime=1057.47
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18841 0 0 0 105729 18 0 0 25 0 1 0 107559929 79429632 18818 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19392 18818 78 171 0 19219 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 82924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29123
/proc/meminfo: memFree=1384936/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=77560 CPUtime=1117.45
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18854 0 0 0 111727 18 0 0 25 0 1 0 107559929 79421440 18831 1992294400 134512640 135214827 4294956208 18446744073709551615 134529337 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19390 18831 78 171 0 19217 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 82916

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29123
/proc/meminfo: memFree=1384552/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=78048 CPUtime=1177.42
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18950 0 0 0 117724 18 0 0 25 0 1 0 107559929 79921152 18927 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19512 18927 78 171 0 19339 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 83404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29123
/proc/meminfo: memFree=1384488/2055920 swapFree=4181324/4192956
[pid=29118] ppid=29116 vsize=5356 CPUtime=4.33
/proc/29118/stat : 29118 (lysat.sh) S 29116 29118 28644 0 -1 4194304 310 4310 0 0 0 0 430 3 17 0 1 0 107559494 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29118/statm: 1339 237 195 169 0 50 0
[pid=29121] ppid=29118 vsize=78048 CPUtime=1195.72
/proc/29121/stat : 29121 (LySATc) R 29118 29118 28644 0 -1 4194304 18967 0 0 0 119553 19 0 0 25 0 1 0 107559929 79921152 18944 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/29121/statm: 19512 18944 78 171 0 19339 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 83404

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 29118 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=311344
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=38994
# CPU time returned by wait4() is 4.35034
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.83
CPU system time (s): 0.22
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 83404

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

runsolver used 1.00285 second user time and 3.37249 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-27 03:21:02
IDJOB=1734053
IDBENCH=71153
IDSOLVER=512
FILE ID=node19/1734053-1240795262
PBS_JOBID= 9187293
Free space on /tmp= 66304 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1734053-1240795262/watcher-1734053-1240795262 -o /tmp/evaluation-result-1734053-1240795262/solver-1734053-1240795262 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1734053-1240795262.cnf c

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1526627518

node19.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.236
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.236
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:       1464408 kB
Buffers:         75212 kB
Cached:         435000 kB
SwapCached:       5500 kB
Active:         237192 kB
Inactive:       280976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464408 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            6272 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            59272 kB
Committed_AS:   407260 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node19 at 2009-04-27 03:41:05