Trace number 3386357

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
SArTagnan 2011-05-15 (fixed)? (exit code) 495.28 174.428

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data


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: 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-3386357-1305579511/watcher-3386357-1305579511 -o /tmp/evaluation-result-3386357-1305579511/solver-3386357-1305579511 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386357-1305579511.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 10.13 10.12 10.10 8/373 28068
/proc/meminfo: memFree=14197508/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=58848 CPUtime=0 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 1989 0 0 0 0 0 0 0 23 0 1 0 669550786 60260352 1927 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28068/statm: 14712 1927 298 106 0 10215 0

[startup+0.019871 s]
/proc/loadavg: 10.13 10.12 10.10 8/373 28068
/proc/meminfo: memFree=14197508/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=58848 CPUtime=0.01 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 1996 0 0 0 1 0 0 0 23 0 1 0 669550786 60260352 1934 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28068/statm: 14712 1934 298 106 0 10215 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 58848

[startup+0.100861 s]
/proc/loadavg: 10.13 10.12 10.10 8/373 28068
/proc/meminfo: memFree=14197508/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=60648 CPUtime=0.08 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 2782 0 0 0 8 0 0 0 23 0 1 0 669550786 62103552 2297 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28068/statm: 15162 2297 299 106 0 10665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60648

[startup+0.300828 s]
/proc/loadavg: 10.13 10.12 10.10 8/373 28068
/proc/meminfo: memFree=14197508/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=82544 CPUtime=0.28 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 10546 0 0 0 27 1 0 0 25 0 1 0 669550786 84525056 6844 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664505813 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28068/statm: 20636 6867 299 106 0 16139 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82544

[startup+0.700727 s]
/proc/loadavg: 10.13 10.12 10.10 8/373 28068
/proc/meminfo: memFree=14197508/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=254308 CPUtime=0.93 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 31951 0 0 0 89 4 0 0 25 0 4 0 669550786 260411392 23582 33554432000 4194304 4625164 140734077528960 18446744073709551615 4500323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 63577 23582 330 106 0 59080 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 254308

[startup+1.50059 s]
/proc/loadavg: 9.88 10.06 10.08 11/377 28072
/proc/meminfo: memFree=14098532/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=255140 CPUtime=2.52 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 33005 0 0 0 248 4 0 0 25 0 4 0 669550786 261263360 24636 33554432000 4194304 4625164 140734077528960 18446744073709551615 4390618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 63785 24636 331 106 0 59288 0
[pid=28068/tid=28070] ppid=28066 vsize=255140 CPUtime=0.52 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 338 0 0 0 52 0 0 0 25 0 4 0 669550832 261263360 24636 33554432000 4194304 4625164 140734077528960 18446744073709551615 4477938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=255140 CPUtime=0.51 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 368 0 0 0 51 0 0 0 25 0 4 0 669550832 261263360 24636 33554432000 4194304 4625164 140734077528960 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=255140 CPUtime=0.52 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 535 0 0 0 52 0 0 0 25 0 4 0 669550832 261263360 24636 33554432000 4194304 4625164 140734077528960 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 255140

[startup+3.10031 s]
/proc/loadavg: 9.88 10.06 10.08 11/377 28072
/proc/meminfo: memFree=14089932/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=260568 CPUtime=5.7 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 35168 0 0 0 566 4 0 0 25 0 4 0 669550786 266821632 26799 33554432000 4194304 4625164 140734077528960 18446744073709551615 4390528 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 65142 26799 336 106 0 60645 0
[pid=28068/tid=28070] ppid=28066 vsize=260568 CPUtime=1.12 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 636 0 0 0 112 0 0 0 25 0 4 0 669550832 266821632 26799 33554432000 4194304 4625164 140734077528960 18446744073709551615 4464984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=260568 CPUtime=1.31 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 484 0 0 0 131 0 0 0 25 0 4 0 669550832 266821632 26799 33554432000 4194304 4625164 140734077528960 18446744073709551615 4278659 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=260568 CPUtime=1.31 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 726 0 0 0 131 0 0 0 25 0 4 0 669550832 266821632 26799 33554432000 4194304 4625164 140734077528960 18446744073709551615 4554672 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 260568

[startup+6.30076 s]
/proc/loadavg: 9.88 10.06 10.08 14/377 28072
/proc/meminfo: memFree=14079516/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=341084 CPUtime=12.06 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 75714 0 0 0 1197 9 0 0 25 0 4 0 669550786 349270016 43590 33554432000 4194304 4625164 140734077528960 18446744073709551615 4390623 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 85271 43590 350 106 0 80774 0
[pid=28068/tid=28070] ppid=28066 vsize=341084 CPUtime=2.72 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 2038 0 0 0 272 0 0 0 25 0 4 0 669550832 349270016 43590 33554432000 4194304 4625164 140734077528960 18446744073709551615 4467406 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=341084 CPUtime=2.81 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 3152 0 0 0 281 0 0 0 25 0 4 0 669550832 349270016 43590 33554432000 4194304 4625164 140734077528960 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=341084 CPUtime=2.97 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 1677 0 0 0 297 0 0 0 25 0 4 0 669550832 349270016 43590 33554432000 4194304 4625164 140734077528960 18446744073709551615 4352800 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 341084

[startup+12.7006 s]
/proc/loadavg: 10.66 10.22 10.13 10/377 28072
/proc/meminfo: memFree=13782844/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=626868 CPUtime=23.57 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 207698 0 0 0 2328 29 0 0 25 0 4 0 669550786 641912832 102772 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664913390 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28068/statm: 156717 102772 336 106 0 152220 0
[pid=28068/tid=28070] ppid=28066 vsize=626868 CPUtime=6.32 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 3737 0 0 0 632 0 0 0 25 0 4 0 669550832 641912832 102772 33554432000 4194304 4625164 140734077528960 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=626868 CPUtime=5.47 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 5106 0 0 0 546 1 0 0 25 0 4 0 669550832 641912832 102772 33554432000 4194304 4625164 140734077528960 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=626868 CPUtime=6.4 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 4987 0 0 0 640 0 0 0 25 0 4 0 669550832 641912832 102772 33554432000 4194304 4625164 140734077528960 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 626868

[startup+25.5004 s]
/proc/loadavg: 10.56 10.22 10.13 11/377 28072
/proc/meminfo: memFree=13548352/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=903604 CPUtime=50.57 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 316201 0 0 0 5013 44 0 0 25 0 4 0 669550786 925290496 156511 33554432000 4194304 4625164 140734077528960 18446744073709551615 4390864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 225901 156511 468 106 0 221404 0
[pid=28068/tid=28070] ppid=28066 vsize=903604 CPUtime=13.83 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 10583 0 0 0 1382 1 0 0 25 0 4 0 669550832 925290496 156511 33554432000 4194304 4625164 140734077528960 18446744073709551615 4288755 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=903604 CPUtime=11.61 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 14469 0 0 0 1158 3 0 0 25 0 4 0 669550832 925290496 156511 33554432000 4194304 4625164 140734077528960 18446744073709551615 4317281 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=903604 CPUtime=14.55 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 11242 0 0 0 1454 1 0 0 25 0 4 0 669550832 925290496 156511 33554432000 4194304 4625164 140734077528960 18446744073709551615 4469080 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 903604

[startup+51.101 s]
/proc/loadavg: 10.34 10.20 10.13 11/377 28073
/proc/meminfo: memFree=12685168/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=2028116 CPUtime=128.07 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 945737 0 0 0 12673 134 0 0 25 0 4 0 669550786 2076790784 373676 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 507029 373676 390 106 0 502532 0
[pid=28068/tid=28070] ppid=28066 vsize=2028116 CPUtime=31.66 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 28668 0 0 0 3158 8 0 0 25 0 4 0 669550832 2076790784 373676 33554432000 4194304 4625164 140734077528960 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=2028116 CPUtime=31.08 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 45172 0 0 0 3097 11 0 0 25 0 4 0 669550832 2076790784 373676 33554432000 4194304 4625164 140734077528960 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=2028116 CPUtime=37.15 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 23719 0 0 0 3712 3 0 0 25 0 4 0 669550832 2076790784 373676 33554432000 4194304 4625164 140734077528960 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 128.07
Current children cumulated vsize (KiB) 2028116

[startup+102.314 s]
/proc/loadavg: 10.23 10.19 10.13 11/377 28074
/proc/meminfo: memFree=8431692/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10999716 CPUtime=280.77 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 3558617 0 0 0 27592 485 0 0 25 0 4 0 669550786 11263709184 1466229 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664505793 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28068/statm: 2749929 1466229 342 106 0 2745432 0
[pid=28068/tid=28070] ppid=28066 vsize=10999716 CPUtime=72.8 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 109541 0 0 0 7257 23 0 0 22 0 4 0 669550832 11263709184 1466229 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330613 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10999716 CPUtime=74.01 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 114227 0 0 0 7377 24 0 0 25 0 4 0 669550832 11263709184 1466229 33554432000 4194304 4625164 140734077528960 18446744073709551615 4278495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10999716 CPUtime=75.68 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 116445 0 0 0 7552 16 0 0 25 0 4 0 669550832 11263709184 1466229 33554432000 4194304 4625164 140734077528960 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 10999716

[startup+162.301 s]
/proc/loadavg: 10.12 10.17 10.12 11/377 28085
/proc/meminfo: memFree=4805212/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10349744 CPUtime=459.84 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 6787416 0 0 0 45058 926 0 0 25 0 4 0 669550786 10598137856 2323705 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2587436 2323705 377 106 0 2582939 0
[pid=28068/tid=28070] ppid=28066 vsize=10349744 CPUtime=123.34 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 136090 0 0 0 12306 28 0 0 25 0 4 0 669550832 10598137856 2323706 33554432000 4194304 4625164 140734077528960 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10349744 CPUtime=127.09 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 161075 0 0 0 12678 31 0 0 25 0 4 0 669550832 10598137856 2323706 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10349744 CPUtime=120.23 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 203596 0 0 0 11992 31 0 0 25 0 4 0 669550832 10598137856 2323706 33554432000 4194304 4625164 140734077528960 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 459.84
Current children cumulated vsize (KiB) 10349744

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

[startup+166.301 s]
/proc/loadavg: 10.11 10.17 10.12 11/377 28085
/proc/meminfo: memFree=4581268/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10480816 CPUtime=471.79 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 6862617 0 0 0 46239 940 0 0 25 0 4 0 669550786 10732355584 2372077 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2620204 2372077 377 106 0 2615707 0
[pid=28068/tid=28070] ppid=28066 vsize=10480816 CPUtime=127.34 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 136094 0 0 0 12706 28 0 0 25 0 4 0 669550832 10732355584 2372077 33554432000 4194304 4625164 140734077528960 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10480816 CPUtime=131.03 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 161075 0 0 0 13072 31 0 0 25 0 4 0 669550832 10732355584 2372077 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10480816 CPUtime=122.23 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 208233 0 0 0 12192 31 0 0 25 0 4 0 669550832 10732355584 2372077 33554432000 4194304 4625164 140734077528960 18446744073709551615 4562807 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 471.79
Current children cumulated vsize (KiB) 10480816

[startup+169.5 s]
/proc/loadavg: 10.11 10.17 10.12 11/377 28085
/proc/meminfo: memFree=4386588/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10551472 CPUtime=481.34 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 6935304 0 0 0 47183 951 0 0 20 0 4 0 669550786 10804707328 2419055 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2637868 2419055 377 106 0 2633371 0
[pid=28068/tid=28070] ppid=28066 vsize=10551472 CPUtime=130.21 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 136609 0 0 0 12992 29 0 0 21 0 4 0 669550832 10804707328 2419055 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10551472 CPUtime=133.9 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 163061 0 0 0 13359 31 0 0 21 0 4 0 669550832 10804707328 2419055 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10551472 CPUtime=124.06 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 211401 0 0 0 12374 32 0 0 25 0 4 0 669550832 10804707328 2419056 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 481.34
Current children cumulated vsize (KiB) 10551472

[startup+172.714 s]
/proc/loadavg: 10.10 10.16 10.12 11/377 28085
/proc/meminfo: memFree=4214100/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10621104 CPUtime=490.93 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 6998929 0 0 0 48132 961 0 0 18 0 4 0 669550786 10876010496 2460736 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2655276 2460736 377 106 0 2650779 0
[pid=28068/tid=28070] ppid=28066 vsize=10621104 CPUtime=133.39 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 138684 0 0 0 13310 29 0 0 18 0 4 0 669550832 10876010496 2460736 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10621104 CPUtime=137.02 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 164039 0 0 0 13671 31 0 0 18 0 4 0 669550832 10876010496 2460736 33554432000 4194304 4625164 140734077528960 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10621104 CPUtime=125.73 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 215167 0 0 0 12540 33 0 0 25 0 4 0 669550832 10876010496 2460736 33554432000 4194304 4625164 140734077528960 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 490.93
Current children cumulated vsize (KiB) 10621104

[startup+173.501 s]
/proc/loadavg: 10.10 10.16 10.12 11/377 28085
/proc/meminfo: memFree=4214100/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10785968 CPUtime=493.29 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 7063865 0 0 0 48359 970 0 0 18 0 4 0 669550786 11044831232 2501514 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2696492 2501514 377 106 0 2691995 0
[pid=28068/tid=28070] ppid=28066 vsize=10785968 CPUtime=134.18 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 153913 0 0 0 13387 31 0 0 19 0 4 0 669550832 11044831232 2501514 33554432000 4194304 4625164 140734077528960 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10785968 CPUtime=137.81 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 180742 0 0 0 13747 34 0 0 18 0 4 0 669550832 11044831232 2501514 33554432000 4194304 4625164 140734077528960 18446744073709551615 4469385 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10785968 CPUtime=125.73 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 215208 0 0 0 12540 33 0 0 25 0 4 0 669550832 11044831232 2501514 33554432000 4194304 4625164 140734077528960 18446744073709551615 4295444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 493.29
Current children cumulated vsize (KiB) 10785968

[startup+173.901 s]
/proc/loadavg: 10.10 10.16 10.12 11/377 28085
/proc/meminfo: memFree=4029092/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=10786992 CPUtime=494.47 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) R 28066 28068 27834 0 -1 4202496 7069938 0 0 0 48476 971 0 0 18 0 4 0 669550786 11045879808 2506083 33554432000 4194304 4625164 140734077528960 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 2696748 2506083 377 106 0 2692251 0
[pid=28068/tid=28070] ppid=28066 vsize=10786992 CPUtime=134.57 cores=1,3,5,7
/proc/28068/task/28070/stat : 28070 (SArTagnan) R 28066 28068 27834 0 -1 4202560 154065 0 0 0 13426 31 0 0 19 0 4 0 669550832 11045879808 2506083 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28068/tid=28071] ppid=28066 vsize=10786992 CPUtime=138.21 cores=1,3,5,7
/proc/28068/task/28071/stat : 28071 (SArTagnan) R 28066 28068 27834 0 -1 4202560 181377 0 0 0 13787 34 0 0 18 0 4 0 669550832 11045879808 2506083 33554432000 4194304 4625164 140734077528960 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=10786992 CPUtime=125.73 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4202560 215208 0 0 0 12540 33 0 0 25 0 4 0 669550832 11045879808 2506083 33554432000 4194304 4625164 140734077528960 18446744073709551615 4469221 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.47
Current children cumulated vsize (KiB) 10786992

[startup+174.301 s]
/proc/loadavg: 10.10 10.16 10.12 11/377 28085
/proc/meminfo: memFree=4029092/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=0 CPUtime=495.14 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) Z 28066 28068 27834 0 -1 4202524 7072378 0 0 0 48516 998 0 0 19 0 2 0 669550786 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 0 0 0 0 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=0 CPUtime=125.99 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4203588 215208 0 0 0 12540 59 0 0 25 0 2 0 669550832 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 495.14
Current children cumulated vsize (KiB) 0

[startup+174.401 s]
/proc/loadavg: 10.10 10.16 10.12 11/377 28085
/proc/meminfo: memFree=4029092/32951132 swapFree=67093824/67111528
[pid=28068] ppid=28066 vsize=0 CPUtime=495.24 cores=1,3,5,7
/proc/28068/stat : 28068 (SArTagnan) Z 28066 28068 27834 0 -1 4202524 7072378 0 0 0 48516 1008 0 0 19 0 2 0 669550786 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28068/statm: 0 0 0 0 0 0 0
[pid=28068/tid=28072] ppid=28066 vsize=0 CPUtime=126.09 cores=1,3,5,7
/proc/28068/task/28072/stat : 28072 (SArTagnan) R 28066 28068 27834 0 -1 4203588 215208 0 0 0 12540 69 0 0 25 0 2 0 669550832 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 495.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 174.428
CPU time (s): 495.28
CPU user time (s): 485.165
CPU system time (s): 10.1145
CPU usage (%): 283.946
Max. virtual memory (cumulated for all children) (KiB): 14886368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 485.165
system time used= 10.1145
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7072378
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= 32692
involuntary context switches= 5475

runsolver used 0.555915 second user time and 1.51577 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-16 22:58:31
IDJOB=3386357
IDBENCH=82378
IDSOLVER=1871
FILE ID=node131/3386357-1305579511
RUNJOBID= node131-1305576906-27853
PBS_JOBID= 13350211
Free space on /tmp= 73552 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386357-1305579511/watcher-3386357-1305579511 -o /tmp/evaluation-result-3386357-1305579511/solver-3386357-1305579511 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386357-1305579511.cnf -threads=4

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1092594408

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:      14197788 kB
Buffers:        308996 kB
Cached:        4745832 kB
SwapCached:       1504 kB
Active:       14779652 kB
Inactive:      3691172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14197788 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           24284 kB
Writeback:           0 kB
AnonPages:    13414332 kB
Mapped:          33168 kB
Slab:           171252 kB
PageTables:      47016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 66444756 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= 73552 MiB
End job on node131 at 2011-05-16 23:01:26