Trace number 3386435

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) 709.536 179.325

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.91
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

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

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

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: 8.93 9.04 8.50 6/502 23444
/proc/meminfo: memFree=22286692/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=99284 CPUtime=0.01 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 3544 0 0 0 1 0 0 0 22 0 1 0 669565570 101666816 3482 33554432000 4194304 4625164 140735243381520 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23444/statm: 24821 3482 298 106 0 20324 0

[startup+0.044067 s]
/proc/loadavg: 8.93 9.04 8.50 6/502 23444
/proc/meminfo: memFree=22286692/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=99424 CPUtime=0.04 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 3575 0 0 0 4 0 0 0 22 0 1 0 669565570 101810176 3513 33554432000 4194304 4625164 140735243381520 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23444/statm: 24856 3513 298 106 0 20359 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 99424

[startup+0.101057 s]
/proc/loadavg: 8.93 9.04 8.50 6/502 23444
/proc/meminfo: memFree=22286692/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=100912 CPUtime=0.09 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 4300 0 0 0 9 0 0 0 22 0 1 0 669565570 103333888 3807 33554432000 4194304 4625164 140735243381520 18446744073709551615 270613153927 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23444/statm: 25228 3807 299 106 0 20731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 100912

[startup+0.301025 s]
/proc/loadavg: 8.93 9.04 8.50 6/502 23444
/proc/meminfo: memFree=22286692/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=123536 CPUtime=0.29 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 11940 0 0 0 28 1 0 0 23 0 1 0 669565570 126500864 8230 33554432000 4194304 4625164 140735243381520 18446744073709551615 270612808149 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23444/statm: 30884 8251 299 106 0 26387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123536

[startup+0.700984 s]
/proc/loadavg: 8.93 9.04 8.50 6/502 23444
/proc/meminfo: memFree=22286692/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=142080 CPUtime=0.69 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 25718 0 0 0 67 2 0 0 25 0 1 0 669565570 145489920 13207 33554432000 4194304 4625164 140735243381520 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23444/statm: 35520 13207 299 106 0 31023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142080

[startup+1.50077 s]
/proc/loadavg: 8.93 9.04 8.50 10/506 23448
/proc/meminfo: memFree=22079960/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=547832 CPUtime=3.02 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 73723 0 0 0 293 9 0 0 25 0 4 0 669565570 560979968 54619 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 136958 54619 335 106 0 132461 0
[pid=23444/tid=23446] ppid=23442 vsize=547832 CPUtime=0.51 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 706 0 0 0 51 0 0 0 25 0 4 0 669565668 560979968 54619 33554432000 4194304 4625164 140735243381520 18446744073709551615 4477984 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=547832 CPUtime=0.51 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 1418 0 0 0 51 0 0 0 25 0 4 0 669565668 560979968 54619 33554432000 4194304 4625164 140735243381520 18446744073709551615 4478009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=547832 CPUtime=0.49 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 1088 0 0 0 49 0 0 0 25 0 4 0 669565668 560979968 54619 33554432000 4194304 4625164 140735243381520 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 547832

[startup+3.10054 s]
/proc/loadavg: 8.93 9.04 8.50 10/506 23448
/proc/meminfo: memFree=22059624/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=547832 CPUtime=9.4 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 75916 0 0 0 930 10 0 0 25 0 4 0 669565570 560979968 56812 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 136958 56812 335 106 0 132461 0
[pid=23444/tid=23446] ppid=23442 vsize=547832 CPUtime=2.11 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 706 0 0 0 211 0 0 0 25 0 4 0 669565668 560979968 56812 33554432000 4194304 4625164 140735243381520 18446744073709551615 4479680 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=547832 CPUtime=2.11 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 1472 0 0 0 211 0 0 0 25 0 4 0 669565668 560979968 56812 33554432000 4194304 4625164 140735243381520 18446744073709551615 4477984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=547832 CPUtime=2.06 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 1088 0 0 0 206 0 0 0 25 0 4 0 669565668 560979968 56812 33554432000 4194304 4625164 140735243381520 18446744073709551615 4477951 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 547832

[startup+6.30092 s]
/proc/loadavg: 8.93 9.04 8.50 10/506 23449
/proc/meminfo: memFree=22013008/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=569760 CPUtime=22.14 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 85007 0 0 0 2203 11 0 0 25 0 4 0 669565570 583434240 58226 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 142440 58226 336 106 0 137943 0
[pid=23444/tid=23446] ppid=23442 vsize=569760 CPUtime=5.31 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 2037 0 0 0 531 0 0 0 25 0 4 0 669565668 583434240 58226 33554432000 4194304 4625164 140735243381520 18446744073709551615 4467415 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=569760 CPUtime=5.31 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 1571 0 0 0 531 0 0 0 25 0 4 0 669565668 583434240 58226 33554432000 4194304 4625164 140735243381520 18446744073709551615 4464608 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=569760 CPUtime=5.21 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 4069 0 0 0 520 1 0 0 25 0 4 0 669565668 583434240 58226 33554432000 4194304 4625164 140735243381520 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 569760

[startup+12.7008 s]
/proc/loadavg: 8.94 9.04 8.51 10/506 23449
/proc/meminfo: memFree=21871256/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=631820 CPUtime=47.63 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 117097 0 0 0 4745 18 0 0 25 0 4 0 669565570 646983680 84909 33554432000 4194304 4625164 140735243381520 18446744073709551615 4361099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 157955 84909 337 106 0 153458 0
[pid=23444/tid=23446] ppid=23442 vsize=631820 CPUtime=11.71 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 8068 0 0 0 1169 2 0 0 25 0 4 0 669565668 646983680 84909 33554432000 4194304 4625164 140735243381520 18446744073709551615 4464305 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=631820 CPUtime=11.71 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 5654 0 0 0 1170 1 0 0 25 0 4 0 669565668 646983680 84909 33554432000 4194304 4625164 140735243381520 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=631820 CPUtime=11.51 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 8575 0 0 0 1149 2 0 0 25 0 4 0 669565668 646983680 84909 33554432000 4194304 4625164 140735243381520 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.63
Current children cumulated vsize (KiB) 631820

[startup+25.5005 s]
/proc/loadavg: 9.03 9.06 8.52 10/506 23458
/proc/meminfo: memFree=21423760/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=825600 CPUtime=98.57 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 274392 0 0 0 9815 42 0 0 25 0 4 0 669565570 845414400 141356 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390564 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 206400 141356 342 106 0 201903 0
[pid=23444/tid=23446] ppid=23442 vsize=825600 CPUtime=24.48 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 17071 0 0 0 2444 4 0 0 25 0 4 0 669565668 845414400 141356 33554432000 4194304 4625164 140735243381520 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825600 CPUtime=24.49 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 15157 0 0 0 2446 3 0 0 25 0 4 0 669565668 845414400 141356 33554432000 4194304 4625164 140735243381520 18446744073709551615 4486934 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825600 CPUtime=24.08 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 29757 0 0 0 2403 5 0 0 25 0 4 0 669565668 845414400 141356 33554432000 4194304 4625164 140735243381520 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.57
Current children cumulated vsize (KiB) 825600

[startup+51.101 s]
/proc/loadavg: 9.09 9.07 8.54 10/506 23459
/proc/meminfo: memFree=20308352/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=1719384 CPUtime=200.51 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 762022 0 0 0 19942 109 0 0 25 0 4 0 669565570 1760649216 318749 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390560 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 429846 318749 337 106 0 425349 0
[pid=23444/tid=23446] ppid=23442 vsize=1719384 CPUtime=50.05 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 33356 0 0 0 4997 8 0 0 25 0 4 0 669565668 1760649216 318749 33554432000 4194304 4625164 140735243381520 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=1719384 CPUtime=50.08 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 39866 0 0 0 5000 8 0 0 25 0 4 0 669565668 1760649216 318749 33554432000 4194304 4625164 140735243381520 18446744073709551615 4465186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=1719384 CPUtime=49.26 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 84264 0 0 0 4913 13 0 0 25 0 4 0 669565668 1760649216 318749 33554432000 4194304 4625164 140735243381520 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.51
Current children cumulated vsize (KiB) 1719384

[startup+102.319 s]
/proc/loadavg: 9.10 9.07 8.56 10/506 23460
/proc/meminfo: memFree=17448248/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=4230956 CPUtime=404.33 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 2162452 0 0 0 40132 301 0 0 25 0 4 0 669565570 4332498944 809481 33554432000 4194304 4625164 140735243381520 18446744073709551615 4390706 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 1057739 809481 441 106 0 1053242 0
[pid=23444/tid=23446] ppid=23442 vsize=4230956 CPUtime=101.19 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 69510 0 0 0 10103 16 0 0 25 0 4 0 669565668 4332498944 809481 33554432000 4194304 4625164 140735243381520 18446744073709551615 4288950 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=4230956 CPUtime=101.21 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 92951 0 0 0 10104 17 0 0 25 0 4 0 669565668 4332498944 809481 33554432000 4194304 4625164 140735243381520 18446744073709551615 4486991 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=4230956 CPUtime=99.6 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 133693 0 0 0 9940 20 0 0 25 0 4 0 669565668 4332498944 809481 33554432000 4194304 4625164 140735243381520 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.33
Current children cumulated vsize (KiB) 4230956

[startup+162.3 s]
/proc/loadavg: 9.03 9.05 8.59 10/506 23462
/proc/meminfo: memFree=12278776/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=9301048 CPUtime=643.1 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 5115161 0 0 0 63564 746 0 0 25 0 4 0 669565570 9524273152 2089540 33554432000 4194304 4625164 140735243381520 18446744073709551615 4360200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 2325262 2089542 337 106 0 2320765 0
[pid=23444/tid=23446] ppid=23442 vsize=9301048 CPUtime=161.1 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 93969 0 0 0 16088 22 0 0 25 0 4 0 669565668 9524273152 2089543 33554432000 4194304 4625164 140735243381520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=9301048 CPUtime=161.1 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 134795 0 0 0 16083 27 0 0 25 0 4 0 669565668 9524273152 2089543 33554432000 4194304 4625164 140735243381520 18446744073709551615 4469094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=9301048 CPUtime=158.6 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 195554 0 0 0 15831 29 0 0 25 0 4 0 669565668 9524273152 2089543 33554432000 4194304 4625164 140735243381520 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 643.1
Current children cumulated vsize (KiB) 9301048

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

[startup+166.301 s]
/proc/loadavg: 9.03 9.05 8.59 10/506 23462
/proc/meminfo: memFree=7724520/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=15377076 CPUtime=659.02 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 6459939 0 0 0 64997 905 0 0 25 0 4 0 669565570 15746125824 3425984 33554432000 4194304 4625164 140735243381520 18446744073709551615 270612808149 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 3844269 3425997 133775 106 0 3839772 0
[pid=23444/tid=23446] ppid=23442 vsize=15377076 CPUtime=165.1 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 93973 0 0 0 16488 22 0 0 25 0 4 0 669565668 15746125824 3426004 33554432000 4194304 4625164 140735243381520 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=15377076 CPUtime=165.09 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 134795 0 0 0 16482 27 0 0 25 0 4 0 669565668 15746125824 3426013 33554432000 4194304 4625164 140735243381520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=15377076 CPUtime=162.53 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 195970 0 0 0 16224 29 0 0 25 0 4 0 669565668 15746125824 3426021 33554432000 4194304 4625164 140735243381520 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 659.02
Current children cumulated vsize (KiB) 15377076

[startup+172.719 s]
/proc/loadavg: 9.11 9.07 8.60 10/506 23462
/proc/meminfo: memFree=11011492/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=10756788 CPUtime=684.42 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 6667190 0 0 0 67482 960 0 0 23 0 4 0 669565570 11014950912 2381323 33554432000 4194304 4625164 140735243381520 18446744073709551615 4381976 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 2689197 2381323 337 106 0 2684700 0
[pid=23444/tid=23446] ppid=23442 vsize=10756788 CPUtime=171.39 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 109217 0 0 0 17113 26 0 0 23 0 4 0 669565668 11014950912 2381323 33554432000 4194304 4625164 140735243381520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=10756788 CPUtime=171.51 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 159985 0 0 0 17118 33 0 0 23 0 4 0 669565668 11014950912 2381323 33554432000 4194304 4625164 140735243381520 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=10756788 CPUtime=168.8 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 212746 0 0 0 16848 32 0 0 23 0 4 0 669565668 11014950912 2381324 33554432000 4194304 4625164 140735243381520 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 684.42
Current children cumulated vsize (KiB) 10756788

[startup+175.901 s]
/proc/loadavg: 9.10 9.07 8.60 10/506 23462
/proc/meminfo: memFree=10751592/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=11018932 CPUtime=697.17 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 6750202 0 0 0 68739 978 0 0 25 0 4 0 669565570 11283386368 2442941 33554432000 4194304 4625164 140735243381520 18446744073709551615 4360561 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 2754733 2442947 368 106 0 2750236 0
[pid=23444/tid=23446] ppid=23442 vsize=11018932 CPUtime=174.59 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 109226 0 0 0 17433 26 0 0 25 0 4 0 669565668 11283386368 2442989 33554432000 4194304 4625164 140735243381520 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=11018932 CPUtime=174.71 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 159987 0 0 0 17438 33 0 0 25 0 4 0 669565668 11283386368 2442989 33554432000 4194304 4625164 140735243381520 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=11018932 CPUtime=171.96 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 221583 0 0 0 17162 34 0 0 25 0 4 0 669565668 11283386368 2442989 33554432000 4194304 4625164 140735243381520 18446744073709551615 4547859 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 697.17
Current children cumulated vsize (KiB) 11018932

[startup+177.501 s]
/proc/loadavg: 9.10 9.07 8.60 10/506 23464
/proc/meminfo: memFree=10393108/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=11018932 CPUtime=703.47 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 6856557 0 0 0 69352 995 0 0 25 0 4 0 669565570 11283386368 2542848 33554432000 4194304 4625164 140735243381520 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 2754733 2542849 368 106 0 2750236 0
[pid=23444/tid=23446] ppid=23442 vsize=11018932 CPUtime=176.17 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 109229 0 0 0 17591 26 0 0 25 0 4 0 669565668 11283386368 2542849 33554432000 4194304 4625164 140735243381520 18446744073709551615 270612768959 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=11018932 CPUtime=176.29 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 159987 0 0 0 17596 33 0 0 25 0 4 0 669565668 11283386368 2542849 33554432000 4194304 4625164 140735243381520 18446744073709551615 4330576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=11018932 CPUtime=173.51 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 224676 0 0 0 17317 34 0 0 25 0 4 0 669565668 11283386368 2542849 33554432000 4194304 4625164 140735243381520 18446744073709551615 4278501 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 703.47
Current children cumulated vsize (KiB) 11018932

[startup+178.301 s]
/proc/loadavg: 9.10 9.07 8.60 10/506 23464
/proc/meminfo: memFree=10293052/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=11084468 CPUtime=706.66 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) R 23442 23444 22974 0 -1 4202496 6880579 0 0 0 69666 1000 0 0 25 0 4 0 669565570 11350495232 2560279 33554432000 4194304 4625164 140735243381520 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 2771117 2560279 368 106 0 2766620 0
[pid=23444/tid=23446] ppid=23442 vsize=11084468 CPUtime=176.97 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4202560 109231 0 0 0 17671 26 0 0 25 0 4 0 669565668 11350495232 2560280 33554432000 4194304 4625164 140735243381520 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=11084468 CPUtime=177.09 cores=0,2,4,6
/proc/23444/task/23447/stat : 23447 (SArTagnan) R 23442 23444 22974 0 -1 4202560 159988 0 0 0 17676 33 0 0 25 0 4 0 669565668 11350495232 2560280 33554432000 4194304 4625164 140735243381520 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=11084468 CPUtime=174.3 cores=0,2,4,6
/proc/23444/task/23448/stat : 23448 (SArTagnan) R 23442 23444 22974 0 -1 4202560 225491 0 0 0 17396 34 0 0 25 0 4 0 669565668 11350495232 2560280 33554432000 4194304 4625164 140735243381520 18446744073709551615 4547828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 706.66
Current children cumulated vsize (KiB) 11084468

[startup+179.1 s]
/proc/loadavg: 9.10 9.07 8.60 10/506 23464
/proc/meminfo: memFree=10293052/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=0 CPUtime=709.3 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) Z 23442 23444 22974 0 -1 4202524 6908393 0 0 0 69907 1023 0 0 25 0 2 0 669565570 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 0 0 0 0 0 0 0
[pid=23444/tid=23446] ppid=23442 vsize=0 CPUtime=177.77 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4203588 111611 0 0 0 17732 45 0 0 25 0 2 0 669565668 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 709.3
Current children cumulated vsize (KiB) 0

[startup+179.318 s]
/proc/loadavg: 9.09 9.06 8.60 7/504 23464
/proc/meminfo: memFree=17560956/32951124 swapFree=60609076/67111528
[pid=23444] ppid=23442 vsize=0 CPUtime=709.52 cores=0,2,4,6
/proc/23444/stat : 23444 (SArTagnan) Z 23442 23444 22974 0 -1 4202524 6908393 0 0 0 69907 1045 0 0 25 0 2 0 669565570 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23444/statm: 0 0 0 0 0 0 0
[pid=23444/tid=23446] ppid=23442 vsize=0 CPUtime=177.99 cores=0,2,4,6
/proc/23444/task/23446/stat : 23446 (SArTagnan) R 23442 23444 22974 0 -1 4203588 111611 0 0 0 17732 67 0 0 25 0 2 0 669565668 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 709.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 179.325
CPU time (s): 709.536
CPU user time (s): 699.074
CPU system time (s): 10.4624
CPU usage (%): 395.671
Max. virtual memory (cumulated for all children) (KiB): 15377076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 699.074
system time used= 10.4624
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6908393
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= 11483
involuntary context switches= 3361

runsolver used 0.832873 second user time and 2.13267 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-16 23:00:46
IDJOB=3386435
IDBENCH=82394
IDSOLVER=1871
FILE ID=node108/3386435-1305579644
RUNJOBID= node108-1305577160-22992
PBS_JOBID= 13350217
Free space on /tmp= 73384 MiB

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

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=371852448

node108.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22286724 kB
Buffers:         69604 kB
Cached:         800624 kB
SwapCached:      25796 kB
Active:        3082344 kB
Inactive:      7359252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22286724 kB
SwapTotal:    67111528 kB
SwapFree:     60609076 kB
Dirty:           50980 kB
Writeback:           0 kB
AnonPages:     9554720 kB
Mapped:          29320 kB
Slab:            83720 kB
PageTables:      69732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137161484 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= 73384 MiB
End job on node108 at 2011-05-16 23:03:46