Trace number 3284887

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-01? (TO) 1293.76 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.00/0.00	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1746718  3992465 |  524015       0        0     nan |  0.000 % |
2.68/2.72	c |         0 | 1250297  2911475 |      --       0       --      -- |     --   | -35/-52
2.68/2.72	c ==============================================================================
2.68/2.72	c Result  :   #vars: 89756   #clauses: 1250297   #literals: 2911475
2.68/2.72	c CPU time:   2.6306 s
2.68/2.72	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 0,2

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: 6.43 6.79 8.07 5/186 29807
/proc/meminfo: memFree=17794868/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0

[startup+0.0375159 s]
/proc/loadavg: 6.43 6.79 8.07 5/186 29807
/proc/meminfo: memFree=17794868/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101666 s]
/proc/loadavg: 6.43 6.79 8.07 5/186 29807
/proc/meminfo: memFree=17794868/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3005 s]
/proc/loadavg: 6.43 6.79 8.07 5/186 29807
/proc/meminfo: memFree=17794868/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700427 s]
/proc/loadavg: 6.43 6.79 8.07 5/186 29807
/proc/meminfo: memFree=17794868/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 6.43 6.79 8.07 5/187 29810
/proc/meminfo: memFree=17661832/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
[pid=29808] ppid=29807 vsize=151832 CPUtime=1.49 cores=0,2
/proc/29808/stat : 29808 (SatELite_releas) R 29807 29807 28714 0 -1 4202496 35066 0 0 0 141 8 0 0 25 0 1 0 487622459 155475968 31305 33554432000 134512640 135144242 4291249296 18446744073709551615 134585607 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29808/statm: 37958 31305 77 155 0 37801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160532

[startup+3.10099 s]
/proc/loadavg: 6.43 6.79 8.07 4/187 29810
/proc/meminfo: memFree=17661460/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=0 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487622459 8908800 249 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 249 209 178 0 68 0
[pid=29808] ppid=29807 vsize=151584 CPUtime=3.08 cores=0,2
/proc/29808/stat : 29808 (SatELite_releas) R 29807 29807 28714 0 -1 4202496 38625 0 0 0 298 10 0 0 25 0 1 0 487622459 155222016 31291 33554432000 134512640 135144242 4291249296 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29808/statm: 37896 31291 77 155 0 37739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 160284

[startup+6.30046 s]
/proc/loadavg: 6.55 6.81 8.07 3/187 29811
/proc/meminfo: memFree=17763952/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=8700 CPUtime=0 cores=0,2
/proc/29811/stat : 29811 (esg_static.sh) D 29807 29807 28714 0 -1 4202560 77 0 0 0 0 0 0 0 18 0 1 0 487622787 8908800 101 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664629239 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/29811/statm: 2175 101 58 178 0 68 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 17400
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 6.51 6.79 8.05 5/192 29818
/proc/meminfo: memFree=17597408/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=45064 CPUtime=3.18 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 9329 0 0 0 315 3 0 0 25 0 1 0 487622787 46145536 9237 33554432000 4194304 4218580 140735830281936 18446744073709551615 274664469189 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 11266 9237 131 6 0 9736 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 53764
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 6.84 6.85 8.05 5/192 29819
/proc/meminfo: memFree=17503140/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=56100 CPUtime=15.97 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 12100 0 0 0 1590 7 0 0 25 0 1 0 487622787 57446400 12007 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210294 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 14025 12007 131 6 0 12495 0
Current children cumulated CPU time (s) 19.25
Current children cumulated vsize (KiB) 64800
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 8.12 7.15 8.12 7/192 29820
/proc/meminfo: memFree=17476236/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=66728 CPUtime=41.55 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 14783 0 0 0 4141 14 0 0 25 0 1 0 487622787 68329472 14688 33554432000 4194304 4218580 140735830281936 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 16682 14688 131 6 0 15152 0
Current children cumulated CPU time (s) 44.83
Current children cumulated vsize (KiB) 75428

[startup+102.301 s]
/proc/loadavg: 6.98 7.04 8.03 5/192 29821
/proc/meminfo: memFree=17456420/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=79492 CPUtime=92.75 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 17986 0 0 0 9251 24 0 0 25 0 1 0 487622787 81399808 17889 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 19873 17889 131 6 0 18343 0
Current children cumulated CPU time (s) 96.03
Current children cumulated vsize (KiB) 88192

[startup+162.3 s]
/proc/loadavg: 5.98 6.75 7.87 5/192 29852
/proc/meminfo: memFree=17403696/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=90084 CPUtime=152.75 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 20619 0 0 0 15234 41 0 0 25 0 1 0 487622787 92246016 20522 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 22521 20522 131 6 0 20991 0
Current children cumulated CPU time (s) 156.03
Current children cumulated vsize (KiB) 98784

[startup+222.301 s]
/proc/loadavg: 4.72 6.25 7.62 5/192 29854
/proc/meminfo: memFree=17355908/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=111304 CPUtime=212.75 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 25940 0 0 0 21233 42 0 0 25 0 1 0 487622787 113975296 25843 33554432000 4194304 4218580 140735830281936 18446744073709551615 4208202 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 27826 25843 131 6 0 26296 0
Current children cumulated CPU time (s) 216.03
Current children cumulated vsize (KiB) 120004

[startup+282.301 s]
/proc/loadavg: 4.30 5.85 7.40 5/192 29856
/proc/meminfo: memFree=17323936/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=114364 CPUtime=272.74 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 26718 0 0 0 27232 42 0 0 25 0 1 0 487622787 117108736 26621 33554432000 4194304 4218580 140735830281936 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 28591 26621 131 6 0 27061 0
Current children cumulated CPU time (s) 276.02
Current children cumulated vsize (KiB) 123064

[startup+342.301 s]
/proc/loadavg: 4.11 5.51 7.18 5/192 29857
/proc/meminfo: memFree=17308384/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=121840 CPUtime=332.75 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 28569 0 0 0 33232 43 0 0 25 0 1 0 487622787 124764160 28472 33554432000 4194304 4218580 140735830281936 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 30460 28472 131 6 0 28930 0
Current children cumulated CPU time (s) 336.03
Current children cumulated vsize (KiB) 130540

[startup+402.301 s]

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

/proc/29811/statm: 57569 55610 131 6 0 56039 0
Current children cumulated CPU time (s) 576.04
Current children cumulated vsize (KiB) 238976

[startup+642.307 s]
/proc/loadavg: 4.00 4.56 6.30 5/192 29865
/proc/meminfo: memFree=17025660/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230340 CPUtime=632.76 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55716 0 0 0 63228 48 0 0 25 0 1 0 487622787 235868160 55618 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57585 55618 131 6 0 56055 0
Current children cumulated CPU time (s) 636.04
Current children cumulated vsize (KiB) 239040

[startup+702.301 s]
/proc/loadavg: 4.00 4.45 6.15 5/192 29867
/proc/meminfo: memFree=17024636/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230340 CPUtime=692.76 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55723 0 0 0 69228 48 0 0 25 0 1 0 487622787 235868160 55625 33554432000 4194304 4218580 140735830281936 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57585 55625 131 6 0 56055 0
Current children cumulated CPU time (s) 696.04
Current children cumulated vsize (KiB) 239040

[startup+762.3 s]
/proc/loadavg: 4.00 4.37 6.02 5/192 29868
/proc/meminfo: memFree=17023140/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230372 CPUtime=752.76 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55740 0 0 0 75228 48 0 0 25 0 1 0 487622787 235900928 55635 33554432000 4194304 4218580 140735830281936 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57593 55635 131 6 0 56063 0
Current children cumulated CPU time (s) 756.04
Current children cumulated vsize (KiB) 239072

[startup+822.301 s]
/proc/loadavg: 4.09 4.33 5.90 5/192 29870
/proc/meminfo: memFree=17022348/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230404 CPUtime=812.76 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55768 0 0 0 81228 48 0 0 25 0 1 0 487622787 235933696 55661 33554432000 4194304 4218580 140735830281936 18446744073709551615 4208261 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57601 55661 131 6 0 56071 0
Current children cumulated CPU time (s) 816.04
Current children cumulated vsize (KiB) 239104

[startup+882.3 s]
/proc/loadavg: 4.03 4.27 5.78 5/192 29872
/proc/meminfo: memFree=17021332/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230436 CPUtime=872.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55777 0 0 0 87228 49 0 0 25 0 1 0 487622787 235966464 55669 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210424 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57609 55669 131 6 0 56079 0
Current children cumulated CPU time (s) 876.05
Current children cumulated vsize (KiB) 239136

[startup+942.301 s]
/proc/loadavg: 4.01 4.22 5.66 5/192 29873
/proc/meminfo: memFree=17021448/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230436 CPUtime=932.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55788 0 0 0 93228 49 0 0 25 0 1 0 487622787 235966464 55676 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57609 55676 131 6 0 56079 0
Current children cumulated CPU time (s) 936.05
Current children cumulated vsize (KiB) 239136

[startup+1002.3 s]
/proc/loadavg: 4.11 4.20 5.57 5/192 29875
/proc/meminfo: memFree=17017720/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230468 CPUtime=992.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55799 0 0 0 99228 49 0 0 25 0 1 0 487622787 235999232 55683 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57617 55683 131 6 0 56087 0
Current children cumulated CPU time (s) 996.05
Current children cumulated vsize (KiB) 239168

[startup+1062.3 s]
/proc/loadavg: 4.04 4.16 5.46 5/192 29876
/proc/meminfo: memFree=16974188/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230500 CPUtime=1052.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55808 0 0 0 105228 49 0 0 25 0 1 0 487622787 236032000 55690 33554432000 4194304 4218580 140735830281936 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57625 55690 131 6 0 56095 0
Current children cumulated CPU time (s) 1056.05
Current children cumulated vsize (KiB) 239200

[startup+1122.3 s]
/proc/loadavg: 4.01 4.13 5.37 5/192 29878
/proc/meminfo: memFree=16947028/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230532 CPUtime=1112.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55814 0 0 0 111228 49 0 0 25 0 1 0 487622787 236064768 55692 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210324 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57633 55692 131 6 0 56103 0
Current children cumulated CPU time (s) 1116.05
Current children cumulated vsize (KiB) 239232

[startup+1182.3 s]
/proc/loadavg: 4.00 4.11 5.28 5/192 29880
/proc/meminfo: memFree=16946524/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=230564 CPUtime=1172.78 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 55828 0 0 0 117229 49 0 0 25 0 1 0 487622787 236097536 55700 33554432000 4194304 4218580 140735830281936 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 57641 55700 131 6 0 56111 0
Current children cumulated CPU time (s) 1176.06
Current children cumulated vsize (KiB) 239264

[startup+1242.3 s]
/proc/loadavg: 4.00 4.08 5.20 5/192 29910
/proc/meminfo: memFree=16725180/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=239188 CPUtime=1232.77 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 57963 0 0 0 123228 49 0 0 25 0 1 0 487622787 244928512 57831 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210035 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 59797 57831 131 6 0 58267 0
Current children cumulated CPU time (s) 1236.05
Current children cumulated vsize (KiB) 247888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.57 4.27 5.19 5/192 29943
/proc/meminfo: memFree=16990028/32951132 swapFree=67111528/67111528
[pid=29807] ppid=29805 vsize=8700 CPUtime=3.28 cores=0,2
/proc/29807/stat : 29807 (esg_static.sh) S 29805 29807 28714 0 -1 4202496 354 38626 0 0 0 0 316 12 18 0 1 0 487622459 8908800 252 33554432000 4194304 4922060 140735980401392 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29807/statm: 2175 252 209 178 0 68 0
[pid=29811] ppid=29807 vsize=247468 CPUtime=1290.48 cores=0,2
/proc/29811/stat : 29811 (cdcl) R 29807 29807 28714 0 -1 4202496 60048 0 0 0 128994 54 0 0 25 0 1 0 487622787 253407232 59909 33554432000 4194304 4218580 140735830281936 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/29811/statm: 61867 59909 131 6 0 60337 0
Current children cumulated CPU time (s) 1293.76
Current children cumulated vsize (KiB) 256168

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.02
CPU time (s): 1293.76
CPU user time (s): 1293.1
CPU system time (s): 0.66
CPU usage (%): 99.5185
Max. virtual memory (cumulated for all children) (KiB): 256168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.16252
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38980
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= 6
involuntary context switches= 8

runsolver used 2.30765 second user time and 4.71828 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 21:37:08
IDJOB=3284887
IDBENCH=82366
IDSOLVER=1609
FILE ID=node131/3284887-1303760227
RUNJOBID= node131-1303760130-29402
PBS_JOBID= 13154069
Free space on /tmp= 71740 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284887-1303760227/watcher-3284887-1303760227 -o /tmp/evaluation-result-3284887-1303760227/solver-3284887-1303760227 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3284887-1303760227.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=169855980

node131.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.830
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.830
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.830
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.83
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.830
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.830
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.830
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.830
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.830
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:     32951132 kB
MemFree:      17795272 kB
Buffers:       1004316 kB
Cached:       13400856 kB
SwapCached:          0 kB
Active:        4782424 kB
Inactive:      9845240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17795272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          310164 kB
Writeback:         232 kB
AnonPages:      221820 kB
Mapped:          15424 kB
Slab:           463548 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   392884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71752 MiB
End job on node131 at 2011-04-25 21:58:50