Trace number 1775003

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) 10000.1 10002.5

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
3.09/3.12	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
3.09/3.12	c ==============================================================================
3.09/3.12	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
3.09/3.12	c CPU time:   3.07853 s
3.09/3.12	c ==============================================================================
3.38/3.47	c lySAT 0.1
3.38/3.47	c minisat core +  additionnal features
3.38/3.47	c ============================[ Problem Statistics ]=============================
3.38/3.47	c |                                                                             |
3.38/3.48	c |  Number of variables:  1435                                                 |
3.38/3.48	c |  Number of clauses:    215680                                               |
3.46/3.60	c |  Parsing time:         0.11         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-1775003-1241246222/watcher-1775003-1241246222 -o /tmp/evaluation-result-1775003-1241246222/solver-1775003-1241246222 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1775003-1241246222.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10060
/proc/meminfo: memFree=1194480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) R 10058 10060 10023 0 -1 4194304 238 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 205 1992294400 4194304 4889804 548682068816 18446744073709551615 4468496 0 0 4100 65536 0 0 0 17 0 0 0
/proc/10060/statm: 1339 215 177 169 0 50 0

[startup+0.016166 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10060
/proc/meminfo: memFree=1194480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101103 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10060
/proc/meminfo: memFree=1194480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30112 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10060
/proc/meminfo: memFree=1194480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701155 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 10060
/proc/meminfo: memFree=1194480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50122 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 10062
/proc/meminfo: memFree=1171680/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
[pid=10062] ppid=10060 vsize=23716 CPUtime=1.49
/proc/10062/stat : 10062 (SatElite) R 10060 10060 10023 0 -1 4194304 5402 0 0 0 145 4 0 0 25 0 1 0 152650252 24285184 5386 1992294400 134512640 135034092 4294956112 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 1 0 0
/proc/10062/statm: 5929 5386 68 127 0 5799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29072

[startup+3.10137 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 10062
/proc/meminfo: memFree=1171552/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=0
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 152650251 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10060/statm: 1339 235 195 169 0 50 0
[pid=10062] ppid=10060 vsize=23716 CPUtime=3.09
/proc/10062/stat : 10062 (SatElite) R 10060 10060 10023 0 -1 4194304 5402 0 0 0 305 4 0 0 25 0 1 0 152650252 24285184 5386 1992294400 134512640 135034092 4294956112 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/10062/statm: 5929 5386 68 127 0 5799 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29072

[startup+6.30165 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 10063
/proc/meminfo: memFree=1171552/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=17948 CPUtime=2.81
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 4288 0 0 0 279 2 0 0 25 0 1 0 152650599 18378752 4273 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 4487 4273 82 174 0 4310 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23304

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 10063
/proc/meminfo: memFree=1169640/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=19944 CPUtime=9.21
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 4787 0 0 0 918 3 0 0 25 0 1 0 152650599 20422656 4772 1992294400 134512640 135226915 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 4986 4772 82 174 0 4809 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25300

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10063
/proc/meminfo: memFree=1165480/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=24112 CPUtime=22
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 5785 0 0 0 2196 4 0 0 25 0 1 0 152650599 24690688 5770 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 6028 5770 82 174 0 5851 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29468

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 10063
/proc/meminfo: memFree=1161192/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=28792 CPUtime=47.59
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 6898 0 0 0 4754 5 0 0 25 0 1 0 152650599 29483008 6883 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 7198 6883 82 174 0 7021 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 34148

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 10063
/proc/meminfo: memFree=1156008/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=34296 CPUtime=98.78
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 8167 0 0 0 9872 6 0 0 25 0 1 0 152650599 35119104 8152 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 8574 8152 82 174 0 8397 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 39652

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10065
/proc/meminfo: memFree=1146152/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=44384 CPUtime=158.76
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 10641 0 0 0 15868 8 0 0 25 0 1 0 152650599 45449216 10623 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 11096 10623 82 174 0 10919 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 49740

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10065
/proc/meminfo: memFree=1140904/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=49876 CPUtime=218.75
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 11930 0 0 0 21866 9 0 0 25 0 1 0 152650599 51073024 11893 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 12469 11893 82 174 0 12292 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 55232

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10065
/proc/meminfo: memFree=1140520/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=50308 CPUtime=278.73
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 12036 0 0 0 27864 9 0 0 25 0 1 0 152650599 51515392 11999 1992294400 134512640 135226915 4294956224 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 12577 11999 82 174 0 12400 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55664

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10065
/proc/meminfo: memFree=1137512/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=53908 CPUtime=338.72
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 12776 0 0 0 33862 10 0 0 25 0 1 0 152650599 55201792 12739 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 13477 12739 82 174 0 13300 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 59264

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10065
/proc/meminfo: memFree=1133096/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=58456 CPUtime=398.71
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 13876 0 0 0 39860 11 0 0 25 0 1 0 152650599 59858944 13839 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 14614 13839 82 174 0 14437 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 63812

[startup+462.302 s]

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

/proc/10063/statm: 65857 60503 82 174 0 65680 0
Current children cumulated CPU time (s) 9399.99
Current children cumulated vsize (KiB) 268784

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945640/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263428 CPUtime=9456.52
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60597 0 0 0 945587 65 0 0 25 0 1 0 152650599 269750272 60505 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65857 60505 82 174 0 65680 0
Current children cumulated CPU time (s) 9459.98
Current children cumulated vsize (KiB) 268784

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945576/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263428 CPUtime=9516.5
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60613 0 0 0 951585 65 0 0 25 0 1 0 152650599 269750272 60521 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65857 60521 82 174 0 65680 0
Current children cumulated CPU time (s) 9519.96
Current children cumulated vsize (KiB) 268784

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945512/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263428 CPUtime=9576.49
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60636 0 0 0 957584 65 0 0 25 0 1 0 152650599 269750272 60544 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65857 60544 82 174 0 65680 0
Current children cumulated CPU time (s) 9579.95
Current children cumulated vsize (KiB) 268784

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945448/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263428 CPUtime=9636.47
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60652 0 0 0 963582 65 0 0 25 0 1 0 152650599 269750272 60560 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65857 60560 82 174 0 65680 0
Current children cumulated CPU time (s) 9639.93
Current children cumulated vsize (KiB) 268784

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945320/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9696.46
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60693 0 0 0 969581 65 0 0 25 0 1 0 152650599 270159872 60601 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60601 82 174 0 65780 0
Current children cumulated CPU time (s) 9699.92
Current children cumulated vsize (KiB) 269184

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945256/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9756.44
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60704 0 0 0 975579 65 0 0 25 0 1 0 152650599 270159872 60612 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60612 82 174 0 65780 0
Current children cumulated CPU time (s) 9759.9
Current children cumulated vsize (KiB) 269184

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945128/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9816.43
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60722 0 0 0 981578 65 0 0 25 0 1 0 152650599 270159872 60630 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60630 82 174 0 65780 0
Current children cumulated CPU time (s) 9819.89
Current children cumulated vsize (KiB) 269184

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945128/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9876.42
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60725 0 0 0 987577 65 0 0 25 0 1 0 152650599 270159872 60633 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60633 82 174 0 65780 0
Current children cumulated CPU time (s) 9879.88
Current children cumulated vsize (KiB) 269184

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945064/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9936.4
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60736 0 0 0 993575 65 0 0 25 0 1 0 152650599 270159872 60644 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60644 82 174 0 65780 0
Current children cumulated CPU time (s) 9939.86
Current children cumulated vsize (KiB) 269184

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945064/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9996.39
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60752 0 0 0 999574 65 0 0 25 0 1 0 152650599 270159872 60660 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60660 82 174 0 65780 0
Current children cumulated CPU time (s) 9999.85
Current children cumulated vsize (KiB) 269184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945064/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9996.59
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60752 0 0 0 999594 65 0 0 25 0 1 0 152650599 270159872 60660 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60660 82 174 0 65780 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 269184

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

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

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10087
/proc/meminfo: memFree=945064/2055920 swapFree=4174092/4192956
[pid=10060] ppid=10058 vsize=5356 CPUtime=3.46
/proc/10060/stat : 10060 (lysat.sh) S 10058 10060 10023 0 -1 4194304 310 5406 0 0 0 0 340 6 16 0 1 0 152650251 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10060/statm: 1339 237 195 169 0 50 0
[pid=10063] ppid=10060 vsize=263828 CPUtime=9996.59
/proc/10063/stat : 10063 (LySATi) R 10060 10060 10023 0 -1 4194304 60752 0 0 0 999594 65 0 0 25 0 1 0 152650599 270159872 60660 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/10063/statm: 65957 60660 82 174 0 65780 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 269184

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10060 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=403482
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 3.47447
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.5
CPU time (s): 10000.1
CPU user time (s): 9999.34
CPU system time (s): 0.71
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 269184

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

runsolver used 11.7122 second user time and 24.6523 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 08:37:02
IDJOB=1775003
IDBENCH=71074
IDSOLVER=609
FILE ID=node50/1775003-1241246222
PBS_JOBID= 9224879
Free space on /tmp= 66500 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_11_UNSAT.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775003-1241246222/watcher-1775003-1241246222 -o /tmp/evaluation-result-1775003-1241246222/solver-1775003-1241246222 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1775003-1241246222.cnf i

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=298126048

node50.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.216
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.216
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:       1194968 kB
Buffers:         79888 kB
Cached:         672732 kB
SwapCached:      13128 kB
Active:          46992 kB
Inactive:       720288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194968 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:            5868 kB
Writeback:           0 kB
Mapped:          13368 kB
Slab:            79652 kB
Committed_AS:   604800 kB
PageTables:       1448 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= 66492 MiB
End job on node50 at 2009-05-02 11:23:47