Trace number 3285235

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 A75? (TO) 1300.01 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

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

running on 2 cores: 0,2

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.02 4.91 6.49 4/186 16926
/proc/meminfo: memFree=19785076/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=23224 CPUtime=0 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 1403 0 0 0 0 0 0 0 20 0 1 0 468790812 23781376 1344 33554432000 4194304 4291949 140736151865312 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 5806 1350 228 24 0 2440 0

[startup+0.0859681 s]
/proc/loadavg: 4.02 4.91 6.49 4/186 16926
/proc/meminfo: memFree=19785076/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=36596 CPUtime=0.08 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 4286 0 0 0 7 1 0 0 20 0 1 0 468790812 37474304 4185 33554432000 4194304 4291949 140736151865312 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 9149 4188 228 24 0 5783 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36596

[startup+0.10095 s]
/proc/loadavg: 4.02 4.91 6.49 4/186 16926
/proc/meminfo: memFree=19785076/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=41088 CPUtime=0.09 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 5330 0 0 0 8 1 0 0 20 0 1 0 468790812 42074112 5229 33554432000 4194304 4291949 140736151865312 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 10272 5230 228 24 0 6906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41088

[startup+0.300917 s]
/proc/loadavg: 4.02 4.91 6.49 4/186 16926
/proc/meminfo: memFree=19785076/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=82100 CPUtime=0.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 16439 0 0 0 25 4 0 0 21 0 1 0 468790812 84070400 15115 33554432000 4194304 4291949 140736151865312 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 20525 15116 228 24 0 17159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82100

[startup+0.700849 s]
/proc/loadavg: 4.02 4.91 6.49 4/186 16926
/proc/meminfo: memFree=19785076/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=165040 CPUtime=0.69 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 38538 0 0 0 62 7 0 0 22 0 1 0 468790812 169000960 35048 33554432000 4194304 4291949 140736151865312 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 41260 35049 228 24 0 37894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165040

[startup+1.50071 s]
/proc/loadavg: 4.02 4.91 6.49 5/187 16927
/proc/meminfo: memFree=19546996/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=362208 CPUtime=1.49 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 82121 0 0 0 134 15 0 0 25 0 1 0 468790812 370900992 74784 33554432000 4194304 4291949 140736151865312 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 90552 74785 228 24 0 87186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 362208

[startup+3.10044 s]
/proc/loadavg: 4.02 4.91 6.49 6/190 16933
/proc/meminfo: memFree=19298204/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=601264 CPUtime=3.09 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 148591 0 0 0 282 27 0 0 25 0 1 0 468790812 615694336 132598 33554432000 4194304 4291949 140736151865312 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 150316 132598 232 24 0 146950 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 601264

[startup+6.30087 s]
/proc/loadavg: 4.26 4.94 6.50 5/190 16933
/proc/meminfo: memFree=18538916/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=601264 CPUtime=6.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 148591 0 0 0 602 27 0 0 25 0 1 0 468790812 615694336 132598 33554432000 4194304 4291949 140736151865312 18446744073709551615 4230291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 150316 132598 232 24 0 146950 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 601264

[startup+12.7008 s]
/proc/loadavg: 4.24 4.93 6.48 5/190 16933
/proc/meminfo: memFree=18415564/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=664620 CPUtime=12.69 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 167761 0 0 0 1239 30 0 0 25 0 1 0 468790812 680570880 151737 33554432000 4194304 4291949 140736151865312 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 166155 151737 234 24 0 162789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 664620

[startup+25.5005 s]
/proc/loadavg: 4.18 4.88 6.44 5/190 16933
/proc/meminfo: memFree=18607868/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=597872 CPUtime=25.49 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 193439 0 0 0 2516 33 0 0 25 0 1 0 468790812 612220928 125807 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 149468 125807 253 24 0 146102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 597872

[startup+51.101 s]
/proc/loadavg: 4.12 4.81 6.38 5/190 16934
/proc/meminfo: memFree=18486952/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=597872 CPUtime=51.09 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 201273 0 0 0 5073 36 0 0 25 0 1 0 468790812 612220928 133636 33554432000 4194304 4291949 140736151865312 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 149468 133636 253 24 0 146102 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 597872

[startup+102.307 s]
/proc/loadavg: 4.05 4.68 6.25 5/190 16935
/proc/meminfo: memFree=18223208/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=679260 CPUtime=102.3 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 218740 0 0 0 10192 38 0 0 25 0 1 0 468790812 695562240 151090 33554432000 4194304 4291949 140736151865312 18446744073709551615 4250370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 169815 151090 253 24 0 166449 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 679260

[startup+162.3 s]
/proc/loadavg: 4.02 4.56 6.11 5/190 16964
/proc/meminfo: memFree=18702036/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=811520 CPUtime=162.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 238386 0 0 0 16189 40 0 0 25 0 1 0 468790812 830996480 170730 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 202880 170730 253 24 0 199514 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 811520

[startup+222.301 s]
/proc/loadavg: 4.00 4.45 5.97 5/190 16966
/proc/meminfo: memFree=18279056/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1026444 CPUtime=222.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 274057 0 0 0 22185 44 0 0 25 0 1 0 468790812 1051078656 206397 33554432000 4194304 4291949 140736151865312 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 256611 206397 253 24 0 253245 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1026444

[startup+282.3 s]
/proc/loadavg: 4.00 4.37 5.84 5/190 16967
/proc/meminfo: memFree=17916576/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1026444 CPUtime=282.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 293175 0 0 0 28181 48 0 0 25 0 1 0 468790812 1051078656 225506 33554432000 4194304 4291949 140736151865312 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 256611 225506 253 24 0 253245 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1026444

[startup+342.301 s]
/proc/loadavg: 4.08 4.31 5.73 5/190 16969
/proc/meminfo: memFree=17568124/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1026444 CPUtime=342.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 312226 0 0 0 34177 52 0 0 25 0 1 0 468790812 1051078656 244539 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 256611 244539 253 24 0 253245 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1026444

[startup+402.3 s]
/proc/loadavg: 4.08 4.27 5.63 5/190 16970
/proc/meminfo: memFree=17190036/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1375692 CPUtime=402.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 333912 0 0 0 40174 55 0 0 25 0 1 0 468790812 1408708608 266221 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 343923 266221 253 24 0 340557 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1375692

[startup+462.301 s]
/proc/loadavg: 4.03 4.22 5.52 5/190 16972
/proc/meminfo: memFree=16831304/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1375692 CPUtime=462.3 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 358933 0 0 0 46171 59 0 0 25 0 1 0 468790812 1408708608 291230 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 343923 291230 253 24 0 340557 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1375692

[startup+522.3 s]
/proc/loadavg: 4.01 4.18 5.42 5/190 16974
/proc/meminfo: memFree=16517940/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1375692 CPUtime=522.29 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 383952 0 0 0 52167 62 0 0 25 0 1 0 468790812 1408708608 316237 33554432000 4194304 4291949 140736151865312 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 343923 316237 253 24 0 340557 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1375692

[startup+582.301 s]
/proc/loadavg: 4.06 4.16 5.34 5/190 16975
/proc/meminfo: memFree=16156096/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1943220 CPUtime=582.23 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 409770 0 0 0 58155 68 0 0 25 0 1 0 468790812 1989857280 342048 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 485805 342048 253 24 0 482439 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 1943220

[startup+642.3 s]
/proc/loadavg: 4.02 4.13 5.25 6/190 16977
/proc/meminfo: memFree=15827356/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1943220 CPUtime=642.23 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 427196 0 0 0 64152 71 0 0 25 0 1 0 468790812 1989857280 359469 33554432000 4194304 4291949 140736151865312 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 485805 359469 253 24 0 482439 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 1943220

[startup+702.301 s]
/proc/loadavg: 4.01 4.10 5.17 5/190 16978
/proc/meminfo: memFree=15520324/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1943220 CPUtime=702.22 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 445775 0 0 0 70147 75 0 0 25 0 1 0 468790812 1989857280 378040 33554432000 4194304 4291949 140736151865312 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 485805 378040 253 24 0 482439 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 1943220

[startup+762.307 s]
/proc/loadavg: 4.00 4.08 5.09 5/190 16980
/proc/meminfo: memFree=15190348/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1943220 CPUtime=762.22 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 469782 0 0 0 76144 78 0 0 25 0 1 0 468790812 1989857280 402037 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 485805 402037 253 24 0 482439 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 1943220

[startup+822.301 s]
/proc/loadavg: 4.00 4.06 5.02 5/190 16982
/proc/meminfo: memFree=14613120/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=1943220 CPUtime=822.21 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 533314 0 0 0 82133 88 0 0 25 0 1 0 468790812 1989857280 465556 33554432000 4194304 4291949 140736151865312 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 485805 465556 253 24 0 482439 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 1943220

[startup+882.301 s]
/proc/loadavg: 4.00 4.05 4.96 5/190 16983
/proc/meminfo: memFree=14308192/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=882.21 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 550998 0 0 0 88129 92 0 0 25 0 1 0 468790812 2934226944 483226 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 483226 253 24 0 712998 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 2865456

[startup+942.301 s]
/proc/loadavg: 4.11 4.07 4.90 5/190 16985
/proc/meminfo: memFree=14014552/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=942.2 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 569170 0 0 0 94126 94 0 0 25 0 1 0 468790812 2934226944 501388 33554432000 4194304 4291949 140736151865312 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 501388 253 24 0 712998 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 2865456

[startup+1002.3 s]
/proc/loadavg: 4.04 4.05 4.84 5/190 16986
/proc/meminfo: memFree=13726616/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1002.2 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 591473 0 0 0 100121 99 0 0 25 0 1 0 468790812 2934226944 523688 33554432000 4194304 4291949 140736151865312 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 523688 253 24 0 712998 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 2865456

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.79 5/190 16988
/proc/meminfo: memFree=13459500/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1062.19 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 606335 0 0 0 106117 102 0 0 25 0 1 0 468790812 2934226944 538538 33554432000 4194304 4291949 140736151865312 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 538538 253 24 0 712998 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 2865456

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 4.74 5/190 16990
/proc/meminfo: memFree=13166724/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1122.19 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 625662 0 0 0 112114 105 0 0 25 0 1 0 468790812 2934226944 557861 33554432000 4194304 4291949 140736151865312 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 557861 253 24 0 712998 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 2865456

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.69 5/190 16991
/proc/meminfo: memFree=12863788/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1182.19 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 648977 0 0 0 118109 110 0 0 25 0 1 0 468790812 2934226944 581167 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 581167 253 24 0 712998 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 2865456

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.64 5/190 16993
/proc/meminfo: memFree=12588860/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1242.19 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 670319 0 0 0 124105 114 0 0 25 0 1 0 468790812 2934226944 602503 33554432000 4194304 4291949 140736151865312 18446744073709551615 4261914 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 602503 253 24 0 712998 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 2865456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.60 5/190 17050
/proc/meminfo: memFree=15562404/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=2865456 CPUtime=1299.89 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4202496 686224 0 0 0 129872 117 0 0 25 0 1 0 468790812 2934226944 618402 33554432000 4194304 4291949 140736151865312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16926/statm: 716364 618402 253 24 0 712998 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 2865456

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: 4.00 4.01 4.60 5/191 17051
/proc/meminfo: memFree=17822296/32951124 swapFree=67111524/67111528
[pid=16926] ppid=16924 vsize=0 CPUtime=1299.99 cores=0,2
/proc/16926/stat : 16926 (RestartSAT) R 16924 16926 15892 0 -1 4203524 686224 0 0 0 129872 127 0 0 25 0 1 0 468790812 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.01
CPU user time (s): 1298.73
CPU system time (s): 1.28181
CPU usage (%): 99.9917
Max. virtual memory (cumulated for all children) (KiB): 2865456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.73
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686224
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= 3094

runsolver used 2.26465 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 22:35:46
IDJOB=3285235
IDBENCH=82374
IDSOLVER=1581
FILE ID=node144/3285235-1303763741
RUNJOBID= node144-1303763741-16890
PBS_JOBID= 13157119
Free space on /tmp= 71804 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285235-1303763741/watcher-3285235-1303763741 -o /tmp/evaluation-result-3285235-1303763741/solver-3285235-1303763741 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285235-1303763741.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=904733186

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19785356 kB
Buffers:       2185700 kB
Cached:       10199512 kB
SwapCached:          4 kB
Active:        3865840 kB
Inactive:      8726396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19785356 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          372112 kB
Writeback:           0 kB
AnonPages:      206220 kB
Mapped:          15304 kB
Slab:           509684 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   385592 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= 71988 MiB
End job on node144 at 2011-04-25 22:57:29