Trace number 3308721

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 530.926 530.924

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.03	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  283484   635918 |   85045       0        0     nan |  0.000 % |
0.00/0.82	c |         0 |  249569   571335 |      --       0       --      -- |     --   | -30553/-57337
0.00/0.82	c ==============================================================================
0.00/0.82	c Result  :   #vars: 37813   #clauses: 249569   #literals: 571335
0.00/0.82	c CPU time:   0.797878 s
0.00/0.82	c ==============================================================================
0.00/0.94	c lySAT 0.1
0.00/0.94	c minisat core +  additionnal features
0.00/0.94	c ============================[ Problem Statistics ]=============================
0.00/0.94	c |                                                                             |
0.00/0.94	c |  Number of variables:  37813                                                |
0.00/0.94	c |  Number of clauses:    249569                                               |
0.93/1.02	c |  Parsing time:         0.07         s                                       |
530.89/530.91	c restarts              : 1597
530.89/530.91	c conflicts             : 1031103        (1946 /sec)
530.89/530.91	c decisions             : 1975799        (4.85 % random) (3729 /sec)
530.89/530.91	c euip                  : 41459       
530.89/530.91	c propagations          : 1158801398     (2186928 /sec)
530.89/530.91	c conflict literals     : 116186661      (56.19 % deleted)
530.89/530.91	c Memory used           : 130.61 MB
530.89/530.91	c CPU time              : 529.876 s
530.89/530.91	c 
530.89/530.91	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308721-1303984502/watcher-3308721-1303984502 -o /tmp/evaluation-result-3308721-1303984502/solver-3308721-1303984502 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308721-1303984502.cnf i 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.95 3.99 3.03 2/186 13809
/proc/meminfo: memFree=25549440/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=11800 CPUtime=0 cores=4,6
/proc/13809/stat : 13809 (runsolver) R 13807 13809 13654 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 510048438 12083200 52 33554432000 4194304 5434984 140735114878032 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/13809/statm: 2950 52 31 303 0 2644 0

[startup+0.131914 s]
/proc/loadavg: 3.95 3.99 3.03 2/186 13809
/proc/meminfo: memFree=25549440/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 510048438 8908800 250 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13809/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200895 s]
/proc/loadavg: 3.95 3.99 3.03 2/186 13809
/proc/meminfo: memFree=25549440/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 510048438 8908800 250 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13809/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300882 s]
/proc/loadavg: 3.95 3.99 3.03 2/186 13809
/proc/meminfo: memFree=25549440/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 510048438 8908800 250 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13809/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700803 s]
/proc/loadavg: 3.95 3.99 3.03 2/186 13809
/proc/meminfo: memFree=25549440/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 510048438 8908800 250 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13809/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 3.95 3.99 3.03 4/188 13857
/proc/meminfo: memFree=25480088/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=17792 CPUtime=0.54 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 4258 0 0 0 54 0 0 0 20 0 1 0 510048533 18219008 4213 33554432000 134512640 135226915 4291303392 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 4448 4213 82 175 0 4271 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26492

[startup+3.1004 s]
/proc/loadavg: 3.95 3.99 3.03 5/194 13869
/proc/meminfo: memFree=25396060/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=19760 CPUtime=2.14 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 4738 0 0 0 214 0 0 0 25 0 1 0 510048533 20234240 4693 33554432000 134512640 135226915 4291303392 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 4940 4693 82 175 0 4763 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28460

[startup+6.30084 s]
/proc/loadavg: 4.12 4.03 3.04 5/194 13900
/proc/meminfo: memFree=25120508/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=24060 CPUtime=5.34 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 5822 0 0 0 534 0 0 0 25 0 1 0 510048533 24637440 5777 33554432000 134512640 135226915 4291303392 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 6015 5777 82 175 0 5838 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32760

[startup+12.7007 s]
/proc/loadavg: 4.19 4.04 3.05 5/198 13908
/proc/meminfo: memFree=24866804/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=31016 CPUtime=11.75 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 7543 0 0 0 1174 1 0 0 25 0 1 0 510048533 31760384 7498 33554432000 134512640 135226915 4291303392 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 7754 7498 82 175 0 7577 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39716

[startup+25.5004 s]
/proc/loadavg: 4.37 4.09 3.08 5/198 13938
/proc/meminfo: memFree=24707168/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=41924 CPUtime=24.54 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 10245 0 0 0 2453 1 0 0 25 0 1 0 510048533 42930176 10200 33554432000 134512640 135226915 4291303392 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 10481 10200 82 175 0 10304 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50624

[startup+51.1009 s]
/proc/loadavg: 4.24 4.08 3.11 5/198 13939
/proc/meminfo: memFree=24667964/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=49288 CPUtime=50.15 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 12062 0 0 0 5013 2 0 0 25 0 1 0 510048533 50470912 12017 33554432000 134512640 135226915 4291303392 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 12322 12017 82 175 0 12145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57988

[startup+102.301 s]
/proc/loadavg: 4.10 4.07 3.15 5/198 13940
/proc/meminfo: memFree=24613044/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=72384 CPUtime=101.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 17676 0 0 0 10132 3 0 0 25 0 1 0 510048533 74121216 17631 33554432000 134512640 135226915 4291303392 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 18096 17631 82 175 0 17919 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 81084

[startup+162.301 s]
/proc/loadavg: 4.19 4.10 3.22 5/198 13942
/proc/meminfo: memFree=24560676/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=83168 CPUtime=161.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 20353 0 0 0 16130 5 0 0 25 0 1 0 510048533 85164032 20308 33554432000 134512640 135226915 4291303392 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 20792 20308 82 175 0 20615 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 91868

[startup+222.307 s]
/proc/loadavg: 4.07 4.08 3.26 5/198 13972
/proc/meminfo: memFree=24978420/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=99868 CPUtime=221.36 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 24463 0 0 0 22128 8 0 0 25 0 1 0 510048533 102264832 24418 33554432000 134512640 135226915 4291303392 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 24967 24418 82 175 0 24790 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 108568

[startup+282.301 s]
/proc/loadavg: 4.02 4.06 3.31 5/198 13974
/proc/meminfo: memFree=24922308/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=119308 CPUtime=281.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 29164 0 0 0 28126 9 0 0 25 0 1 0 510048533 122171392 29119 33554432000 134512640 135226915 4291303392 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 29827 29119 82 175 0 29650 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 128008

[startup+342.301 s]
/proc/loadavg: 4.01 4.05 3.35 5/198 13976
/proc/meminfo: memFree=24882604/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=120548 CPUtime=341.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 29432 0 0 0 34126 9 0 0 25 0 1 0 510048533 123441152 29387 33554432000 134512640 135226915 4291303392 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 30137 29387 82 175 0 29960 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 129248

[startup+402.3 s]
/proc/loadavg: 4.00 4.04 3.38 5/198 13986
/proc/meminfo: memFree=24861336/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=123592 CPUtime=401.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 30133 0 0 0 40126 9 0 0 25 0 1 0 510048533 126558208 30088 33554432000 134512640 135226915 4291303392 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 30898 30088 82 175 0 30721 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 132292

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 3.42 5/198 13988
/proc/meminfo: memFree=24821872/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=126540 CPUtime=461.35 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 30859 0 0 0 46126 9 0 0 25 0 1 0 510048533 129576960 30814 33554432000 134512640 135226915 4291303392 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 31635 30814 82 175 0 31458 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 135240

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.45 5/198 13989
/proc/meminfo: memFree=24785384/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133452 CPUtime=521.36 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32406 0 0 0 52126 10 0 0 25 0 1 0 510048533 136654848 32361 33554432000 134512640 135226915 4291303392 18446744073709551615 134537079 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33363 32361 82 175 0 33186 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 142152

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

[startup+524.808 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785264/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133452 CPUtime=523.87 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32406 0 0 0 52377 10 0 0 25 0 1 0 510048533 136654848 32361 33554432000 134512640 135226915 4291303392 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33363 32361 82 175 0 33186 0
Current children cumulated CPU time (s) 524.8
Current children cumulated vsize (KiB) 142152

[startup+528.001 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785016/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133596 CPUtime=527.07 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32434 0 0 0 52697 10 0 0 25 0 1 0 510048533 136802304 32389 33554432000 134512640 135226915 4291303392 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33399 32389 82 175 0 33222 0
Current children cumulated CPU time (s) 528
Current children cumulated vsize (KiB) 142296

[startup+529.601 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785016/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133596 CPUtime=528.66 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32434 0 0 0 52856 10 0 0 25 0 1 0 510048533 136802304 32389 33554432000 134512640 135226915 4291303392 18446744073709551615 134527225 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33399 32389 82 175 0 33222 0
Current children cumulated CPU time (s) 529.59
Current children cumulated vsize (KiB) 142296

[startup+530.401 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785016/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133596 CPUtime=529.46 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32434 0 0 0 52936 10 0 0 25 0 1 0 510048533 136802304 32389 33554432000 134512640 135226915 4291303392 18446744073709551615 134539442 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33399 32389 82 175 0 33222 0
Current children cumulated CPU time (s) 530.39
Current children cumulated vsize (KiB) 142296

[startup+530.8 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785016/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133596 CPUtime=529.86 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32434 0 0 0 52976 10 0 0 25 0 1 0 510048533 136802304 32389 33554432000 134512640 135226915 4291303392 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33399 32389 82 175 0 33222 0
Current children cumulated CPU time (s) 530.79
Current children cumulated vsize (KiB) 142296

[startup+530.9 s]
/proc/loadavg: 4.00 4.02 3.46 5/198 13989
/proc/meminfo: memFree=24785016/32951124 swapFree=67111524/67111528
[pid=13809] ppid=13807 vsize=8700 CPUtime=0.93 cores=4,6
/proc/13809/stat : 13809 (lysat.sh) S 13807 13809 13654 0 -1 4202496 356 10705 0 0 0 0 91 2 18 0 1 0 510048438 8908800 252 33554432000 4194304 4922060 140736195561280 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13809/statm: 2175 252 209 178 0 68 0
[pid=13857] ppid=13809 vsize=133740 CPUtime=529.96 cores=4,6
/proc/13857/stat : 13857 (LySATi) R 13809 13809 13654 0 -1 4202496 32461 0 0 0 52986 10 0 0 25 0 1 0 510048533 136949760 32416 33554432000 134512640 135226915 4291303392 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13857/statm: 33435 32416 82 175 0 33258 0
Current children cumulated CPU time (s) 530.89
Current children cumulated vsize (KiB) 142440

Child status: 20
Real time (s): 530.924
CPU time (s): 530.926
CPU user time (s): 530.792
CPU system time (s): 0.133979
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 142440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.792
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43740
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= 40
involuntary context switches= 551

runsolver used 0.954854 second user time and 1.9447 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 11:55:03
IDJOB=3308721
IDBENCH=82422
IDSOLVER=1692
FILE ID=node132/3308721-1303984502
RUNJOBID= node132-1303983198-13674
PBS_JOBID= 13168694
Free space on /tmp= 71848 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308721-1303984502/watcher-3308721-1303984502 -o /tmp/evaluation-result-3308721-1303984502/solver-3308721-1303984502 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308721-1303984502.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=624592204

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25550092 kB
Buffers:        727396 kB
Cached:        6111800 kB
SwapCached:          4 kB
Active:        1457032 kB
Inactive:      5454064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25550092 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:       72640 kB
Mapped:          15036 kB
Slab:           425428 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71688 MiB
End job on node132 at 2011-04-28 12:03:54