Trace number 3286062

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
RestartSAT B95? (TO) 1300.11 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
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 variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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-3286062-1303766226/watcher-3286062-1303766226 -o /tmp/evaluation-result-3286062-1303766226/solver-3286062-1303766226 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3286062-1303766226.cnf 

running on 2 cores: 1,3

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.01 3.97 3.59 4/189 9517
/proc/meminfo: memFree=20946736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=23224 CPUtime=0 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 1452 0 0 0 0 0 0 0 22 0 1 0 566853435 23781376 1394 33554432000 4194304 4291949 140736141494352 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 5806 1399 228 24 0 2440 0

[startup+0.0462709 s]
/proc/loadavg: 4.01 3.97 3.59 4/189 9517
/proc/meminfo: memFree=20946736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=29828 CPUtime=0.04 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 3075 0 0 0 4 0 0 0 22 0 1 0 566853435 30543872 3003 33554432000 4194304 4291949 140736141494352 18446744073709551615 4261298 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 7457 3003 228 24 0 4091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29828

[startup+0.100236 s]
/proc/loadavg: 4.01 3.97 3.59 4/189 9517
/proc/meminfo: memFree=20946736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=37760 CPUtime=0.09 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 5122 0 0 0 9 0 0 0 22 0 1 0 566853435 38666240 5009 33554432000 4194304 4291949 140736141494352 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 9440 5012 228 24 0 6074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37760

[startup+0.300215 s]
/proc/loadavg: 4.01 3.97 3.59 4/189 9517
/proc/meminfo: memFree=20946736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=83788 CPUtime=0.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 16922 0 0 0 27 2 0 0 23 0 1 0 566853435 85798912 15629 33554432000 4194304 4291949 140736141494352 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 20947 15630 228 24 0 17581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83788

[startup+0.701128 s]
/proc/loadavg: 4.01 3.97 3.59 4/189 9517
/proc/meminfo: memFree=20946736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=187952 CPUtime=0.69 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 41258 0 0 0 64 5 0 0 25 0 1 0 566853435 192462848 37340 33554432000 4194304 4291949 140736141494352 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 46988 37341 228 24 0 43622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 187952

[startup+1.50095 s]
/proc/loadavg: 4.01 3.97 3.59 5/187 9539
/proc/meminfo: memFree=20754720/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=390580 CPUtime=1.49 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 92492 0 0 0 136 13 0 0 25 0 1 0 566853435 399953920 84729 33554432000 4194304 4291949 140736141494352 18446744073709551615 4221168 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 97645 84729 228 24 0 94279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 390580

[startup+3.10065 s]
/proc/loadavg: 4.01 3.97 3.59 5/187 9539
/proc/meminfo: memFree=20463636/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=552640 CPUtime=3.09 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 123308 0 0 0 293 16 0 0 25 0 1 0 566853435 565903360 112083 33554432000 4194304 4291949 140736141494352 18446744073709551615 4229217 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 138160 112083 232 24 0 134794 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 552640

[startup+6.30106 s]
/proc/loadavg: 4.09 3.99 3.60 5/187 9539
/proc/meminfo: memFree=20269504/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=597792 CPUtime=6.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 138488 0 0 0 611 18 0 0 25 0 1 0 566853435 612139008 127225 33554432000 4194304 4291949 140736141494352 18446744073709551615 252457731268 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 149448 127225 234 24 0 146082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 597792

[startup+12.7009 s]
/proc/loadavg: 4.16 4.01 3.61 5/190 9546
/proc/meminfo: memFree=19649520/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=492428 CPUtime=12.69 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 159995 0 0 0 1248 21 0 0 25 0 1 0 566853435 504246272 106133 33554432000 4194304 4291949 140736141494352 18446744073709551615 4256292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 123107 106133 253 24 0 119741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 492428

[startup+25.5005 s]
/proc/loadavg: 4.20 4.02 3.62 5/190 9546
/proc/meminfo: memFree=19704912/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=492428 CPUtime=25.49 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 164142 0 0 0 2527 22 0 0 25 0 1 0 566853435 504246272 110278 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 123107 110278 253 24 0 119741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 492428

[startup+51.1007 s]
/proc/loadavg: 4.13 4.02 3.63 5/190 9547
/proc/meminfo: memFree=19604712/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=542516 CPUtime=51.09 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 174094 0 0 0 5084 25 0 0 25 0 1 0 566853435 555536384 120226 33554432000 4194304 4291949 140736141494352 18446744073709551615 4262903 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 135629 120226 253 24 0 132263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 542516

[startup+102.307 s]
/proc/loadavg: 4.06 4.01 3.65 5/187 9551
/proc/meminfo: memFree=19816704/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=756164 CPUtime=102.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 200787 0 0 0 10199 30 0 0 25 0 1 0 566853435 774311936 146909 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 189041 146909 253 24 0 185675 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 756164

[startup+162.301 s]
/proc/loadavg: 3.45 3.85 3.61 4/184 9567
/proc/meminfo: memFree=19707136/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=756164 CPUtime=162.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 227270 0 0 0 16194 34 0 0 25 0 1 0 566853435 774311936 173378 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 189041 173378 253 24 0 185675 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 756164

[startup+222.301 s]
/proc/loadavg: 3.16 3.70 3.57 4/184 9568
/proc/meminfo: memFree=19429980/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=971088 CPUtime=222.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 251788 0 0 0 22189 40 0 0 25 0 1 0 566853435 994394112 197882 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 242772 197882 253 24 0 239406 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 971088

[startup+282.301 s]
/proc/loadavg: 2.91 3.53 3.52 3/178 9588
/proc/meminfo: memFree=22182620/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1320336 CPUtime=282.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 296630 0 0 0 28182 47 0 0 25 0 1 0 566853435 1352024064 242710 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 330084 242710 253 24 0 326718 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1320336

[startup+342.301 s]
/proc/loadavg: 2.33 3.25 3.42 3/178 9590
/proc/meminfo: memFree=21938772/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1320336 CPUtime=342.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 325329 0 0 0 34177 51 0 0 25 0 1 0 566853435 1352024064 271399 33554432000 4194304 4291949 140736141494352 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 330084 271399 253 24 0 326718 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1320336

[startup+402.3 s]
/proc/loadavg: 2.12 3.02 3.33 3/178 9591
/proc/meminfo: memFree=21732160/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1320336 CPUtime=402.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 355046 0 0 0 40172 56 0 0 25 0 1 0 566853435 1352024064 301106 33554432000 4194304 4291949 140736141494352 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 330084 301106 253 24 0 326718 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1320336

[startup+462.3 s]
/proc/loadavg: 2.12 2.85 3.25 3/178 9593
/proc/meminfo: memFree=21511148/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1887864 CPUtime=462.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 380378 0 0 0 46168 60 0 0 25 0 1 0 566853435 1933172736 326429 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 471966 326429 253 24 0 468600 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1887864

[startup+522.301 s]
/proc/loadavg: 2.04 2.69 3.17 3/178 9594
/proc/meminfo: memFree=21265472/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1887864 CPUtime=522.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 411220 0 0 0 52164 64 0 0 25 0 1 0 566853435 1933172736 357262 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 471966 357262 253 24 0 468600 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1887864

[startup+582.301 s]
/proc/loadavg: 2.01 2.56 3.09 3/178 9596
/proc/meminfo: memFree=21039736/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1887864 CPUtime=582.27 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 444695 0 0 0 58160 67 0 0 25 0 1 0 566853435 1933172736 390728 33554432000 4194304 4291949 140736141494352 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 471966 390728 253 24 0 468600 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1887864

[startup+642.301 s]
/proc/loadavg: 2.00 2.46 3.02 3/178 9598
/proc/meminfo: memFree=20811536/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1887864 CPUtime=642.29 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 475851 0 0 0 64156 73 0 0 25 0 1 0 566853435 1933172736 421876 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 471966 421876 253 24 0 468600 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1887864

[startup+702.301 s]
/proc/loadavg: 2.00 2.37 2.96 3/178 9599
/proc/meminfo: memFree=20583320/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=1887864 CPUtime=702.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 498874 0 0 0 70151 77 0 0 25 0 1 0 566853435 1933172736 444893 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 471966 444893 253 24 0 468600 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1887864

[startup+762.306 s]
/proc/loadavg: 2.00 2.30 2.89 3/178 9601
/proc/meminfo: memFree=20300932/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=762.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 526176 0 0 0 76147 81 0 0 25 0 1 0 566853435 2877542400 472178 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 472178 253 24 0 699159 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 2810100

[startup+822.3 s]
/proc/loadavg: 2.00 2.24 2.83 3/178 9602
/proc/meminfo: memFree=20093924/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=822.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 553203 0 0 0 82142 86 0 0 25 0 1 0 566853435 2877542400 499194 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 499194 253 24 0 699159 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 2810100

[startup+882.301 s]
/proc/loadavg: 2.00 2.20 2.78 3/178 9604
/proc/meminfo: memFree=19853956/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=882.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 583033 0 0 0 88139 89 0 0 25 0 1 0 566853435 2877542400 529013 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 529013 253 24 0 699159 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 2810100

[startup+942.301 s]
/proc/loadavg: 2.00 2.16 2.73 3/178 9606
/proc/meminfo: memFree=19631580/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=942.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 609342 0 0 0 94134 94 0 0 25 0 1 0 566853435 2877542400 555311 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 555311 253 24 0 699159 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 2810100

[startup+1002.3 s]
/proc/loadavg: 2.00 2.13 2.68 3/178 9607
/proc/meminfo: memFree=19445804/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=1002.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 633718 0 0 0 100130 98 0 0 25 0 1 0 566853435 2877542400 579680 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 579680 253 24 0 699159 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 2810100

[startup+1062.3 s]
/proc/loadavg: 2.00 2.10 2.63 3/178 9609
/proc/meminfo: memFree=19242772/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2810100 CPUtime=1062.27 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 657617 0 0 0 106125 102 0 0 25 0 1 0 566853435 2877542400 603564 33554432000 4194304 4291949 140736141494352 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 702525 603564 253 24 0 699159 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 2810100

[startup+1122.3 s]
/proc/loadavg: 2.04 2.09 2.60 3/178 9610
/proc/meminfo: memFree=18987916/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2812104 CPUtime=1122.27 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 683088 0 0 0 112120 107 0 0 25 0 1 0 566853435 2879594496 629023 33554432000 4194304 4291949 140736141494352 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 703026 629023 253 24 0 699660 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 2812104

[startup+1182.3 s]
/proc/loadavg: 2.01 2.08 2.56 3/178 9612
/proc/meminfo: memFree=18755236/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=2813636 CPUtime=1182.28 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 719721 0 0 0 118116 112 0 0 25 0 1 0 566853435 2881163264 665644 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 703409 665644 253 24 0 700043 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 2813636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.06 2.52 3/178 9614
/proc/meminfo: memFree=18435896/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=4312928 CPUtime=1242.27 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 777659 0 0 0 124107 120 0 0 25 0 1 0 566853435 4416438272 723580 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 1078232 723580 253 24 0 1074866 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 4312928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 2.03 2.48 2/172 9633
/proc/meminfo: memFree=20911300/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=4314860 CPUtime=1299.98 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4202496 828294 0 0 0 129870 128 0 0 25 0 1 0 566853435 4418416640 774207 33554432000 4194304 4291949 140736141494352 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9517/statm: 1078715 774207 253 24 0 1075349 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 4314860

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: 1.92 2.03 2.48 2/173 9634
/proc/meminfo: memFree=23559808/32951124 swapFree=67111348/67111528
[pid=9517] ppid=9515 vsize=0 CPUtime=1300.08 cores=1,3
/proc/9517/stat : 9517 (RestartSAT) R 9515 9517 8087 0 -1 4203524 828294 0 0 0 129870 138 0 0 25 0 1 0 566853435 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/9517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.11
CPU user time (s): 1298.71
CPU system time (s): 1.39779
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 4314860

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

runsolver used 1.86572 second user time and 4.32734 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-25 23:17:10
IDJOB=3286062
IDBENCH=82413
IDSOLVER=1580
FILE ID=node111/3286062-1303766226
RUNJOBID= node111-1303764921-9270
PBS_JOBID= 13157149
Free space on /tmp= 70268 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286062-1303766226/watcher-3286062-1303766226 -o /tmp/evaluation-result-3286062-1303766226/solver-3286062-1303766226 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3286062-1303766226.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=770530760

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20902644 kB
Buffers:       1231200 kB
Cached:        7390412 kB
SwapCached:        132 kB
Active:        5734244 kB
Inactive:      5827088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20902644 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          201216 kB
Writeback:           0 kB
AnonPages:     2937952 kB
Mapped:          15400 kB
Slab:           415220 kB
PageTables:      11120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3815320 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= 70524 MiB
End job on node111 at 2011-04-25 23:38:52