Trace number 3285035

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-03-24? (exit code) 475.258 119.709

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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: 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-3285035-1304061749/watcher-3285035-1304061749 -o /tmp/evaluation-result-3285035-1304061749/solver-3285035-1304061749 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3285035-1304061749.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: 7.66 7.97 7.56 6/180 29278
/proc/meminfo: memFree=14523660/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=21188 CPUtime=0 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 823 0 0 0 0 0 0 0 22 0 1 0 517773753 21696512 761 33554432000 4194304 4623224 140736836732864 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29278/statm: 5297 763 290 105 0 801 0

[startup+0.0236561 s]
/proc/loadavg: 7.66 7.97 7.56 6/180 29278
/proc/meminfo: memFree=14523660/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=53160 CPUtime=0.01 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 3586 0 0 0 1 0 0 0 22 0 1 0 517773753 54435840 3524 33554432000 4194304 4623224 140736836732864 18446744073709551615 268272347919 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29278/statm: 13290 3524 301 105 0 8794 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 53160

[startup+0.100643 s]
/proc/loadavg: 7.66 7.97 7.56 6/180 29278
/proc/meminfo: memFree=14523660/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=57656 CPUtime=0.09 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 5946 0 0 0 9 0 0 0 22 0 1 0 517773753 59039744 4354 33554432000 4194304 4623224 140736836732864 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29278/statm: 14414 4355 301 105 0 9918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57656

[startup+0.300615 s]
/proc/loadavg: 7.66 7.97 7.56 6/180 29278
/proc/meminfo: memFree=14523660/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=88204 CPUtime=0.29 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 16548 0 0 0 27 2 0 0 23 0 1 0 517773753 90320896 11105 33554432000 4194304 4623224 140736836732864 18446744073709551615 4277629 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29278/statm: 22051 11130 303 105 0 17555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88204

[startup+0.70054 s]
/proc/loadavg: 7.66 7.97 7.56 6/180 29278
/proc/meminfo: memFree=14523660/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=366528 CPUtime=1.82 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 31925 0 0 0 179 3 0 0 25 0 4 0 517773753 375324672 26371 33554432000 4194304 4623224 140736836732864 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 91632 26371 335 105 0 87136 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 366528

[startup+1.5004 s]
/proc/loadavg: 7.66 7.97 7.56 9/184 29282
/proc/meminfo: memFree=14418856/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=366528 CPUtime=5.02 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 32211 0 0 0 499 3 0 0 25 0 4 0 517773753 375324672 26534 33554432000 4194304 4623224 140736836732864 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 91632 26534 335 105 0 87136 0
[pid=29278/tid=29280] ppid=29276 vsize=366528 CPUtime=1.16 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 1456 0 0 0 116 0 0 0 25 0 4 0 517773784 375324672 26534 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463007 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=366528 CPUtime=1.17 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 1475 0 0 0 117 0 0 0 25 0 4 0 517773784 375324672 26534 33554432000 4194304 4623224 140736836732864 18446744073709551615 4462989 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=366528 CPUtime=1.17 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 969 0 0 0 117 0 0 0 25 0 4 0 517773784 375324672 26534 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560291 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 366528

[startup+3.10111 s]
/proc/loadavg: 7.66 7.97 7.56 9/184 29282
/proc/meminfo: memFree=14415636/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=366528 CPUtime=11.41 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 36766 0 0 0 1137 4 0 0 25 0 4 0 517773753 375324672 30338 33554432000 4194304 4623224 140736836732864 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 91632 30338 335 105 0 87136 0
[pid=29278/tid=29280] ppid=29276 vsize=366528 CPUtime=2.76 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 3439 0 0 0 276 0 0 0 25 0 4 0 517773784 375324672 30338 33554432000 4194304 4623224 140736836732864 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=366528 CPUtime=2.77 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 2812 0 0 0 277 0 0 0 25 0 4 0 517773784 375324672 30338 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463314 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=366528 CPUtime=2.78 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 1023 0 0 0 278 0 0 0 25 0 4 0 517773784 375324672 30338 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560680 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 366528

[startup+6.30054 s]
/proc/loadavg: 7.69 7.97 7.57 9/184 29282
/proc/meminfo: memFree=14327596/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=431116 CPUtime=24.2 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 98375 0 0 0 2406 14 0 0 25 0 4 0 517773753 441462784 61562 33554432000 4194304 4623224 140736836732864 18446744073709551615 4412627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 107779 61562 337 105 0 103283 0
[pid=29278/tid=29280] ppid=29276 vsize=431116 CPUtime=5.94 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 5846 0 0 0 593 1 0 0 25 0 4 0 517773784 441462784 61563 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=431116 CPUtime=5.97 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 7788 0 0 0 596 1 0 0 25 0 4 0 517773784 441462784 61563 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463039 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=431116 CPUtime=5.97 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 3058 0 0 0 597 0 0 0 25 0 4 0 517773784 441462784 61563 33554432000 4194304 4623224 140736836732864 18446744073709551615 4289888 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 431116

[startup+12.7004 s]
/proc/loadavg: 7.71 7.97 7.57 9/184 29282
/proc/meminfo: memFree=14156228/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=526660 CPUtime=49.76 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 146053 0 0 0 4953 23 0 0 25 0 4 0 517773753 539299840 92569 33554432000 4194304 4623224 140736836732864 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 131665 92569 519 105 0 127169 0
[pid=29278/tid=29280] ppid=29276 vsize=526660 CPUtime=12.3 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 11953 0 0 0 1228 2 0 0 25 0 4 0 517773784 539299840 92569 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=526660 CPUtime=12.36 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 13800 0 0 0 1234 2 0 0 25 0 4 0 517773784 539299840 92569 33554432000 4194304 4623224 140736836732864 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=526660 CPUtime=12.37 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 3660 0 0 0 1237 0 0 0 25 0 4 0 517773784 539299840 92569 33554432000 4194304 4623224 140736836732864 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 526660

[startup+25.5011 s]
/proc/loadavg: 7.78 7.97 7.57 9/184 29283
/proc/meminfo: memFree=14015340/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=675076 CPUtime=100.88 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 211240 0 0 0 10053 35 0 0 25 0 4 0 517773753 691277824 126393 33554432000 4194304 4623224 140736836732864 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 168769 126393 442 105 0 164273 0
[pid=29278/tid=29280] ppid=29276 vsize=675076 CPUtime=25.03 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 23800 0 0 0 2498 5 0 0 25 0 4 0 517773784 691277824 126393 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463039 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=675076 CPUtime=25.17 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 25740 0 0 0 2511 6 0 0 25 0 4 0 517773784 691277824 126393 33554432000 4194304 4623224 140736836732864 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=675076 CPUtime=25.18 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 6581 0 0 0 2517 1 0 0 25 0 4 0 517773784 691277824 126393 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 675076

[startup+51.1006 s]
/proc/loadavg: 7.98 8.00 7.59 9/184 29283
/proc/meminfo: memFree=11969988/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=3131956 CPUtime=203.1 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 1583909 0 0 0 20074 236 0 0 25 0 4 0 517773753 3207122944 646319 33554432000 4194304 4623224 140736836732864 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 782989 646319 344 105 0 778493 0
[pid=29278/tid=29280] ppid=29276 vsize=3131956 CPUtime=50.46 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 116050 0 0 0 5025 21 0 0 25 0 4 0 517773784 3207122944 646319 33554432000 4194304 4623224 140736836732864 18446744073709551615 4463007 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=3131956 CPUtime=50.77 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 74351 0 0 0 5062 15 0 0 25 0 4 0 517773784 3207122944 646319 33554432000 4194304 4623224 140736836732864 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=3131956 CPUtime=50.77 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 46627 0 0 0 5070 7 0 0 25 0 4 0 517773784 3207122944 646319 33554432000 4194304 4623224 140736836732864 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.1
Current children cumulated vsize (KiB) 3131956

[startup+102.306 s]
/proc/loadavg: 8.07 8.02 7.62 9/184 29285
/proc/meminfo: memFree=5602664/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=10241156 CPUtime=407.03 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 6407308 0 0 0 39767 936 0 0 21 0 4 0 517773753 10486943744 2203584 33554432000 4194304 4623224 140736836732864 18446744073709551615 4388116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 2560289 2203584 344 105 0 2555793 0
[pid=29278/tid=29280] ppid=29276 vsize=10241156 CPUtime=101.29 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 149546 0 0 0 10099 30 0 0 25 0 4 0 517773784 10486943744 2203584 33554432000 4194304 4623224 140736836732864 18446744073709551615 4357430 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=10241156 CPUtime=101.63 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 131048 0 0 0 10131 32 0 0 19 0 4 0 517773784 10486943744 2203584 33554432000 4194304 4623224 140736836732864 18446744073709551615 4278645 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=10241156 CPUtime=101.83 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 53698 0 0 0 10174 9 0 0 25 0 4 0 517773784 10486943744 2203584 33554432000 4194304 4623224 140736836732864 18446744073709551615 4552746 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.03
Current children cumulated vsize (KiB) 10241156

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

[startup+108.7 s]
/proc/loadavg: 8.06 8.02 7.62 9/184 29285
/proc/meminfo: memFree=5124788/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=10571600 CPUtime=432.58 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 6597935 0 0 0 42285 973 0 0 25 0 4 0 517773753 10825318400 2340445 33554432000 4194304 4623224 140736836732864 18446744073709551615 4387999 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 2642900 2340445 344 105 0 2638404 0
[pid=29278/tid=29280] ppid=29276 vsize=10571600 CPUtime=107.65 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 149764 0 0 0 10735 30 0 0 25 0 4 0 517773784 10825318400 2340445 33554432000 4194304 4623224 140736836732864 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=10571600 CPUtime=108.02 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 137118 0 0 0 10768 34 0 0 25 0 4 0 517773784 10825318400 2340445 33554432000 4194304 4623224 140736836732864 18446744073709551615 4316634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=10571600 CPUtime=108.23 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 54507 0 0 0 10814 9 0 0 25 0 4 0 517773784 10825318400 2340445 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 432.58
Current children cumulated vsize (KiB) 10571600

[startup+115.101 s]
/proc/loadavg: 8.05 8.02 7.62 9/184 29285
/proc/meminfo: memFree=4562708/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=10837032 CPUtime=458.15 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 6785826 0 0 0 44806 1009 0 0 25 0 4 0 517773753 11097120768 2477339 33554432000 4194304 4623224 140736836732864 18446744073709551615 4387993 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 2709258 2477339 344 105 0 2704762 0
[pid=29278/tid=29280] ppid=29276 vsize=10837032 CPUtime=114.02 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 149810 0 0 0 11372 30 0 0 25 0 4 0 517773784 11097120768 2477339 33554432000 4194304 4623224 140736836732864 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=10837032 CPUtime=114.43 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 137129 0 0 0 11409 34 0 0 25 0 4 0 517773784 11097120768 2477339 33554432000 4194304 4623224 140736836732864 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=10837032 CPUtime=114.62 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 55296 0 0 0 11453 9 0 0 25 0 4 0 517773784 11097120768 2477339 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 458.15
Current children cumulated vsize (KiB) 10837032

[startup+118.301 s]
/proc/loadavg: 8.05 8.02 7.62 9/184 29285
/proc/meminfo: memFree=4259900/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=10968704 CPUtime=470.92 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 6892259 0 0 0 46064 1028 0 0 25 0 4 0 517773753 11231952896 2551443 33554432000 4194304 4623224 140736836732864 18446744073709551615 268272350241 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 2742176 2551443 344 105 0 2737680 0
[pid=29278/tid=29280] ppid=29276 vsize=10968704 CPUtime=117.2 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 149948 0 0 0 11690 30 0 0 25 0 4 0 517773784 11231952896 2551443 33554432000 4194304 4623224 140736836732864 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=10968704 CPUtime=117.63 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 140033 0 0 0 11728 35 0 0 25 0 4 0 517773784 11231952896 2551443 33554432000 4194304 4623224 140736836732864 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=10968704 CPUtime=117.82 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 55490 0 0 0 11773 9 0 0 25 0 4 0 517773784 11231952896 2551443 33554432000 4194304 4623224 140736836732864 18446744073709551615 4560288 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 470.92
Current children cumulated vsize (KiB) 10968704

[startup+119.1 s]
/proc/loadavg: 8.05 8.01 7.63 9/184 29285
/proc/meminfo: memFree=4158468/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=10969612 CPUtime=474.13 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) R 29276 29278 28847 0 -1 4202496 6917459 0 0 0 46380 1033 0 0 25 0 4 0 517773753 11232882688 2569106 33554432000 4194304 4623224 140736836732864 18446744073709551615 4397512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 2742403 2569106 344 105 0 2737907 0
[pid=29278/tid=29280] ppid=29276 vsize=10969612 CPUtime=117.99 cores=1,3,5,7
/proc/29278/task/29280/stat : 29280 (SArTagnan) R 29276 29278 28847 0 -1 4202560 149977 0 0 0 11769 30 0 0 25 0 4 0 517773784 11232882688 2569107 33554432000 4194304 4623224 140736836732864 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=10969612 CPUtime=118.43 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4202560 140033 0 0 0 11808 35 0 0 25 0 4 0 517773784 11232882688 2569107 33554432000 4194304 4623224 140736836732864 18446744073709551615 4378346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29278/tid=29282] ppid=29276 vsize=10969612 CPUtime=118.62 cores=1,3,5,7
/proc/29278/task/29282/stat : 29282 (SArTagnan) R 29276 29278 28847 0 -1 4202560 55695 0 0 0 11853 9 0 0 25 0 4 0 517773784 11232882688 2569107 33554432000 4194304 4623224 140736836732864 18446744073709551615 4289881 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 474.13
Current children cumulated vsize (KiB) 10969612

[startup+119.5 s]
/proc/loadavg: 8.05 8.01 7.63 9/184 29285
/proc/meminfo: memFree=4158468/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=0 CPUtime=475.04 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) Z 29276 29278 28847 0 -1 4202524 6922937 0 0 0 46448 1056 0 0 25 0 2 0 517773753 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 0 0 0 0 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=0 CPUtime=118.83 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4203588 140033 0 0 0 11825 58 0 0 25 0 2 0 517773784 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 475.04
Current children cumulated vsize (KiB) 0

[startup+119.7 s]
/proc/loadavg: 8.05 8.01 7.63 9/184 29285
/proc/meminfo: memFree=4158468/32950928 swapFree=67111528/67111528
[pid=29278] ppid=29276 vsize=0 CPUtime=475.24 cores=1,3,5,7
/proc/29278/stat : 29278 (SArTagnan) Z 29276 29278 28847 0 -1 4202524 6922937 0 0 0 46448 1076 0 0 25 0 2 0 517773753 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29278/statm: 0 0 0 0 0 0 0
[pid=29278/tid=29281] ppid=29276 vsize=0 CPUtime=119.03 cores=1,3,5,7
/proc/29278/task/29281/stat : 29281 (SArTagnan) R 29276 29278 28847 0 -1 4203588 140033 0 0 0 11825 78 0 0 25 0 2 0 517773784 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 475.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 119.709
CPU time (s): 475.258
CPU user time (s): 464.484
CPU system time (s): 10.7734
CPU usage (%): 397.01
Max. virtual memory (cumulated for all children) (KiB): 15047760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.484
system time used= 10.7734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6922937
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= 15033
involuntary context switches= 3397

runsolver used 0.201969 second user time and 0.45393 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 09:22:30
IDJOB=3285035
IDBENCH=82369
IDSOLVER=1656
FILE ID=node122/3285035-1304061749
RUNJOBID= node122-1304059984-28866
PBS_JOBID= 13170447
Free space on /tmp= 71648 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285035-1304061749/watcher-3285035-1304061749 -o /tmp/evaluation-result-3285035-1304061749/solver-3285035-1304061749 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3285035-1304061749.cnf -threads=4

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=452352654

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14523816 kB
Buffers:       1735088 kB
Cached:       14623704 kB
SwapCached:          0 kB
Active:        7012312 kB
Inactive:     10845396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14523816 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16004 kB
Writeback:           0 kB
AnonPages:     1499072 kB
Mapped:          15728 kB
Slab:           502408 kB
PageTables:       7288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1961404 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= 71648 MiB
End job on node122 at 2011-04-29 09:24:29