Trace number 3386358

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) 470.569 158.526

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

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-3386358-1305579646/watcher-3386358-1305579646 -o /tmp/evaluation-result-3386358-1305579646/solver-3386358-1305579646 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386358-1305579646.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.15 10.13 10.09 7/421 10886
/proc/meminfo: memFree=23255000/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=24560 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 1684 0 0 0 0 0 0 0 24 0 1 0 669563239 25149440 1622 33554432000 4194304 4625164 140733562313008 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10886/statm: 6140 1634 291 106 0 1643 0

[startup+0.024702 s]
/proc/loadavg: 10.15 10.13 10.09 7/421 10886
/proc/meminfo: memFree=23255000/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=89960 CPUtime=0.01 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 5012 0 0 0 1 0 0 0 24 0 1 0 669563239 92119040 4950 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10886/statm: 22490 4950 297 106 0 17993 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 89960

[startup+0.100695 s]
/proc/loadavg: 10.15 10.13 10.09 7/421 10886
/proc/meminfo: memFree=23255000/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=90700 CPUtime=0.09 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 5311 0 0 0 8 1 0 0 24 0 1 0 669563239 92876800 5098 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10886/statm: 22675 5098 299 106 0 18178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90700

[startup+0.30066 s]
/proc/loadavg: 10.15 10.13 10.09 7/421 10886
/proc/meminfo: memFree=23255000/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=102304 CPUtime=0.29 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 10770 0 0 0 27 2 0 0 25 0 1 0 669563239 104759296 7915 33554432000 4194304 4625164 140733562313008 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10886/statm: 25576 7916 299 106 0 21079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102304

[startup+0.700596 s]
/proc/loadavg: 10.15 10.13 10.09 7/421 10886
/proc/meminfo: memFree=23255000/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=131044 CPUtime=0.69 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 23788 0 0 0 65 4 0 0 25 0 1 0 669563239 134189056 14270 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10886/statm: 32761 14270 299 106 0 28264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131044

[startup+1.50043 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10890
/proc/meminfo: memFree=23082792/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=339692 CPUtime=2.89 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 53486 0 0 0 282 7 0 0 25 0 4 0 669563239 347844608 43967 33554432000 4194304 4625164 140733562313008 18446744073709551615 4500210 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 84923 43967 335 106 0 80426 0
[pid=10886/tid=10888] ppid=10884 vsize=339692 CPUtime=0.7 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 835 0 0 0 70 0 0 0 25 0 4 0 669563318 347844608 43967 33554432000 4194304 4625164 140733562313008 18446744073709551615 4482058 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=339692 CPUtime=0.39 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1147 0 0 0 39 0 0 0 25 0 4 0 669563318 347844608 43967 33554432000 4194304 4625164 140733562313008 18446744073709551615 4462312 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=339692 CPUtime=0.7 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1486 0 0 0 70 0 0 0 25 0 4 0 669563318 347844608 43967 33554432000 4194304 4625164 140733562313008 18446744073709551615 4478025 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 339692

[startup+3.10116 s]
/proc/loadavg: 10.14 10.12 10.09 11/425 10890
/proc/meminfo: memFree=23066052/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=339432 CPUtime=7.69 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 56815 0 0 0 761 8 0 0 25 0 4 0 669563239 347578368 47201 33554432000 4194304 4625164 140733562313008 18446744073709551615 4278665 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 84858 47201 337 106 0 80361 0
[pid=10886/tid=10888] ppid=10884 vsize=339432 CPUtime=2.3 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 841 0 0 0 230 0 0 0 25 0 4 0 669563318 347578368 47201 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204314626 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=339432 CPUtime=1.18 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1323 0 0 0 118 0 0 0 25 0 4 0 669563318 347578368 47201 33554432000 4194304 4625164 140733562313008 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=339432 CPUtime=2.31 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1489 0 0 0 231 0 0 0 25 0 4 0 669563318 347578368 47201 33554432000 4194304 4625164 140733562313008 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 339432

[startup+6.30063 s]
/proc/loadavg: 10.14 10.12 10.09 11/425 10890
/proc/meminfo: memFree=23030968/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=400048 CPUtime=17.24 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 91316 0 0 0 1710 14 0 0 25 0 4 0 669563239 409649152 61445 33554432000 4194304 4625164 140733562313008 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 100012 61445 336 106 0 95515 0
[pid=10886/tid=10888] ppid=10884 vsize=400048 CPUtime=5.5 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1521 0 0 0 550 0 0 0 25 0 4 0 669563318 409649152 61445 33554432000 4194304 4625164 140733562313008 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=400048 CPUtime=2.73 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 1666 0 0 0 273 0 0 0 25 0 4 0 669563318 409649152 61445 33554432000 4194304 4625164 140733562313008 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=400048 CPUtime=5.5 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 2343 0 0 0 550 0 0 0 25 0 4 0 669563318 409649152 61445 33554432000 4194304 4625164 140733562313008 18446744073709551615 4562263 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.24
Current children cumulated vsize (KiB) 400048

[startup+12.7006 s]
/proc/loadavg: 10.12 10.12 10.09 12/425 10890
/proc/meminfo: memFree=22851192/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=674708 CPUtime=36.34 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 196404 0 0 0 3605 29 0 0 25 0 4 0 669563239 690900992 103072 33554432000 4194304 4625164 140733562313008 18446744073709551615 4390615 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10886/statm: 168677 103072 336 106 0 164180 0
[pid=10886/tid=10888] ppid=10884 vsize=674708 CPUtime=10.58 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 12183 0 0 0 1057 1 0 0 25 0 4 0 669563318 690900992 103072 33554432000 4194304 4625164 140733562313008 18446744073709551615 4352407 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=674708 CPUtime=7.32 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 7924 0 0 0 731 1 0 0 25 0 4 0 669563318 690900992 103072 33554432000 4194304 4625164 140733562313008 18446744073709551615 4467253 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=674708 CPUtime=11.8 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 10068 0 0 0 1179 1 0 0 25 0 4 0 669563318 690900992 103072 33554432000 4194304 4625164 140733562313008 18446744073709551615 4562672 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (KiB) 674708

[startup+25.5004 s]
/proc/loadavg: 10.18 10.13 10.09 11/425 10900
/proc/meminfo: memFree=22092696/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=1495312 CPUtime=74.49 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 646664 0 0 0 7357 92 0 0 25 0 4 0 669563239 1531199488 280319 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360564 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10886/statm: 373828 280319 395 106 0 369331 0
[pid=10886/tid=10888] ppid=10884 vsize=1495312 CPUtime=22.09 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 24198 0 0 0 2206 3 0 0 25 0 4 0 669563318 1531199488 280319 33554432000 4194304 4625164 140733562313008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=1495312 CPUtime=18.55 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 195600 0 0 0 1828 27 0 0 25 0 4 0 669563318 1531199488 280319 33554432000 4194304 4625164 140733562313008 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=1495312 CPUtime=20.45 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 14701 0 0 0 2043 2 0 0 25 0 4 0 669563318 1531199488 280319 33554432000 4194304 4625164 140733562313008 18446744073709551615 4554657 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.49
Current children cumulated vsize (KiB) 1495312

[startup+51.1012 s]
/proc/loadavg: 10.27 10.15 10.10 11/425 10900
/proc/meminfo: memFree=20643448/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=3068628 CPUtime=150.86 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 1609567 0 0 0 14855 231 0 0 25 0 4 0 669563239 3142275072 643051 33554432000 4194304 4625164 140733562313008 18446744073709551615 4381767 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 767157 643051 337 106 0 762660 0
[pid=10886/tid=10888] ppid=10884 vsize=3068628 CPUtime=39 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 71126 0 0 0 3889 11 0 0 25 0 4 0 669563318 3142275072 643051 33554432000 4194304 4625164 140733562313008 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=3068628 CPUtime=43.13 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 215249 0 0 0 4283 30 0 0 25 0 4 0 669563318 3142275072 643051 33554432000 4194304 4625164 140733562313008 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=3068628 CPUtime=42.82 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 37061 0 0 0 4276 6 0 0 25 0 4 0 669563318 3142275072 643051 33554432000 4194304 4625164 140733562313008 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.86
Current children cumulated vsize (KiB) 3068628

[startup+102.317 s]
/proc/loadavg: 10.17 10.14 10.09 11/425 10902
/proc/meminfo: memFree=16797288/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=7943084 CPUtime=303.55 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 4534710 0 0 0 29739 616 0 0 21 0 4 0 669563239 8133718016 1583019 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10886/statm: 1985771 1583019 337 106 0 1981274 0
[pid=10886/tid=10888] ppid=10884 vsize=7943084 CPUtime=78.3 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 128393 0 0 0 7809 21 0 0 25 0 4 0 669563318 8133718016 1583019 33554432000 4194304 4625164 140733562313008 18446744073709551615 4330691 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=7943084 CPUtime=88.59 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 262059 0 0 0 8822 37 0 0 25 0 4 0 669563318 8133718016 1583019 33554432000 4194304 4625164 140733562313008 18446744073709551615 4317312 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=7943084 CPUtime=82.34 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 107795 0 0 0 8218 16 0 0 25 0 4 0 669563318 8133718016 1583019 33554432000 4194304 4625164 140733562313008 18446744073709551615 4546849 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 303.55
Current children cumulated vsize (KiB) 7943084

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

[startup+127.9 s]
/proc/loadavg: 10.11 10.13 10.09 11/425 10903
/proc/meminfo: memFree=15459624/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=8741408 CPUtime=379.84 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 5036041 0 0 0 37288 696 0 0 19 0 4 0 669563239 8951201792 1918114 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360320 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10886/statm: 2185352 1918114 337 106 0 2180855 0
[pid=10886/tid=10888] ppid=10884 vsize=8741408 CPUtime=102.49 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 150465 0 0 0 10225 24 0 0 25 0 4 0 669563318 8951201792 1918114 33554432000 4194304 4625164 140733562313008 18446744073709551615 4330613 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=8741408 CPUtime=107.57 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 298923 0 0 0 10715 42 0 0 25 0 4 0 669563318 8951201792 1918114 33554432000 4194304 4625164 140733562313008 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=8741408 CPUtime=102.09 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 148868 0 0 0 10188 21 0 0 25 0 4 0 669563318 8951201792 1918114 33554432000 4194304 4625164 140733562313008 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 379.84
Current children cumulated vsize (KiB) 8741408

[startup+140.7 s]
/proc/loadavg: 10.09 10.12 10.09 10/425 10903
/proc/meminfo: memFree=13165100/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=15044700 CPUtime=418.1 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 5665781 0 0 0 41032 778 0 0 25 0 4 0 669563239 15405772800 2478897 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204344789 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10886/statm: 3761175 2478907 337 106 0 3756678 0
[pid=10886/tid=10888] ppid=10884 vsize=15044700 CPUtime=115.12 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 150672 0 0 0 11488 24 0 0 25 0 4 0 669563318 15405772800 2481862 33554432000 4194304 4625164 140733562313008 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=15044700 CPUtime=117.19 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 311073 0 0 0 11676 43 0 0 25 0 4 0 669563318 15405772800 2481876 33554432000 4194304 4625164 140733562313008 18446744073709551615 4316897 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=15044700 CPUtime=111.75 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 152450 0 0 0 11153 22 0 0 25 0 4 0 669563318 15405772800 2481890 33554432000 4194304 4625164 140733562313008 18446744073709551615 4554602 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 418.1
Current children cumulated vsize (KiB) 15044700

[startup+147.101 s]
/proc/loadavg: 10.09 10.12 10.09 11/425 10903
/proc/meminfo: memFree=14215128/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=10220960 CPUtime=437.18 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 6636001 0 0 0 42818 900 0 0 25 0 4 0 669563239 10466263040 2229394 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10886/statm: 2555240 2229394 337 106 0 2550743 0
[pid=10886/tid=10888] ppid=10884 vsize=10220960 CPUtime=121.13 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 158845 0 0 0 12088 25 0 0 25 0 4 0 669563318 10466263040 2229394 33554432000 4194304 4625164 140733562313008 18446744073709551615 4488020 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=10220960 CPUtime=120.62 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 313865 0 0 0 12018 44 0 0 25 0 4 0 669563318 10466263040 2229394 33554432000 4194304 4625164 140733562313008 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=10220960 CPUtime=118.13 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 152508 0 0 0 11791 22 0 0 25 0 4 0 669563318 10466263040 2229394 33554432000 4194304 4625164 140733562313008 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 437.18
Current children cumulated vsize (KiB) 10220960

[startup+153.501 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10903
/proc/meminfo: memFree=13673124/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=10529780 CPUtime=456.28 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 6812473 0 0 0 44700 928 0 0 24 0 4 0 669563239 10782494720 2366132 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10886/statm: 2632445 2366132 337 106 0 2627948 0
[pid=10886/tid=10888] ppid=10884 vsize=10529780 CPUtime=126.53 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 159823 0 0 0 12628 25 0 0 25 0 4 0 669563318 10782494720 2366132 33554432000 4194304 4625164 140733562313008 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=10529780 CPUtime=125.18 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 339291 0 0 0 12470 48 0 0 24 0 4 0 669563318 10782494720 2366132 33554432000 4194304 4625164 140733562313008 18446744073709551615 4317299 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=10529780 CPUtime=122.98 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 156004 0 0 0 12276 22 0 0 25 0 4 0 669563318 10782494720 2366132 33554432000 4194304 4625164 140733562313008 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 456.28
Current children cumulated vsize (KiB) 10529780

[startup+156.701 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10903
/proc/meminfo: memFree=13369944/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=10665216 CPUtime=465.82 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 6917149 0 0 0 45639 943 0 0 21 0 4 0 669563239 10921181184 2446260 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 2666304 2446260 337 106 0 2661807 0
[pid=10886/tid=10888] ppid=10884 vsize=10665216 CPUtime=127.7 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 161673 0 0 0 12744 26 0 0 25 0 4 0 669563318 10921181184 2446260 33554432000 4194304 4625164 140733562313008 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=10665216 CPUtime=127.69 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 351269 0 0 0 12719 50 0 0 20 0 4 0 669563318 10921181184 2446260 33554432000 4194304 4625164 140733562313008 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=10665216 CPUtime=126.02 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 157088 0 0 0 12580 22 0 0 25 0 4 0 669563318 10921181184 2446260 33554432000 4194304 4625164 140733562313008 18446744073709551615 210204344498 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 465.82
Current children cumulated vsize (KiB) 10665216

[startup+157.5 s]
/proc/loadavg: 10.13 10.13 10.09 11/425 10903
/proc/meminfo: memFree=13252764/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=10730752 CPUtime=468.21 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) R 10884 10886 10575 0 -1 4202496 6949199 0 0 0 45872 949 0 0 24 0 4 0 669563239 10988290048 2468089 33554432000 4194304 4625164 140733562313008 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 2682688 2468089 337 106 0 2678191 0
[pid=10886/tid=10888] ppid=10884 vsize=10730752 CPUtime=128.1 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4202560 161673 0 0 0 12784 26 0 0 25 0 4 0 669563318 10988290048 2468089 33554432000 4194304 4625164 140733562313008 18446744073709551615 4330722 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10889] ppid=10884 vsize=10730752 CPUtime=128.09 cores=1,3,5,7
/proc/10886/task/10889/stat : 10889 (SArTagnan) R 10884 10886 10575 0 -1 4202560 351269 0 0 0 12759 50 0 0 20 0 4 0 669563318 10988290048 2468089 33554432000 4194304 4625164 140733562313008 18446744073709551615 4278669 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10886/tid=10890] ppid=10884 vsize=10730752 CPUtime=126.82 cores=1,3,5,7
/proc/10886/task/10890/stat : 10890 (SArTagnan) R 10884 10886 10575 0 -1 4202560 157121 0 0 0 12660 22 0 0 25 0 4 0 669563318 10988290048 2468089 33554432000 4194304 4625164 140733562313008 18446744073709551615 4559693 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 468.21
Current children cumulated vsize (KiB) 10730752

[startup+158.3 s]
/proc/loadavg: 10.13 10.13 10.09 8/423 10903
/proc/meminfo: memFree=16475036/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=0 CPUtime=470.34 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) Z 10884 10886 10575 0 -1 4202524 6991373 0 0 0 46065 969 0 0 25 0 2 0 669563239 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 0 0 0 0 0 0 0
[pid=10886/tid=10888] ppid=10884 vsize=0 CPUtime=128.55 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4203588 161673 0 0 0 12814 41 0 0 25 0 2 0 669563318 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) 470.34
Current children cumulated vsize (KiB) 0

[startup+158.5 s]
/proc/loadavg: 10.13 10.13 10.09 8/423 10903
/proc/meminfo: memFree=16475036/32951124 swapFree=63649240/67111528
[pid=10886] ppid=10884 vsize=0 CPUtime=470.53 cores=1,3,5,7
/proc/10886/stat : 10886 (SArTagnan) Z 10884 10886 10575 0 -1 4202524 6991373 0 0 0 46065 988 0 0 25 0 2 0 669563239 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 0 0 0 0 0 0 0
[pid=10886/tid=10888] ppid=10884 vsize=0 CPUtime=128.73 cores=1,3,5,7
/proc/10886/task/10888/stat : 10888 (SArTagnan) R 10884 10886 10575 0 -1 4203588 161673 0 0 0 12814 59 0 0 25 0 2 0 669563318 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) 470.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 158.526
CPU time (s): 470.569
CPU user time (s): 460.66
CPU system time (s): 9.90949
CPU usage (%): 296.84
Max. virtual memory (cumulated for all children) (KiB): 15044700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 460.66
system time used= 9.90949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6991373
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= 33340
involuntary context switches= 5961

runsolver used 0.543917 second user time and 1.63275 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 23:00:47
IDJOB=3386358
IDBENCH=82403
IDSOLVER=1871
FILE ID=node130/3386358-1305579646
RUNJOBID= node130-1305576415-10594
PBS_JOBID= 13350203
Free space on /tmp= 73320 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386358-1305579646/watcher-3386358-1305579646 -o /tmp/evaluation-result-3386358-1305579646/solver-3386358-1305579646 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386358-1305579646.cnf -threads=4

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=2091637782

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23255040 kB
Buffers:        310316 kB
Cached:        4369740 kB
SwapCached:      10240 kB
Active:        5369276 kB
Inactive:      4021988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23255040 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           40792 kB
Writeback:          32 kB
AnonPages:     4708980 kB
Mapped:          23832 kB
Slab:           191608 kB
PageTables:      46684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111408232 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= 73316 MiB
End job on node130 at 2011-05-16 23:03:26