Trace number 3286156

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
UmSat 2011-02-25? (TO) 1300.19 1300.16

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step16.cnf
MD5SUM8b00e0d5bbc5eca928ef4e37055fe9dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.68398
Satisfiable
(Un)Satisfiability was proved
Number of variables68952
Number of clauses1029036
Sum of the clauses size2345388
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2991140
Number of clauses of size 32860
Number of clauses of size 41333
Number of clauses of size 55029
Number of clauses of size over 528472

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-3286156-1303763707/watcher-3286156-1303763707 -o /tmp/evaluation-result-3286156-1303763707/solver-3286156-1303763707 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3286156-1303763707.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.27 3.98 3.86 5/189 2282
/proc/meminfo: memFree=9796952/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=11644 CPUtime=0 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 346 0 0 0 0 0 0 0 23 0 1 0 468786599 11923456 285 33554432000 4194304 4263880 140735135821728 18446744073709551615 47780972740855 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 2911 285 240 17 0 84 0

[startup+0.054773 s]
/proc/loadavg: 4.27 3.98 3.86 5/189 2282
/proc/meminfo: memFree=9796952/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=12428 CPUtime=0.05 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 601 0 0 0 5 0 0 0 23 0 1 0 468786599 12726272 491 33554432000 4194304 4263880 140735135821728 18446744073709551615 47780972727481 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 3107 491 241 17 0 280 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12428

[startup+0.100753 s]
/proc/loadavg: 4.27 3.98 3.86 5/189 2282
/proc/meminfo: memFree=9796952/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=13340 CPUtime=0.09 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 900 0 0 0 9 0 0 0 23 0 1 0 468786599 13660160 693 33554432000 4194304 4263880 140735135821728 18446744073709551615 47780972667656 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 3335 693 241 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.300722 s]
/proc/loadavg: 4.27 3.98 3.86 5/189 2282
/proc/meminfo: memFree=9796952/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=18812 CPUtime=0.29 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 2564 0 0 0 29 0 0 0 25 0 1 0 468786599 19263488 1779 33554432000 4194304 4263880 140735135821728 18446744073709551615 4236143 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 4703 1779 241 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.700644 s]
/proc/loadavg: 4.27 3.98 3.86 5/189 2282
/proc/meminfo: memFree=9796952/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=19208 CPUtime=0.69 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 2941 0 0 0 69 0 0 0 25 0 1 0 468786599 19668992 2156 33554432000 4194304 4263880 140735135821728 18446744073709551615 47780972952731 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 4802 2157 242 17 0 1975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19208

[startup+1.5005 s]
/proc/loadavg: 4.27 3.98 3.86 5/190 2283
/proc/meminfo: memFree=9680508/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=41756 CPUtime=1.49 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 9747 0 0 0 148 1 0 0 25 0 1 0 468786599 42758144 6656 33554432000 4194304 4263880 140735135821728 18446744073709551615 233509953456 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 10439 6656 242 17 0 7612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41756

[startup+3.10022 s]
/proc/loadavg: 4.27 3.98 3.86 5/190 2283
/proc/meminfo: memFree=9644808/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=70544 CPUtime=3.09 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4194304 19466 0 0 0 307 2 0 0 25 0 1 0 468786599 72237056 13302 33554432000 4194304 4263880 140735135821728 18446744073709551615 47780972898220 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 17636 13302 242 17 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70544

[startup+6.30064 s]
/proc/loadavg: 4.33 4.00 3.86 5/190 2284
/proc/meminfo: memFree=9650776/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=184028 CPUtime=6.29 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 54845 0 0 0 622 7 0 0 25 0 1 0 468786599 188444672 42651 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 46007 42651 247 17 0 43180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 184028

[startup+12.7005 s]
/proc/loadavg: 4.30 4.00 3.86 5/190 2284
/proc/meminfo: memFree=9324444/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=184028 CPUtime=12.69 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 54845 0 0 0 1262 7 0 0 25 0 1 0 468786599 188444672 42651 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 46007 42651 247 17 0 43180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 184028

[startup+25.5002 s]
/proc/loadavg: 4.23 4.00 3.86 5/190 2340
/proc/meminfo: memFree=10332944/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=184028 CPUtime=25.49 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 54845 0 0 0 2542 7 0 0 25 0 1 0 468786599 188444672 42651 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 46007 42651 247 17 0 43180 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184028

[startup+51.1006 s]
/proc/loadavg: 4.15 4.00 3.87 5/190 2341
/proc/meminfo: memFree=8905740/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=211744 CPUtime=51.09 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 61141 0 0 0 5100 9 0 0 25 0 1 0 468786599 216825856 48947 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224876 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 52936 48947 247 17 0 50109 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 211744

[startup+102.306 s]
/proc/loadavg: 4.06 4.00 3.87 5/190 2370
/proc/meminfo: memFree=10117380/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=346048 CPUtime=102.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 91220 0 0 0 10215 15 0 0 25 0 1 0 468786599 354353152 79026 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 86512 79026 247 17 0 83685 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 346048

[startup+162.301 s]
/proc/loadavg: 4.07 4.01 3.88 5/190 2372
/proc/meminfo: memFree=9626336/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=500836 CPUtime=162.29 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 125328 0 0 0 16209 20 0 0 25 0 1 0 468786599 512856064 113134 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205697 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 125209 113134 247 17 0 122382 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 500836

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.89 5/190 2373
/proc/meminfo: memFree=9111276/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=753144 CPUtime=222.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 175913 0 0 0 22201 29 0 0 25 0 1 0 468786599 771219456 163719 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 188286 163719 247 17 0 185459 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 753144

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.89 5/190 2375
/proc/meminfo: memFree=8535316/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=1020988 CPUtime=282.29 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 230361 0 0 0 28192 37 0 0 25 0 1 0 468786599 1045491712 218167 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224826 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 255247 218167 247 17 0 252420 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1020988

[startup+342.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/190 2376
/proc/meminfo: memFree=8006832/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=1259772 CPUtime=342.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 279727 0 0 0 34185 45 0 0 25 0 1 0 468786599 1290006528 267533 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 314943 267533 247 17 0 312116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1259772

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 2378
/proc/meminfo: memFree=7464112/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=1451644 CPUtime=402.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 319617 0 0 0 40178 52 0 0 25 0 1 0 468786599 1486483456 307423 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 362911 307423 247 17 0 360084 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1451644

[startup+462.301 s]
/proc/loadavg: 4.06 4.02 3.91 5/190 2380
/proc/meminfo: memFree=6900388/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=1702820 CPUtime=462.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 371787 0 0 0 46171 59 0 0 25 0 1 0 468786599 1743687680 359593 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205710 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 425705 359593 247 17 0 422878 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1702820

[startup+522.301 s]
/proc/loadavg: 4.07 4.03 3.92 5/190 2381
/proc/meminfo: memFree=6462028/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=1939096 CPUtime=522.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 420320 0 0 0 52164 66 0 0 25 0 1 0 468786599 1985634304 408126 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 484774 408126 247 17 0 481947 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1939096

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 3.92 5/190 2383
/proc/meminfo: memFree=5884420/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=2238224 CPUtime=582.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 472801 0 0 0 58156 74 0 0 25 0 1 0 468786599 2291941376 460607 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205682 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 559556 460607 247 17 0 556729 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2238224

[startup+642.301 s]
/proc/loadavg: 4.09 4.03 3.93 5/190 2411
/proc/meminfo: memFree=5762196/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=2433928 CPUtime=642.31 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 512762 0 0 0 64151 80 0 0 25 0 1 0 468786599 2492342272 500568 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 608482 500568 247 17 0 605655 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2433928

[startup+702.301 s]
/proc/loadavg: 4.10 4.04 3.93 5/190 2413
/proc/meminfo: memFree=4511140/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=2623540 CPUtime=702.3 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 551145 0 0 0 70144 86 0 0 25 0 1 0 468786599 2686504960 538950 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205761 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 655885 538950 247 17 0 653058 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2623540

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 3.93 5/190 2415
/proc/meminfo: memFree=4111352/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=2913792 CPUtime=762.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 601644 0 0 0 76140 92 0 0 25 0 1 0 468786599 2983723008 589449 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 728448 589449 247 17 0 725621 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2913792

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 2416
/proc/meminfo: memFree=3647564/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=3128176 CPUtime=822.31 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 639817 0 0 0 82133 98 0 0 25 0 1 0 468786599 3203252224 627622 33554432000 4194304 4263880 140735135821728 18446744073709551615 4226861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 782044 627622 247 17 0 779217 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3128176

[startup+882.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/188 2421
/proc/meminfo: memFree=4203484/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=3354416 CPUtime=882.31 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 685351 0 0 0 88125 106 0 0 25 0 1 0 468786599 3434921984 673156 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 838604 673156 247 17 0 835777 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3354416

[startup+942.301 s]
/proc/loadavg: 3.45 3.87 3.88 4/184 2436
/proc/meminfo: memFree=3821408/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=3586616 CPUtime=942.31 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 731724 0 0 0 94118 113 0 0 25 0 1 0 468786599 3672694784 719529 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 896654 719529 247 17 0 893827 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3586616

[startup+1002.3 s]
/proc/loadavg: 3.25 3.72 3.83 4/184 2438
/proc/meminfo: memFree=3297352/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=3861060 CPUtime=1002.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 785645 0 0 0 100111 121 0 0 25 0 1 0 468786599 3953725440 773450 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205728 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 965265 773450 247 17 0 962438 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3861060

[startup+1062.3 s]
/proc/loadavg: 3.09 3.59 3.78 4/184 2440
/proc/meminfo: memFree=2942308/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=4062236 CPUtime=1062.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 826186 0 0 0 106104 128 0 0 25 0 1 0 468786599 4159729664 813991 33554432000 4194304 4263880 140735135821728 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 1015559 813991 247 17 0 1012732 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4062236

[startup+1122.3 s]
/proc/loadavg: 3.03 3.48 3.72 4/184 2441
/proc/meminfo: memFree=2618564/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=4231932 CPUtime=1122.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 860364 0 0 0 112097 135 0 0 25 0 1 0 468786599 4333498368 848169 33554432000 4194304 4263880 140735135821728 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 1057983 848169 247 17 0 1055156 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4231932

[startup+1182.3 s]
/proc/loadavg: 3.01 3.39 3.68 4/184 2443
/proc/meminfo: memFree=2255568/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=4388320 CPUtime=1182.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 893529 0 0 0 118090 142 0 0 25 0 1 0 468786599 4493639680 881334 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 1097080 881334 247 17 0 1094253 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4388320

[startup+1242.3 s]
/proc/loadavg: 3.00 3.32 3.63 4/184 2444
/proc/meminfo: memFree=1867364/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=4556156 CPUtime=1242.32 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 926096 0 0 0 124084 148 0 0 25 0 1 0 468786599 4665503744 913901 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 1139039 913901 247 17 0 1136212 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4556156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.27 3.60 4/184 2446
/proc/meminfo: memFree=1569200/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=4709316 CPUtime=1300.03 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4202496 954993 0 0 0 129849 154 0 0 25 0 1 0 468786599 4822339584 942798 33554432000 4194304 4263880 140735135821728 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2282/statm: 1177329 942798 247 17 0 1174502 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4709316

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

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

[startup+1300.11 s]
/proc/loadavg: 3.04 3.27 3.60 4/185 2447
/proc/meminfo: memFree=4176044/32951124 swapFree=67111528/67111528
[pid=2282] ppid=2280 vsize=0 CPUtime=1300.14 cores=5,7
/proc/2282/stat : 2282 (umsat) R 2280 2282 616 0 -1 4203524 954993 0 0 0 129849 165 0 0 25 0 1 0 468786599 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/2282/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.19
CPU user time (s): 1298.49
CPU system time (s): 1.69874
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4709316

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

runsolver used 2.07568 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-25 22:35:07
IDJOB=3286156
IDBENCH=82418
IDSOLVER=1582
FILE ID=node145/3286156-1303763707
RUNJOBID= node145-1303763587-1691
PBS_JOBID= 13157118
Free space on /tmp= 71084 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step16.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286156-1303763707/watcher-3286156-1303763707 -o /tmp/evaluation-result-3286156-1303763707/solver-3286156-1303763707 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3286156-1303763707.cnf

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

MD5SUM BENCH= 8b00e0d5bbc5eca928ef4e37055fe9dc
RANDOM SEED=1438230563

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9797232 kB
Buffers:       2185436 kB
Cached:       19207948 kB
SwapCached:          0 kB
Active:       11698892 kB
Inactive:     10867252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9797232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          569288 kB
Writeback:           0 kB
AnonPages:      944180 kB
Mapped:          15292 kB
Slab:           521868 kB
PageTables:       6744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1325852 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= 71604 MiB
End job on node145 at 2011-04-25 22:56:49