Trace number 3348940

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
minisat hack: minisat_psm 2011-04-01UNSAT 410.829 410.834

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 benchmark63.2044
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.01	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.477927 s
0.00/0.53	c ==============================================================================
410.77/410.83	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: 961)

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-3348940-1304970816/watcher-3348940-1304970816 -o /tmp/evaluation-result-3348940-1304970816/solver-3348940-1304970816 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348940-1304970816.cnf 

running on 2 cores: 5,7

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: 4.03 4.06 3.81 5/400 16300
/proc/meminfo: memFree=27520644/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608680360 8908800 249 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 249 209 178 0 68 0

[startup+0.055646 s]
/proc/loadavg: 4.03 4.06 3.81 5/400 16300
/proc/meminfo: memFree=27520644/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608680360 8908800 249 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10064 s]
/proc/loadavg: 4.03 4.06 3.81 5/400 16300
/proc/meminfo: memFree=27520644/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608680360 8908800 249 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300609 s]
/proc/loadavg: 4.03 4.06 3.81 5/400 16300
/proc/meminfo: memFree=27520644/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608680360 8908800 249 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700537 s]
/proc/loadavg: 4.03 4.06 3.81 5/400 16300
/proc/meminfo: memFree=27520644/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608680360 8908800 249 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 4.03 4.06 3.81 5/402 16303
/proc/meminfo: memFree=27475856/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=74516 CPUtime=0.58 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 15484 0 0 0 57 1 0 0 20 0 1 0 608680450 76304384 12592 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 18629 12592 252 16 0 15271 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 83216

[startup+3.10114 s]
/proc/loadavg: 4.03 4.06 3.81 5/402 16303
/proc/meminfo: memFree=27447212/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=75228 CPUtime=2.18 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 16319 0 0 0 217 1 0 0 25 0 1 0 608680450 77033472 13423 33554432000 4194304 4256717 140733345003312 18446744073709551615 4214142 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 18807 13423 253 16 0 15449 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 83928

[startup+6.3006 s]
/proc/loadavg: 4.03 4.06 3.81 5/402 16303
/proc/meminfo: memFree=27436220/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=75904 CPUtime=5.39 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 26842 0 0 0 536 3 0 0 25 0 1 0 608680450 77725696 14353 33554432000 4194304 4256717 140733345003312 18446744073709551615 4214136 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 18976 14353 253 16 0 15618 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84604

[startup+12.7005 s]
/proc/loadavg: 4.02 4.06 3.82 5/402 16303
/proc/meminfo: memFree=27382276/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=106844 CPUtime=11.79 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 63889 0 0 0 1172 7 0 0 25 0 1 0 608680450 109408256 23304 33554432000 4194304 4256717 140733345003312 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 26711 23304 253 16 0 23353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 115544

[startup+25.5004 s]
/proc/loadavg: 4.02 4.06 3.82 5/402 16304
/proc/meminfo: memFree=27464608/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=106844 CPUtime=24.58 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 103932 0 0 0 2446 12 0 0 25 0 1 0 608680450 109408256 23304 33554432000 4194304 4256717 140733345003312 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 26711 23304 253 16 0 23353 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 115544

[startup+51.1011 s]
/proc/loadavg: 4.14 4.08 3.83 5/402 16304
/proc/meminfo: memFree=27429428/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=156164 CPUtime=50.19 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 183458 0 0 0 4996 23 0 0 25 0 1 0 608680450 159911936 33066 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 39041 33066 253 16 0 35683 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 164864

[startup+102.315 s]
/proc/loadavg: 4.12 4.08 3.84 5/402 16306
/proc/meminfo: memFree=27361448/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=101.4 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 353563 0 0 0 10095 45 0 0 25 0 1 0 608680450 191471616 36864 33554432000 4194304 4256717 140733345003312 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 36864 253 16 0 43388 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 195684

[startup+162.3 s]
/proc/loadavg: 4.04 4.07 3.85 5/402 16307
/proc/meminfo: memFree=27399300/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=161.38 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 504125 0 0 0 16073 65 0 0 25 0 1 0 608680450 191471616 40705 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209035 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 40705 253 16 0 43388 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 195684

[startup+222.3 s]
/proc/loadavg: 4.01 4.05 3.85 5/402 16309
/proc/meminfo: memFree=27392436/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=221.38 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 634965 0 0 0 22057 81 0 0 25 0 1 0 608680450 191471616 38920 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 38920 253 16 0 43388 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 195684

[startup+282.301 s]
/proc/loadavg: 4.04 4.05 3.87 5/402 16310
/proc/meminfo: memFree=27271608/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=281.39 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 725815 0 0 0 28046 93 0 0 25 0 1 0 608680450 191471616 40215 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 40215 253 16 0 43388 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 195684

[startup+342.301 s]
/proc/loadavg: 3.73 3.98 3.85 4/395 16330
/proc/meminfo: memFree=27502576/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=341.39 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 834207 0 0 0 34031 108 0 0 25 0 1 0 608680450 191471616 37385 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 37385 253 16 0 43388 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 195684

[startup+402.301 s]
/proc/loadavg: 3.29 3.81 3.80 3/392 16333
/proc/meminfo: memFree=27982568/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=237072 CPUtime=401.38 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 908384 0 0 0 40020 118 0 0 25 0 1 0 608680450 242761728 43567 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 59268 43567 253 16 0 55910 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 245772

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

[startup+403.101 s]
/proc/loadavg: 3.18 3.78 3.79 3/392 16333
/proc/meminfo: memFree=27980708/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=237072 CPUtime=402.18 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 908528 0 0 0 40100 118 0 0 25 0 1 0 608680450 242761728 43711 33554432000 4194304 4256717 140733345003312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 59268 43711 253 16 0 55910 0
Current children cumulated CPU time (s) 403.07
Current children cumulated vsize (KiB) 245772

[startup+406.3 s]
/proc/loadavg: 3.18 3.78 3.79 3/389 16350
/proc/meminfo: memFree=28105584/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=237072 CPUtime=405.38 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 909192 0 0 0 40420 118 0 0 25 0 1 0 608680450 242761728 44375 33554432000 4194304 4256717 140733345003312 18446744073709551615 4218822 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 59268 44375 253 16 0 55910 0
Current children cumulated CPU time (s) 406.27
Current children cumulated vsize (KiB) 245772

[startup+407.901 s]
/proc/loadavg: 3.09 3.75 3.78 3/389 16350
/proc/meminfo: memFree=28126156/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=406.99 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 927051 0 0 0 40579 120 0 0 25 0 1 0 608680450 191471616 38704 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 38704 253 16 0 43388 0
Current children cumulated CPU time (s) 407.88
Current children cumulated vsize (KiB) 195684

[startup+409.501 s]
/proc/loadavg: 3.09 3.75 3.78 3/388 16350
/proc/meminfo: memFree=28125916/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=408.58 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 927730 0 0 0 40738 120 0 0 25 0 1 0 608680450 191471616 39378 33554432000 4194304 4256717 140733345003312 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 39378 253 16 0 43388 0
Current children cumulated CPU time (s) 409.47
Current children cumulated vsize (KiB) 195684

[startup+410.315 s]
/proc/loadavg: 3.09 3.75 3.78 3/388 16350
/proc/meminfo: memFree=28123312/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=409.4 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 927982 0 0 0 40820 120 0 0 25 0 1 0 608680450 191471616 39628 33554432000 4194304 4256717 140733345003312 18446744073709551615 4209413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 39628 253 16 0 43388 0
Current children cumulated CPU time (s) 410.29
Current children cumulated vsize (KiB) 195684

[startup+410.701 s]
/proc/loadavg: 3.09 3.75 3.78 3/388 16350
/proc/meminfo: memFree=28123312/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=409.78 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 928114 0 0 0 40858 120 0 0 25 0 1 0 608680450 191471616 39760 33554432000 4194304 4256717 140733345003312 18446744073709551615 4218657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 39760 253 16 0 43388 0
Current children cumulated CPU time (s) 410.67
Current children cumulated vsize (KiB) 195684

[startup+410.801 s]
/proc/loadavg: 3.09 3.75 3.78 3/388 16350
/proc/meminfo: memFree=28123312/32950928 swapFree=44388816/67111528
[pid=16300] ppid=16298 vsize=8700 CPUtime=0.89 cores=5,7
/proc/16300/stat : 16300 (esg_static.sh) S 16298 16300 15673 0 -1 4202496 352 18780 0 0 0 0 82 7 18 0 1 0 608680360 8908800 251 33554432000 4194304 4922060 140735851158640 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16300/statm: 2175 251 209 178 0 68 0
[pid=16303] ppid=16300 vsize=186984 CPUtime=409.88 cores=5,7
/proc/16303/stat : 16303 (minisat_static) R 16300 16300 15673 0 -1 4202496 928155 0 0 0 40868 120 0 0 25 0 1 0 608680450 191471616 39801 33554432000 4194304 4256717 140733345003312 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16303/statm: 46746 39801 253 16 0 43388 0
Current children cumulated CPU time (s) 410.77
Current children cumulated vsize (KiB) 195684

Child status: 20
Real time (s): 410.834
CPU time (s): 410.829
CPU user time (s): 409.538
CPU system time (s): 1.2908
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 325912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.538
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 947515
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= 14
involuntary context switches= 304

runsolver used 1.53677 second user time and 3.70044 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 21:53:37
IDJOB=3348940
IDBENCH=82420
IDSOLVER=1811
FILE ID=node126/3348940-1304970816
RUNJOBID= node126-1304968097-15694
PBS_JOBID= 13285624
Free space on /tmp= 50608 MiB

SOLVER NAME= minisat hack: minisat_psm 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-3348940-1304970816/watcher-3348940-1304970816 -o /tmp/evaluation-result-3348940-1304970816/solver-3348940-1304970816 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348940-1304970816.cnf

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=159328897

node126.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.783
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.56
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.783
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.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27520924 kB
Buffers:        143848 kB
Cached:        1327060 kB
SwapCached:      92124 kB
Active:        1262860 kB
Inactive:      3944508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27520924 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:           16708 kB
Writeback:           0 kB
AnonPages:     3656752 kB
Mapped:          15632 kB
Slab:            78336 kB
PageTables:      77456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 89109888 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= 50724 MiB
End job on node126 at 2011-05-09 22:00:28