Trace number 3498978

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
rcl 2011-04-01UNSAT 366.047 366.038

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3987
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.00/0.00	c Parsing...
0.00/0.30	c ==============================================================================
0.00/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.30	c ==============================================================================
0.00/0.30	c |         0 |  942447  2147524 |  282734       0        0     nan |  0.000 % |
0.00/0.53	c |         0 |  932723  2124487 |      --       0       --      -- |     --   | -8202/-16504
0.00/0.53	c ==============================================================================
0.00/0.53	c Result  :   #vars: 56496   #clauses: 932723   #literals: 2124487
0.00/0.53	c CPU time:   0.492925 s
0.00/0.53	c ==============================================================================
365.99/366.03	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.1 (svn: 989)

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-3498978-1308151280/watcher-3498978-1308151280 -o /tmp/evaluation-result-3498978-1308151280/solver-3498978-1308151280 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498978-1308151280.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 2.00 3/178 10714
/proc/meminfo: memFree=30018636/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005358695 8908800 249 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10714/statm: 2175 249 209 178 0 68 0

[startup+0.0889449 s]
/proc/loadavg: 2.00 1.97 2.00 3/178 10714
/proc/meminfo: memFree=30018636/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005358695 8908800 249 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10714/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100942 s]
/proc/loadavg: 2.00 1.97 2.00 3/178 10714
/proc/meminfo: memFree=30018636/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005358695 8908800 249 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10714/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300909 s]
/proc/loadavg: 2.00 1.97 2.00 3/178 10714
/proc/meminfo: memFree=30018636/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005358695 8908800 249 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10714/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700828 s]
/proc/loadavg: 2.00 1.97 2.00 3/178 10714
/proc/meminfo: memFree=30018636/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005358695 8908800 249 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10714/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10717
/proc/meminfo: memFree=29989628/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=30748 CPUtime=0.59 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 5913 0 0 0 58 1 0 0 20 0 1 0 1005358785 31485952 5815 33554432000 4194304 4218580 140734817802464 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 7687 5815 130 6 0 6157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39448

[startup+3.10037 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10717
/proc/meminfo: memFree=29977228/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=33404 CPUtime=2.19 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 6592 0 0 0 218 1 0 0 25 0 1 0 1005358785 34205696 6492 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 8351 6492 134 6 0 6821 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42104

[startup+6.30077 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10717
/proc/meminfo: memFree=29971164/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=38788 CPUtime=5.39 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 7941 0 0 0 538 1 0 0 25 0 1 0 1005358785 39718912 7841 33554432000 4194304 4218580 140734817802464 18446744073709551615 4199736 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 9697 7841 134 6 0 8167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47488

[startup+12.7006 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10717
/proc/meminfo: memFree=29967436/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=41608 CPUtime=11.79 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 8667 0 0 0 1178 1 0 0 25 0 1 0 1005358785 42606592 8567 33554432000 4194304 4218580 140734817802464 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 10402 8567 134 6 0 8872 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50308

[startup+25.5011 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10718
/proc/meminfo: memFree=29962104/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=47408 CPUtime=24.59 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 10117 0 0 0 2458 1 0 0 25 0 1 0 1005358785 48545792 10017 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 11852 10017 134 6 0 10322 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56108

[startup+51.1003 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10718
/proc/meminfo: memFree=29951264/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=58140 CPUtime=50.19 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 12810 0 0 0 5018 1 0 0 25 0 1 0 1005358785 59535360 12710 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210073 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 14535 12710 134 6 0 13005 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66840

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10720
/proc/meminfo: memFree=29936628/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=72496 CPUtime=101.4 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 16386 0 0 0 10138 2 0 0 25 0 1 0 1005358785 74235904 16286 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 18124 16286 134 6 0 16594 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 81196

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10721
/proc/meminfo: memFree=29935708/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=73456 CPUtime=161.39 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 16626 0 0 0 16137 2 0 0 25 0 1 0 1005358785 75218944 16526 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 18364 16526 134 6 0 16834 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 82156

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10723
/proc/meminfo: memFree=29914336/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=80832 CPUtime=221.39 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 18495 0 0 0 22137 2 0 0 25 0 1 0 1005358785 82771968 18394 33554432000 4194304 4218580 140734817802464 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 20208 18394 134 6 0 18678 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89532

[startup+282.3 s]
/proc/loadavg: 2.05 1.99 2.00 3/180 10725
/proc/meminfo: memFree=29898540/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=96800 CPUtime=281.4 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 22474 0 0 0 28137 3 0 0 25 0 1 0 1005358785 99123200 22372 33554432000 4194304 4218580 140734817802464 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 24200 22372 134 6 0 22670 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105500

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 2.00 3/180 10726
/proc/meminfo: memFree=29866488/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108228 CPUtime=341.4 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25332 0 0 0 34137 3 0 0 25 0 1 0 1005358785 110825472 25230 33554432000 4194304 4218580 140734817802464 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27057 25230 134 6 0 25527 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 116928

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

[startup+345.5 s]
/proc/loadavg: 2.02 1.99 2.00 3/180 10726
/proc/meminfo: memFree=29866472/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108228 CPUtime=344.6 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25332 0 0 0 34457 3 0 0 25 0 1 0 1005358785 110825472 25230 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210090 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27057 25230 134 6 0 25527 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 116928

[startup+358.301 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108228 CPUtime=357.4 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25333 0 0 0 35737 3 0 0 25 0 1 0 1005358785 110825472 25230 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210069 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27057 25230 134 6 0 25527 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 116928

[startup+361.5 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108228 CPUtime=360.6 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25333 0 0 0 36057 3 0 0 25 0 1 0 1005358785 110825472 25230 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27057 25230 134 6 0 25527 0
Current children cumulated CPU time (s) 361.49
Current children cumulated vsize (KiB) 116928

[startup+363.101 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108228 CPUtime=362.2 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25333 0 0 0 36217 3 0 0 25 0 1 0 1005358785 110825472 25230 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27057 25230 134 6 0 25527 0
Current children cumulated CPU time (s) 363.09
Current children cumulated vsize (KiB) 116928

[startup+364.701 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108260 CPUtime=363.8 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25334 0 0 0 36377 3 0 0 25 0 1 0 1005358785 110858240 25231 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210116 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27065 25231 134 6 0 25535 0
Current children cumulated CPU time (s) 364.69
Current children cumulated vsize (KiB) 116960

[startup+365.501 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108260 CPUtime=364.6 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25335 0 0 0 36457 3 0 0 25 0 1 0 1005358785 110858240 25232 33554432000 4194304 4218580 140734817802464 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27065 25232 134 6 0 25535 0
Current children cumulated CPU time (s) 365.49
Current children cumulated vsize (KiB) 116960

[startup+365.901 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108260 CPUtime=365 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25335 0 0 0 36497 3 0 0 25 0 1 0 1005358785 110858240 25232 33554432000 4194304 4218580 140734817802464 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27065 25232 134 6 0 25535 0
Current children cumulated CPU time (s) 365.89
Current children cumulated vsize (KiB) 116960

[startup+366.001 s]
/proc/loadavg: 2.01 1.99 2.00 3/180 10727
/proc/meminfo: memFree=29866592/32950928 swapFree=67056212/67111528
[pid=10714] ppid=10712 vsize=8700 CPUtime=0.89 cores=0,2,4,6
/proc/10714/stat : 10714 (esg_static.sh) S 10712 10714 10402 0 -1 4202496 353 18780 0 0 0 0 83 6 18 0 1 0 1005358695 8908800 252 33554432000 4194304 4922060 140734117371200 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10714/statm: 2175 252 209 178 0 68 0
[pid=10717] ppid=10714 vsize=108260 CPUtime=365.1 cores=0,2,4,6
/proc/10717/stat : 10717 (cdcl) R 10714 10714 10402 0 -1 4202496 25335 0 0 0 36507 3 0 0 25 0 1 0 1005358785 110858240 25232 33554432000 4194304 4218580 140734817802464 18446744073709551615 4199852 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10717/statm: 27065 25232 134 6 0 25535 0
Current children cumulated CPU time (s) 365.99
Current children cumulated vsize (KiB) 116960

Child status: 20
Real time (s): 366.038
CPU time (s): 366.047
CPU user time (s): 365.934
CPU system time (s): 0.112982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 116960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.934
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44686
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= 38
involuntary context switches= 488

runsolver used 0.606907 second user time and 1.19482 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-15 17:21:20
IDJOB=3498978
IDBENCH=82420
IDSOLVER=1993
FILE ID=node115/3498978-1308151280
RUNJOBID= node115-1308150600-10420
PBS_JOBID= 13575605
Free space on /tmp= 73840 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498978-1308151280/watcher-3498978-1308151280 -o /tmp/evaluation-result-3498978-1308151280/solver-3498978-1308151280 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498978-1308151280.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=71493186

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.75
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.811
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.811
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30019188 kB
Buffers:        474108 kB
Cached:        1954604 kB
SwapCached:       9468 kB
Active:         931832 kB
Inactive:      1630656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30019188 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           16308 kB
Writeback:           0 kB
AnonPages:      131456 kB
Mapped:          13284 kB
Slab:           305140 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   320972 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73836 MiB
End job on node115 at 2011-06-15 17:27:26