Trace number 3286063

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

running on 2 cores: 4,6

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.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=21516 CPUtime=0 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 1135 0 0 0 0 0 0 0 22 0 1 0 488236126 22032384 1077 33554432000 4194304 4291949 140737219456560 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 5379 1082 228 24 0 2013 0

[startup+0.0256119 s]
/proc/loadavg: 4.01 3.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=24164 CPUtime=0.02 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 1657 0 0 0 2 0 0 0 22 0 1 0 488236126 24743936 1585 33554432000 4194304 4291949 140737219456560 18446744073709551615 4200761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 6041 1585 228 24 0 2675 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24164

[startup+0.100682 s]
/proc/loadavg: 4.01 3.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=37760 CPUtime=0.09 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 5075 0 0 0 9 0 0 0 22 0 1 0 488236126 38666240 4962 33554432000 4194304 4291949 140737219456560 18446744073709551615 4200667 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 9440 4962 228 24 0 6074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37760

[startup+0.300594 s]
/proc/loadavg: 4.01 3.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=82708 CPUtime=0.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 16273 0 0 0 27 2 0 0 23 0 1 0 488236126 84692992 14984 33554432000 4194304 4291949 140737219456560 18446744073709551615 248089395311 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 20812 14984 228 24 0 17446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82708

[startup+0.700467 s]
/proc/loadavg: 4.01 3.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=186632 CPUtime=0.69 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 40746 0 0 0 63 6 0 0 25 0 1 0 488236126 191111168 36828 33554432000 4194304 4291949 140737219456560 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 46658 36830 228 24 0 43292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 186632

[startup+2.01123 s]
/proc/loadavg: 4.01 3.00 2.67 5/189 21549
/proc/meminfo: memFree=12549552/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=534980 CPUtime=2 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 117085 0 0 0 184 16 0 0 25 0 1 0 488236126 547819520 105860 33554432000 4194304 4291949 140737219456560 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 133745 105861 228 24 0 130379 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 534980

[startup+3.1011 s]
/proc/loadavg: 4.01 3.02 2.68 5/190 21550
/proc/meminfo: memFree=12078352/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=552640 CPUtime=3.09 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 123308 0 0 0 292 17 0 0 25 0 1 0 488236126 565903360 112083 33554432000 4194304 4291949 140737219456560 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 138160 112083 232 24 0 134794 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 552640

[startup+6.30053 s]
/proc/loadavg: 4.01 3.02 2.68 5/190 21550
/proc/meminfo: memFree=12016116/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=597792 CPUtime=6.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 138488 0 0 0 610 19 0 0 25 0 1 0 488236126 612139008 127225 33554432000 4194304 4291949 140737219456560 18446744073709551615 4232443 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 149448 127225 234 24 0 146082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 597792

[startup+12.7004 s]
/proc/loadavg: 4.01 3.05 2.69 5/190 21550
/proc/meminfo: memFree=12028736/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=492428 CPUtime=12.69 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 159964 0 0 0 1247 22 0 0 25 0 1 0 488236126 504246272 106101 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 123107 106101 253 24 0 119741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 492428

[startup+25.5011 s]
/proc/loadavg: 4.01 3.08 2.70 5/190 21551
/proc/meminfo: memFree=11944360/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=492428 CPUtime=25.49 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 163678 0 0 0 2526 23 0 0 25 0 1 0 488236126 504246272 109813 33554432000 4194304 4291949 140737219456560 18446744073709551615 4259448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 123107 109813 253 24 0 119741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 492428

[startup+51.1006 s]
/proc/loadavg: 4.00 3.17 2.74 5/190 21551
/proc/meminfo: memFree=11889728/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=542516 CPUtime=51.09 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 171294 0 0 0 5084 25 0 0 25 0 1 0 488236126 555536384 117426 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 135629 117426 253 24 0 132263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 542516

[startup+102.301 s]
/proc/loadavg: 4.00 3.29 2.81 5/190 21553
/proc/meminfo: memFree=11571864/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=623904 CPUtime=102.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 194498 0 0 0 10201 29 0 0 25 0 1 0 488236126 638877696 140620 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 155976 140620 253 24 0 152610 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 623904

[startup+162.301 s]
/proc/loadavg: 4.00 3.42 2.88 5/190 21554
/proc/meminfo: memFree=11186688/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=756164 CPUtime=162.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 217312 0 0 0 16197 32 0 0 25 0 1 0 488236126 774311936 163425 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 189041 163425 253 24 0 185675 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 756164

[startup+222.306 s]
/proc/loadavg: 4.00 3.52 2.95 5/190 21583
/proc/meminfo: memFree=11176248/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=971088 CPUtime=222.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 241495 0 0 0 22188 42 0 0 25 0 1 0 488236126 994394112 187601 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 242772 187601 253 24 0 239406 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 971088

[startup+282.301 s]
/proc/loadavg: 4.00 3.61 3.01 5/190 21639
/proc/meminfo: memFree=12165624/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=971088 CPUtime=282.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 268178 0 0 0 28183 46 0 0 25 0 1 0 488236126 994394112 214276 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 242772 214276 253 24 0 239406 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 971088

[startup+342.3 s]
/proc/loadavg: 4.07 3.69 3.07 5/190 21640
/proc/meminfo: memFree=11761132/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1320336 CPUtime=342.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 297021 0 0 0 34179 50 0 0 25 0 1 0 488236126 1352024064 243109 33554432000 4194304 4291949 140737219456560 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 330084 243109 253 24 0 326718 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1320336

[startup+402.301 s]
/proc/loadavg: 4.02 3.75 3.13 5/190 21642
/proc/meminfo: memFree=11340840/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1320336 CPUtime=402.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 317237 0 0 0 40176 53 0 0 25 0 1 0 488236126 1352024064 263309 33554432000 4194304 4291949 140737219456560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 330084 263309 253 24 0 326718 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1320336

[startup+462.301 s]
/proc/loadavg: 4.01 3.79 3.18 5/190 21670
/proc/meminfo: memFree=10927792/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1320336 CPUtime=462.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 342539 0 0 0 46173 57 0 0 25 0 1 0 488236126 1352024064 288604 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 330084 288604 253 24 0 326718 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1320336

[startup+522.3 s]
/proc/loadavg: 4.06 3.84 3.23 5/190 21699
/proc/meminfo: memFree=11143876/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1320336 CPUtime=522.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 363006 0 0 0 52169 60 0 0 25 0 1 0 488236126 1352024064 309061 33554432000 4194304 4291949 140737219456560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 330084 309061 253 24 0 326718 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1320336

[startup+582.301 s]
/proc/loadavg: 4.13 3.90 3.29 5/190 21728
/proc/meminfo: memFree=10706700/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1887864 CPUtime=582.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 385428 0 0 0 58166 63 0 0 25 0 1 0 488236126 1933172736 331473 33554432000 4194304 4291949 140737219456560 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 471966 331473 253 24 0 468600 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1887864

[startup+642.3 s]
/proc/loadavg: 4.05 3.91 3.33 5/190 21729
/proc/meminfo: memFree=10361516/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1887864 CPUtime=642.29 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 423366 0 0 0 64160 69 0 0 25 0 1 0 488236126 1933172736 369406 33554432000 4194304 4291949 140737219456560 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 471966 369406 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: 4.02 3.93 3.37 5/187 21734
/proc/meminfo: memFree=10452020/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1887864 CPUtime=702.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 464897 0 0 0 70155 75 0 0 25 0 1 0 488236126 1933172736 410929 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 471966 410929 253 24 0 468600 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1887864

[startup+762.301 s]
/proc/loadavg: 3.44 3.78 3.35 4/184 21749
/proc/meminfo: memFree=10346908/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1887864 CPUtime=762.31 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 487380 0 0 0 76152 79 0 0 25 0 1 0 488236126 1933172736 433402 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 471966 433402 253 24 0 468600 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1887864

[startup+822.3 s]
/proc/loadavg: 3.16 3.64 3.33 4/184 21751
/proc/meminfo: memFree=10156916/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=1887864 CPUtime=822.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 509145 0 0 0 82147 83 0 0 25 0 1 0 488236126 1933172736 455163 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 471966 455163 253 24 0 468600 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1887864

[startup+882.307 s]
/proc/loadavg: 3.06 3.52 3.31 4/184 21753
/proc/meminfo: memFree=9925256/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=882.31 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 532097 0 0 0 88145 86 0 0 25 0 1 0 488236126 2877542400 478104 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 478104 253 24 0 699159 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2810100

[startup+942.3 s]
/proc/loadavg: 3.05 3.44 3.29 4/184 21754
/proc/meminfo: memFree=9730544/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=942.31 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 554673 0 0 0 94141 90 0 0 25 0 1 0 488236126 2877542400 500679 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251677 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 500679 253 24 0 699159 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2810100

[startup+1002.3 s]
/proc/loadavg: 3.02 3.35 3.27 4/184 21756
/proc/meminfo: memFree=9546124/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=1002.3 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 575785 0 0 0 100137 93 0 0 25 0 1 0 488236126 2877542400 521784 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 521784 253 24 0 699159 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2810100

[startup+1062.3 s]
/proc/loadavg: 2.37 3.10 3.19 3/178 21775
/proc/meminfo: memFree=12458104/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=1062.31 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 597158 0 0 0 106134 97 0 0 25 0 1 0 488236126 2877542400 543147 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 543147 253 24 0 699159 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2810100

[startup+1122.3 s]
/proc/loadavg: 2.21 2.92 3.11 3/178 21777
/proc/meminfo: memFree=12235124/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=1122.31 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 648605 0 0 0 112126 105 0 0 25 0 1 0 488236126 2877542400 594582 33554432000 4194304 4291949 140737219456560 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 594582 253 24 0 699159 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2810100

[startup+1182.3 s]
/proc/loadavg: 2.07 2.75 3.04 3/178 21779
/proc/meminfo: memFree=12123872/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=1182.32 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 673798 0 0 0 118123 109 0 0 25 0 1 0 488236126 2877542400 619762 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 619762 253 24 0 699159 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2810100

[startup+1242.3 s]
/proc/loadavg: 2.03 2.61 2.97 3/178 21780
/proc/meminfo: memFree=12215720/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2810100 CPUtime=1242.32 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 703767 0 0 0 124119 113 0 0 25 0 1 0 488236126 2877542400 649720 33554432000 4194304 4291949 140737219456560 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 702525 649720 253 24 0 699159 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2810100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.07 2.52 2.92 3/178 21782
/proc/meminfo: memFree=12099628/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=2817356 CPUtime=1300.02 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4202496 725270 0 0 0 129887 115 0 0 25 0 1 0 488236126 2884972544 671217 33554432000 4194304 4291949 140737219456560 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21549/statm: 704339 671217 253 24 0 700973 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2817356

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: 2.07 2.52 2.92 3/178 21782
/proc/meminfo: memFree=12099628/32950928 swapFree=67111528/67111528
[pid=21549] ppid=21547 vsize=0 CPUtime=1300.12 cores=4,6
/proc/21549/stat : 21549 (RestartSAT) R 21547 21549 20116 0 -1 4203524 725270 0 0 0 129887 125 0 0 25 0 1 0 488236126 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/21549/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.14
CPU user time (s): 1298.87
CPU system time (s): 1.26881
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2817356

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

runsolver used 2.08968 second user time and 4.81827 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 23:19:23
IDJOB=3286063
IDBENCH=82413
IDSOLVER=1581
FILE ID=node123/3286063-1303766359
RUNJOBID= node123-1303766060-21419
PBS_JOBID= 13157133
Free space on /tmp= 72300 MiB

SOLVER NAME= RestartSAT A75
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.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286063-1303766359/watcher-3286063-1303766359 -o /tmp/evaluation-result-3286063-1303766359/solver-3286063-1303766359 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286063-1303766359.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1102994698

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12549956 kB
Buffers:       2167080 kB
Cached:       15438244 kB
SwapCached:          0 kB
Active:       10930996 kB
Inactive:      8920712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12549956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          121236 kB
Writeback:           0 kB
AnonPages:     2245668 kB
Mapped:          15436 kB
Slab:           481008 kB
PageTables:       9668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2854168 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= 72572 MiB
End job on node123 at 2011-04-25 23:41:05