Trace number 1721752

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 i/2009-03-20? (TO) 1200.03 1200.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.28/1.33	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.28/1.33	c ==============================================================================
1.28/1.33	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.28/1.33	c CPU time:   1.3148 s
1.28/1.33	c ==============================================================================
1.49/1.55	c lySAT 0.1
1.49/1.55	c minisat core +  additionnal features
1.49/1.55	c ============================[ Problem Statistics ]=============================
1.49/1.55	c |                                                                             |
1.49/1.55	c |  Number of variables:  1298                                                 |
1.49/1.55	c |  Number of clauses:    143366                                               |
1.53/1.64	c |  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-1721752-1240669156/watcher-1721752-1240669156 -o /tmp/evaluation-result-1721752-1240669156/solver-1721752-1240669156 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721752-1240669156.cnf i 

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.83 1.45 3/64 19211
/proc/meminfo: memFree=1657280/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=1096 CPUtime=0
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 187 0 0 0 0 0 0 0 19 0 1 0 94948964 1122304 171 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 274 171 50 127 0 144 0

[startup+0.105139 s]
/proc/loadavg: 1.83 1.83 1.45 3/64 19211
/proc/meminfo: memFree=1657280/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=10732 CPUtime=0.1
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 2474 0 0 0 9 1 0 0 20 0 1 0 94948964 10989568 2458 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 2683 2458 68 127 0 2553 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16088

[startup+0.201157 s]
/proc/loadavg: 1.83 1.83 1.45 3/64 19211
/proc/meminfo: memFree=1657280/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=12584 CPUtime=0.19
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 2937 0 0 0 18 1 0 0 20 0 1 0 94948964 12886016 2921 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 3146 2921 68 127 0 3016 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17940

[startup+0.301177 s]
/proc/loadavg: 1.83 1.83 1.45 3/64 19211
/proc/meminfo: memFree=1657280/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=13428 CPUtime=0.29
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 3143 0 0 0 28 1 0 0 21 0 1 0 94948964 13750272 3127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 3357 3127 68 127 0 3227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18784

[startup+0.701255 s]
/proc/loadavg: 1.83 1.83 1.45 3/64 19211
/proc/meminfo: memFree=1657280/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=16720 CPUtime=0.68
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 3729 0 0 0 67 1 0 0 25 0 1 0 94948964 17121280 3713 1992294400 134512640 135034092 4294956096 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 4180 3713 68 127 0 4050 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22076

[startup+1.50141 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 19213
/proc/meminfo: memFree=1641648/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=0
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94948963 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 235 195 169 0 50 0
[pid=19212] ppid=19211 vsize=14700 CPUtime=1.49
/proc/19212/stat : 19212 (SatElite) R 19211 19211 19013 0 -1 4194304 3730 0 0 0 146 3 0 0 25 0 1 0 94948964 15052800 3434 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/19212/statm: 3675 3434 68 127 0 3545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20056

[startup+3.67846 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 19214
/proc/meminfo: memFree=1642224/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=14292 CPUtime=2.11
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 3400 0 0 0 209 2 0 0 25 0 1 0 94949118 14635008 3385 1992294400 134512640 135226915 4294956208 18446744073709551615 134537345 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 3573 3385 82 174 0 3396 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 19648

[startup+6.30535 s]
/proc/loadavg: 2.01 1.86 1.47 2/66 19214
/proc/meminfo: memFree=1637936/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=16148 CPUtime=4.71
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 3850 0 0 0 468 3 0 0 25 0 1 0 94949118 16535552 3835 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 4037 3835 82 174 0 3860 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 21504

[startup+12.7016 s]
/proc/loadavg: 1.93 1.85 1.46 2/66 19214
/proc/meminfo: memFree=1634672/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=19648 CPUtime=11.1
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 4699 0 0 0 1107 3 0 0 25 0 1 0 94949118 20119552 4684 1992294400 134512640 135226915 4294956208 18446744073709551615 134543817 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 4912 4684 82 174 0 4735 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 25004

[startup+25.5011 s]
/proc/loadavg: 1.72 1.81 1.45 2/66 19214
/proc/meminfo: memFree=1630448/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=24280 CPUtime=23.89
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 5856 0 0 0 2385 4 0 0 25 0 1 0 94949118 24862720 5841 1992294400 134512640 135226915 4294956208 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 6070 5841 82 174 0 5893 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 29636

[startup+51.1011 s]
/proc/loadavg: 1.47 1.74 1.44 2/66 19214
/proc/meminfo: memFree=1624304/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=30480 CPUtime=49.48
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 7281 0 0 0 4943 5 0 0 25 0 1 0 94949118 31211520 7266 1992294400 134512640 135226915 4294956208 18446744073709551615 134543235 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 7620 7266 82 174 0 7443 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 35836

[startup+102.302 s]
/proc/loadavg: 1.20 1.62 1.42 2/66 19214
/proc/meminfo: memFree=1621040/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=33880 CPUtime=100.65
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 8095 0 0 0 10059 6 0 0 25 0 1 0 94949118 34693120 8080 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 8470 8080 82 174 0 8293 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 39236

[startup+162.302 s]
/proc/loadavg: 1.07 1.51 1.39 2/66 19214
/proc/meminfo: memFree=1614064/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=41432 CPUtime=160.62
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 9865 0 0 0 16054 8 0 0 25 0 1 0 94949118 42426368 9850 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 10358 9850 82 174 0 10181 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 46788

[startup+222.302 s]
/proc/loadavg: 1.02 1.41 1.36 2/66 19214
/proc/meminfo: memFree=1607664/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=47976 CPUtime=220.58
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 11423 0 0 0 22049 9 0 0 25 0 1 0 94949118 49127424 11408 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 11994 11408 82 174 0 11817 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 53332

[startup+282.301 s]
/proc/loadavg: 1.01 1.33 1.34 2/66 19214
/proc/meminfo: memFree=1606064/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=49848 CPUtime=280.56
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 11820 0 0 0 28046 10 0 0 25 0 1 0 94949118 51044352 11805 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 12462 11805 82 174 0 12285 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 55204

[startup+342.302 s]
/proc/loadavg: 1.00 1.27 1.31 2/66 19214
/proc/meminfo: memFree=1605872/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=50172 CPUtime=340.53
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 11857 0 0 0 34043 10 0 0 25 0 1 0 94949118 51376128 11842 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 12543 11842 82 174 0 12366 0

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

/proc/19214/statm: 15414 14594 82 174 0 15237 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 67012

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 19214
/proc/meminfo: memFree=1594416/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=62088 CPUtime=640.39
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 14701 0 0 0 64027 12 0 0 25 0 1 0 94949118 63578112 14686 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 15522 14686 82 174 0 15345 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 67444

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 19214
/proc/meminfo: memFree=1591920/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=65004 CPUtime=700.35
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 15333 0 0 0 70022 13 0 0 25 0 1 0 94949118 66564096 15318 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 16251 15318 82 174 0 16074 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 70360

[startup+762.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 19214
/proc/meminfo: memFree=1588016/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=68784 CPUtime=760.32
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 16256 0 0 0 76018 14 0 0 25 0 1 0 94949118 70434816 16241 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 17196 16241 82 174 0 17019 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 74140

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 19214
/proc/meminfo: memFree=1587440/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=69612 CPUtime=820.29
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 16408 0 0 0 82015 14 0 0 25 0 1 0 94949118 71282688 16393 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 17403 16393 82 174 0 17226 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 74968

[startup+882.303 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 19214
/proc/meminfo: memFree=1586864/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=70260 CPUtime=880.27
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 16553 0 0 0 88012 15 0 0 25 0 1 0 94949118 71946240 16538 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 17565 16538 82 174 0 17388 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 75616

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 19214
/proc/meminfo: memFree=1581552/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=75920 CPUtime=940.23
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 17881 0 0 0 94007 16 0 0 25 0 1 0 94949118 77742080 17866 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 18980 17866 82 174 0 18803 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 81276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 19214
/proc/meminfo: memFree=1574896/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=82840 CPUtime=1000.21
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 19527 0 0 0 100002 19 0 0 25 0 1 0 94949118 84828160 19512 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 20710 19512 82 174 0 20533 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 88196

[startup+1062.31 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 19214
/proc/meminfo: memFree=1567088/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=90480 CPUtime=1060.17
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 21468 0 0 0 105996 21 0 0 25 0 1 0 94949118 92651520 21453 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 22620 21453 82 174 0 22443 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 95836

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 19214
/proc/meminfo: memFree=1566000/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=91788 CPUtime=1120.14
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 21725 0 0 0 111993 21 0 0 25 0 1 0 94949118 93990912 21710 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 22947 21710 82 174 0 22770 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 97144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 19216
/proc/meminfo: memFree=1565616/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=92108 CPUtime=1180.11
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 21773 0 0 0 117990 21 0 0 25 0 1 0 94949118 94318592 21758 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 23027 21758 82 174 0 22850 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 97464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19216
/proc/meminfo: memFree=1565616/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=92108 CPUtime=1198.5
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 21783 0 0 0 119829 21 0 0 25 0 1 0 94949118 94318592 21768 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 23027 21768 82 174 0 22850 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 97464

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19216
/proc/meminfo: memFree=1565616/2055920 swapFree=4180280/4192956
[pid=19211] ppid=19209 vsize=5356 CPUtime=1.53
/proc/19211/stat : 19211 (lysat.sh) S 19209 19211 19013 0 -1 4194304 310 3733 0 0 0 0 150 3 19 0 1 0 94948963 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19211/statm: 1339 237 195 169 0 50 0
[pid=19214] ppid=19211 vsize=92108 CPUtime=1198.5
/proc/19214/stat : 19214 (LySATi) R 19211 19211 19013 0 -1 4194304 21783 0 0 0 119829 21 0 0 25 0 1 0 94949118 94318592 21768 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19214/statm: 23027 21768 82 174 0 22850 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 97464

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19211 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=510770
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 1.55076
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.03
CPU user time (s): 1199.79
CPU system time (s): 0.24
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 97464

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

runsolver used 1.18482 second user time and 3.37949 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 16:19:17
IDJOB=1721752
IDBENCH=71076
IDSOLVER=511
FILE ID=node28/1721752-1240669156
PBS_JOBID= 9186596
Free space on /tmp= 66244 MiB

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

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=145914087

node28.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.261
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.261
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:       1657760 kB
Buffers:         30532 kB
Cached:         313472 kB
SwapCached:       5856 kB
Active:         130908 kB
Inactive:       221580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657760 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            31568 kB
Committed_AS:   379456 kB
PageTables:       1420 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= 66236 MiB
End job on node28 at 2009-04-25 16:39:19