Trace number 1716941

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.09 1200.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1143.77
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.00/0.10	c CPU time:   0.093985 s
0.00/0.10	c ==============================================================================
0.00/0.12	This is MiniSat 2.0 beta
0.00/0.12	WARNING: for repeatability, setting FPU to use double precision
0.00/0.12	============================[ Problem Statistics ]=============================
0.00/0.12	|                                                                             |
0.00/0.12	|  Number of variables:  2513                                                 |
0.00/0.12	|  Number of clauses:    12797                                                |
0.00/0.13	|  Parsing time:         0.01         s                                       |
1200.06/1200.40	HOME/lysat.sh: line 55: 21290 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

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-1716941-1240622062/watcher-1716941-1240622062 -o /tmp/evaluation-result-1716941-1240622062/solver-1716941-1240622062 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1716941-1240622062.cnf c 

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.99 2/64 21287
/proc/meminfo: memFree=1579216/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0
/proc/21287/stat : 21287 (lysat.sh) R 21285 21287 21181 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 90232334 5484544 180 1992294400 4194304 4889804 548682068816 18446744073709551615 244276397136 0 0 4100 0 0 0 0 17 1 0 0
/proc/21287/statm: 1339 192 157 169 0 50 0

[startup+0.080003 s]
/proc/loadavg: 0.99 1.00 0.99 2/64 21287
/proc/meminfo: memFree=1579216/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90232334 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21287/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103003 s]
/proc/loadavg: 0.99 1.00 0.99 2/64 21287
/proc/meminfo: memFree=1579216/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90232334 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21287/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302014 s]
/proc/loadavg: 0.99 1.00 0.99 2/64 21287
/proc/meminfo: memFree=1579216/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+0.701058 s]
/proc/loadavg: 0.99 1.00 0.99 2/64 21287
/proc/meminfo: memFree=1579216/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+1.50115 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1575872/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=4900 CPUtime=1.37
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 907 0 0 0 137 0 0 0 25 0 1 0 90232346 5017600 892 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1225 892 77 171 0 1052 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10256

[startup+3.10133 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1574976/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=5296 CPUtime=2.97
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1011 0 0 0 297 0 0 0 25 0 1 0 90232346 5423104 996 1992294400 134512640 135214827 4294956224 18446744073709551615 134540692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1324 996 77 171 0 1151 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10652

[startup+6.30169 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1574336/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=5692 CPUtime=6.17
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1128 0 0 0 617 0 0 0 25 0 1 0 90232346 5828608 1113 1992294400 134512640 135214827 4294956224 18446744073709551615 134737647 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1423 1113 77 171 0 1250 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11048

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1573696/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=6220 CPUtime=12.56
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1252 0 0 0 1256 0 0 0 25 0 1 0 90232346 6369280 1237 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1555 1237 77 171 0 1382 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11576

[startup+25.5029 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1572608/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=7232 CPUtime=25.36
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1492 0 0 0 2536 0 0 0 25 0 1 0 90232346 7405568 1477 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1808 1477 77 171 0 1635 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12588

[startup+51.1027 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1572032/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=7760 CPUtime=50.95
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1643 0 0 0 5095 0 0 0 25 0 1 0 90232346 7946240 1628 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 1940 1628 77 171 0 1767 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13116

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1571392/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=8424 CPUtime=102.14
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 1808 0 0 0 10214 0 0 0 25 0 1 0 90232346 8626176 1793 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2106 1793 77 171 0 1933 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 13780

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1569984/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=9888 CPUtime=162.13
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2153 0 0 0 16212 1 0 0 25 0 1 0 90232346 10125312 2138 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2472 2138 77 171 0 2299 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15244

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1569536/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=10448 CPUtime=222.11
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2286 0 0 0 22210 1 0 0 25 0 1 0 90232346 10698752 2271 1992294400 134512640 135214827 4294956224 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2612 2271 77 171 0 2439 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15804

[startup+282.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1569024/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=10888 CPUtime=282.09
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2388 0 0 0 28208 1 0 0 25 0 1 0 90232346 11149312 2373 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2722 2373 77 171 0 2549 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16244

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1568512/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=11284 CPUtime=342.07
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2515 0 0 0 34206 1 0 0 25 0 1 0 90232346 11554816 2500 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2821 2500 77 171 0 2648 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 16640

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1568384/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=11428 CPUtime=402.06
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2533 0 0 0 40205 1 0 0 25 0 1 0 90232346 11702272 2518 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2857 2518 77 171 0 2684 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 16784


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

[pid=21290] ppid=21287 vsize=12088 CPUtime=462.04
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2700 0 0 0 46203 1 0 0 25 0 1 0 90232346 12378112 2685 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3022 2685 77 171 0 2849 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 17444

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1567744/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=12088 CPUtime=522.02
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2701 0 0 0 52201 1 0 0 25 0 1 0 90232346 12378112 2686 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3022 2686 77 171 0 2849 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 17444

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1567616/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=12232 CPUtime=582.02
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2722 0 0 0 58200 2 0 0 25 0 1 0 90232346 12525568 2707 1992294400 134512640 135214827 4294956224 18446744073709551615 134536976 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3058 2707 77 171 0 2885 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 17588

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1567040/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=12768 CPUtime=642
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2869 0 0 0 64198 2 0 0 25 0 1 0 90232346 13074432 2854 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3192 2854 77 171 0 3019 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 18124

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1566592/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=13176 CPUtime=701.98
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 2979 0 0 0 70196 2 0 0 25 0 1 0 90232346 13492224 2964 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3294 2964 77 171 0 3121 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 18532

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1566208/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=13572 CPUtime=761.97
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3072 0 0 0 76195 2 0 0 25 0 1 0 90232346 13897728 3057 1992294400 134512640 135214827 4294956224 18446744073709551615 134529750 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3393 3057 77 171 0 3220 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 18928

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1566144/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=13712 CPUtime=821.95
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3085 0 0 0 82193 2 0 0 25 0 1 0 90232346 14041088 3070 1992294400 134512640 135214827 4294956224 18446744073709551615 134538190 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3428 3070 77 171 0 3255 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 19068

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564928/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=14768 CPUtime=881.93
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3368 0 0 0 88191 2 0 0 25 0 1 0 90232346 15122432 3353 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3692 3353 77 171 0 3519 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 20124

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564544/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=941.92
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3462 0 0 0 94189 3 0 0 25 0 1 0 90232346 15527936 3447 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3447 77 171 0 3618 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 20520

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564480/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=1001.9
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3485 0 0 0 100187 3 0 0 25 0 1 0 90232346 15527936 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3470 77 171 0 3618 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 20520

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564480/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=1061.89
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3485 0 0 0 106186 3 0 0 25 0 1 0 90232346 15527936 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3470 77 171 0 3618 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 20520

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564416/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=1121.87
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3485 0 0 0 112184 3 0 0 25 0 1 0 90232346 15527936 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3470 77 171 0 3618 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 20520

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564416/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=1181.86
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3485 0 0 0 118183 3 0 0 25 0 1 0 90232346 15527936 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3470 77 171 0 3618 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 20520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 21290
/proc/meminfo: memFree=1564416/2055920 swapFree=4169492/4192956
[pid=21287] ppid=21285 vsize=5356 CPUtime=0.1
/proc/21287/stat : 21287 (lysat.sh) S 21285 21287 21181 0 -1 4194304 310 829 0 0 0 0 10 0 15 0 1 0 90232334 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21287/statm: 1339 237 195 169 0 50 0
[pid=21290] ppid=21287 vsize=15164 CPUtime=1199.96
/proc/21290/stat : 21290 (LySATc) R 21287 21287 21181 0 -1 4194304 3485 0 0 0 119993 3 0 0 25 0 1 0 90232346 15527936 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3791 3470 77 171 0 3618 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 20520

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)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1200.04
CPU system time (s): 0.042993
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 20520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4635
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= 22
involuntary context switches= 1433

runsolver used 1.36179 second user time and 2.90356 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 03:14:22
IDJOB=1716941
IDBENCH=20400
IDSOLVER=512
FILE ID=node63/1716941-1240622062
PBS_JOBID= 9186339
Free space on /tmp= 66340 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716941-1240622062/watcher-1716941-1240622062 -o /tmp/evaluation-result-1716941-1240622062/solver-1716941-1240622062 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1716941-1240622062.cnf c

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=1579038022

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1579632 kB
Buffers:         52860 kB
Cached:         337296 kB
SwapCached:      17640 kB
Active:         160712 kB
Inactive:       249796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579632 kB
SwapTotal:     4192956 kB
SwapFree:      4169492 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          14864 kB
Slab:            51616 kB
Committed_AS:   464936 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node63 at 2009-04-25 03:34:24