Trace number 1721803

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

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
4.48/4.53	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
4.48/4.53	c ==============================================================================
4.48/4.53	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
4.48/4.53	c CPU time:   4.46932 s
4.48/4.53	c ==============================================================================
4.99/5.03	This is MiniSat 2.0 beta
4.99/5.03	WARNING: for repeatability, setting FPU to use double precision
4.99/5.03	============================[ Problem Statistics ]=============================
4.99/5.03	|                                                                             |
4.99/5.03	|  Number of variables:  2029                                                 |
4.99/5.03	|  Number of clauses:    329509                                               |
5.02/5.22	|  Parsing time:         0.16         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-1721803-1240669777/watcher-1721803-1240669777 -o /tmp/evaluation-result-1721803-1240669777/solver-1721803-1240669777 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721803-1240669777.cnf c 

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


[startup+0 s]
/proc/loadavg: 1.83 1.93 1.68 3/64 25488
/proc/meminfo: memFree=1743936/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=1284 CPUtime=0
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 211 0 0 0 0 0 0 0 19 0 1 0 95012050 1314816 195 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 321 204 51 127 0 191 0

[startup+0.0515819 s]
/proc/loadavg: 1.83 1.93 1.68 3/64 25488
/proc/meminfo: memFree=1743936/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=5400 CPUtime=0.04
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 1199 0 0 0 4 0 0 0 19 0 1 0 95012050 5529600 1183 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 1350 1184 51 127 0 1220 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10756

[startup+0.101592 s]
/proc/loadavg: 1.83 1.93 1.68 3/64 25488
/proc/meminfo: memFree=1743936/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=9344 CPUtime=0.08
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 2174 0 0 0 8 0 0 0 19 0 1 0 95012050 9568256 2158 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 2336 2158 51 127 0 2206 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14700

[startup+0.301632 s]
/proc/loadavg: 1.83 1.93 1.68 3/64 25488
/proc/meminfo: memFree=1743936/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=24800 CPUtime=0.28
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 5925 0 0 0 26 2 0 0 21 0 1 0 95012050 25395200 5909 1992294400 134512640 135034092 4294956096 18446744073709551615 134836582 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 6233 5910 68 127 0 6103 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30156

[startup+0.70171 s]
/proc/loadavg: 1.83 1.93 1.68 3/64 25488
/proc/meminfo: memFree=1743936/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=27620 CPUtime=0.69
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 6601 0 0 0 66 3 0 0 25 0 1 0 95012050 28282880 6585 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 6905 6585 68 127 0 6775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32976

[startup+1.50187 s]
/proc/loadavg: 1.83 1.93 1.68 2/66 25490
/proc/meminfo: memFree=1714800/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=36844 CPUtime=1.48
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 8200 0 0 0 144 4 0 0 25 0 1 0 95012050 37728256 8184 1992294400 134512640 135034092 4294956096 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42200

[startup+3.10118 s]
/proc/loadavg: 1.83 1.93 1.68 2/66 25490
/proc/meminfo: memFree=1709552/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=0
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95012050 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 235 195 169 0 50 0
[pid=25489] ppid=25488 vsize=36844 CPUtime=3.08
/proc/25489/stat : 25489 (SatElite) R 25488 25488 25205 0 -1 4194304 8200 0 0 0 303 5 0 0 25 0 1 0 95012050 37728256 8184 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/25489/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42200

[startup+6.30181 s]
/proc/loadavg: 1.77 1.91 1.67 2/66 25491
/proc/meminfo: memFree=1718576/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=18744 CPUtime=1.25
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 4437 0 0 0 123 2 0 0 25 0 1 0 95012553 19193856 4422 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 4686 4422 77 171 0 4513 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24100

[startup+12.7011 s]
/proc/loadavg: 1.71 1.90 1.67 2/66 25491
/proc/meminfo: memFree=1711792/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=24692 CPUtime=7.65
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 5944 0 0 0 761 4 0 0 25 0 1 0 95012553 25284608 5929 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 6173 5929 77 171 0 6000 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30048

[startup+25.5016 s]
/proc/loadavg: 1.55 1.85 1.66 2/66 25491
/proc/meminfo: memFree=1701680/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=34964 CPUtime=20.45
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 8491 0 0 0 2039 6 0 0 25 0 1 0 95012553 35803136 8476 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 8741 8476 77 171 0 8568 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40320

[startup+51.1016 s]
/proc/loadavg: 1.36 1.78 1.64 2/66 25491
/proc/meminfo: memFree=1687664/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=48864 CPUtime=46.03
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 11970 0 0 0 4594 9 0 0 25 0 1 0 95012553 50036736 11955 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 12216 11955 77 171 0 12043 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 54220

[startup+102.306 s]
/proc/loadavg: 1.15 1.66 1.60 2/66 25491
/proc/meminfo: memFree=1664048/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=72288 CPUtime=97.21
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 17809 0 0 0 9705 16 0 0 25 0 1 0 95012553 74022912 17794 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 18072 17794 77 171 0 17899 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77644

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.56 2/66 25491
/proc/meminfo: memFree=1637296/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=99344 CPUtime=157.18
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 24538 0 0 0 15695 23 0 0 25 0 1 0 95012553 101728256 24523 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 24836 24523 77 171 0 24663 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 104700

[startup+222.302 s]
/proc/loadavg: 1.02 1.44 1.52 2/66 25491
/proc/meminfo: memFree=1616176/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=120484 CPUtime=217.14
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 29747 0 0 0 21685 29 0 0 25 0 1 0 95012553 123375616 29732 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 30121 29732 77 171 0 29948 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 125840

[startup+282.302 s]
/proc/loadavg: 1.00 1.36 1.49 2/66 25491
/proc/meminfo: memFree=1602992/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=133732 CPUtime=277.11
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 33058 0 0 0 27678 33 0 0 25 0 1 0 95012553 136941568 33043 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 33433 33043 77 171 0 33260 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 139088

[startup+342.302 s]
/proc/loadavg: 1.00 1.29 1.45 2/66 25491
/proc/meminfo: memFree=1593648/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=143040 CPUtime=337.08
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 35353 0 0 0 33673 35 0 0 25 0 1 0 95012553 146472960 35338 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 35760 35338 77 171 0 35587 0

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

/proc/25491/statm: 43113 42531 77 171 0 42940 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 177808

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.34 2/66 25493
/proc/meminfo: memFree=1556528/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=180860 CPUtime=576.96
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 44637 0 0 0 57652 44 0 0 25 0 1 0 95012553 185200640 44622 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 45215 44622 77 171 0 45042 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 186216

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.32 2/66 25493
/proc/meminfo: memFree=1546032/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=191336 CPUtime=636.92
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 47235 0 0 0 63646 46 0 0 25 0 1 0 95012553 195928064 47220 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 47834 47220 77 171 0 47661 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 196692

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.29 2/66 25493
/proc/meminfo: memFree=1535408/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=201820 CPUtime=696.9
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 49869 0 0 0 69641 49 0 0 25 0 1 0 95012553 206663680 49854 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 50455 49854 77 171 0 50282 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 207176

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.27 2/66 25493
/proc/meminfo: memFree=1527152/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=210192 CPUtime=756.88
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 51909 0 0 0 75638 50 0 0 25 0 1 0 95012553 215236608 51894 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 52548 51894 77 171 0 52375 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 215548

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.25 2/66 25493
/proc/meminfo: memFree=1519216/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=218268 CPUtime=816.85
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 53912 0 0 0 81633 52 0 0 25 0 1 0 95012553 223506432 53897 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 54567 53897 77 171 0 54394 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 223624

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.24 2/66 25493
/proc/meminfo: memFree=1508208/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=229776 CPUtime=876.84
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 56654 0 0 0 87629 55 0 0 25 0 1 0 95012553 235290624 56631 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 57444 56631 77 171 0 57271 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 235132

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.22 2/66 25493
/proc/meminfo: memFree=1499248/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=239008 CPUtime=936.81
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 58901 0 0 0 93624 57 0 0 25 0 1 0 95012553 244744192 58878 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 59752 58878 77 171 0 59579 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 244364

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/66 25493
/proc/meminfo: memFree=1485616/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=253032 CPUtime=996.79
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 62289 0 0 0 99619 60 0 0 25 0 1 0 95012553 259104768 62266 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 63258 62266 77 171 0 63085 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 258388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/66 25493
/proc/meminfo: memFree=1480624/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=258124 CPUtime=1056.78
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 63548 0 0 0 105616 62 0 0 25 0 1 0 95012553 264318976 63525 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 64531 63525 77 171 0 64358 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 263480

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/66 25493
/proc/meminfo: memFree=1477040/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=261844 CPUtime=1116.76
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 64429 0 0 0 111613 63 0 0 25 0 1 0 95012553 268128256 64406 1992294400 134512640 135214827 4294956208 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 65461 64406 77 171 0 65288 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 267200

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 25493
/proc/meminfo: memFree=1473712/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=265060 CPUtime=1176.73
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 65242 0 0 0 117609 64 0 0 25 0 1 0 95012553 271421440 65219 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 66265 65219 77 171 0 66092 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 270416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 25493
/proc/meminfo: memFree=1472816/2055924 swapFree=4180784/4192956
[pid=25488] ppid=25486 vsize=5356 CPUtime=5.02
/proc/25488/stat : 25488 (lysat.sh) S 25486 25488 25205 0 -1 4194304 310 8204 0 0 0 0 493 9 19 0 1 0 95012050 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25488/statm: 1339 237 195 169 0 50 0
[pid=25491] ppid=25488 vsize=265984 CPUtime=1195.03
/proc/25491/stat : 25491 (LySATc) R 25488 25488 25205 0 -1 4194304 65462 0 0 0 119439 64 0 0 25 0 1 0 95012553 272367616 65439 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25491/statm: 66496 65439 77 171 0 66323 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 271340

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 25488 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=937249
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 5.03023
# 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.32
CPU system time (s): 0.73
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 271340

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

runsolver used 0.990849 second user time and 3.38549 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-25 16:29:37
IDJOB=1721803
IDBENCH=71077
IDSOLVER=512
FILE ID=node6/1721803-1240669777
PBS_JOBID= 9186560
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=1855590189

node6.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.281
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.281
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:      2055924 kB
MemFree:       1744480 kB
Buffers:         36844 kB
Cached:         203324 kB
SwapCached:       5992 kB
Active:          34572 kB
Inactive:       214032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1744480 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            7676 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            48888 kB
Committed_AS:   376748 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= 66320 MiB
End job on node6 at 2009-04-25 16:49:40