Trace number 3350315

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
minisat hack: contrasat 2011-03-02? (TO) 1300.06 1300.04

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3350315-1304969774/watcher-3350315-1304969774 -o /tmp/evaluation-result-3350315-1304969774/solver-3350315-1304969774 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350315-1304969774.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.08 3.99 3.33 5/329 1122
/proc/meminfo: memFree=28968444/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=11796 CPUtime=0 cores=1,3
/proc/1122/stat : 1122 (runsolver) R 1120 1122 615 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 608576768 12079104 50 33554432000 4194304 5432360 140734447448240 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/1122/statm: 2949 50 30 303 0 2643 0

[startup+0.0799629 s]
/proc/loadavg: 4.08 3.99 3.33 5/329 1122
/proc/meminfo: memFree=28968444/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=36240 CPUtime=0.05 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 4230 0 0 0 5 0 0 0 22 0 1 0 608576768 37109760 4047 33554432000 4194304 4298156 140737102450128 18446744073709551615 4249100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 9060 4048 216 26 0 5692 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36240

[startup+0.100958 s]
/proc/loadavg: 4.08 3.99 3.33 5/329 1122
/proc/meminfo: memFree=28968444/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=37712 CPUtime=0.07 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 4867 0 0 0 7 0 0 0 22 0 1 0 608576768 38617088 4568 33554432000 4194304 4298156 140737102450128 18446744073709551615 268272688896 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 9428 4568 216 26 0 6060 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37712

[startup+0.300925 s]
/proc/loadavg: 4.08 3.99 3.33 5/329 1122
/proc/meminfo: memFree=28968444/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=83392 CPUtime=0.27 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 17637 0 0 0 25 2 0 0 23 0 1 0 608576768 85393408 15413 33554432000 4194304 4298156 140737102450128 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 20848 15415 216 26 0 17480 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 83392

[startup+0.700853 s]
/proc/loadavg: 4.08 3.99 3.33 5/329 1122
/proc/meminfo: memFree=28968444/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=186656 CPUtime=0.67 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 44889 0 0 0 61 6 0 0 25 0 1 0 608576768 191135744 38534 33554432000 4194304 4298156 140737102450128 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 46664 38535 216 26 0 43296 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 186656

[startup+1.50071 s]
/proc/loadavg: 4.08 3.99 3.33 5/330 1123
/proc/meminfo: memFree=28746736/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=421184 CPUtime=1.47 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 98137 0 0 0 133 14 0 0 25 0 1 0 608576768 431292416 84048 33554432000 4194304 4298156 140737102450128 18446744073709551615 268272347892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 105296 84048 216 26 0 101928 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 421184

[startup+3.10042 s]
/proc/loadavg: 4.07 3.99 3.34 5/330 1123
/proc/meminfo: memFree=28494964/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=690864 CPUtime=3.07 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 174086 0 0 0 282 25 0 0 25 0 1 0 608576768 707444736 146263 33554432000 4194304 4298156 140737102450128 18446744073709551615 4227856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 172716 146263 222 26 0 169348 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 690864

[startup+6.30085 s]
/proc/loadavg: 4.07 3.99 3.34 5/330 1123
/proc/meminfo: memFree=28372960/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=690864 CPUtime=6.27 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 174086 0 0 0 602 25 0 0 25 0 1 0 608576768 707444736 146263 33554432000 4194304 4298156 140737102450128 18446744073709551615 4227993 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 172716 146263 222 26 0 169348 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 690864

[startup+12.7007 s]
/proc/loadavg: 4.06 3.99 3.35 5/330 1123
/proc/meminfo: memFree=28474036/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=733568 CPUtime=12.67 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 190997 0 0 0 1240 27 0 0 25 0 1 0 608576768 751173632 161758 33554432000 4194304 4298156 140737102450128 18446744073709551615 4228006 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 183392 161758 222 26 0 180024 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 733568

[startup+25.5004 s]
/proc/loadavg: 4.05 3.99 3.35 5/330 1123
/proc/meminfo: memFree=28594184/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=25.47 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 243875 0 0 0 2513 34 0 0 25 0 1 0 608576768 703954944 138223 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 138223 232 26 0 168496 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 687456

[startup+51.1009 s]
/proc/loadavg: 4.03 3.99 3.37 5/330 1151
/proc/meminfo: memFree=29075000/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=51.07 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 256488 0 0 0 5070 37 0 0 25 0 1 0 608576768 703954944 150825 33554432000 4194304 4298156 140737102450128 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 150825 243 26 0 168496 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 687456

[startup+102.312 s]
/proc/loadavg: 4.01 3.99 3.40 5/330 1153
/proc/meminfo: memFree=29038360/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=102.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 389383 0 0 0 10175 53 0 0 25 0 1 0 608576768 703954944 154643 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 154643 243 26 0 168496 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 687456

[startup+162.301 s]
/proc/loadavg: 4.08 4.01 3.44 5/330 1154
/proc/meminfo: memFree=28989400/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=162.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 462888 0 0 0 16166 62 0 0 25 0 1 0 608576768 839389184 162363 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 162363 243 26 0 201561 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 819716

[startup+222.3 s]
/proc/loadavg: 4.07 4.02 3.48 5/330 1156
/proc/meminfo: memFree=28970016/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=222.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 592683 0 0 0 22152 76 0 0 25 0 1 0 608576768 703954944 156013 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 156013 243 26 0 168496 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 687456

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.51 5/330 1157
/proc/meminfo: memFree=28885040/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=282.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 730499 0 0 0 28137 91 0 0 25 0 1 0 608576768 703954944 161817 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 161817 243 26 0 168496 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 687456

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.54 5/330 1159
/proc/meminfo: memFree=28954932/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=342.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 878081 0 0 0 34117 111 0 0 25 0 1 0 608576768 703954944 156029 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 156029 243 26 0 168496 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 687456

[startup+402.3 s]
/proc/loadavg: 4.08 4.02 3.57 5/330 1161
/proc/meminfo: memFree=28876132/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=402.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1036706 0 0 0 40097 131 0 0 25 0 1 0 608576768 703954944 160632 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 160632 243 26 0 168496 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 687456

[startup+462.3 s]
/proc/loadavg: 4.03 4.01 3.59 5/330 1162
/proc/meminfo: memFree=28908948/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=462.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1246007 0 0 0 46070 158 0 0 25 0 1 0 608576768 703954944 154831 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 154831 243 26 0 168496 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 687456

[startup+522.301 s]
/proc/loadavg: 4.08 4.04 3.62 5/330 1164
/proc/meminfo: memFree=28799032/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=522.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1333119 0 0 0 52059 169 0 0 25 0 1 0 608576768 839389184 163598 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 163598 243 26 0 201561 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 819716

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.65 5/330 1165
/proc/meminfo: memFree=28723848/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=582.28 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1579622 0 0 0 58028 200 0 0 25 0 1 0 608576768 839389184 164859 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 164859 243 26 0 201561 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 819716

[startup+642.3 s]
/proc/loadavg: 4.02 4.03 3.67 5/330 1167
/proc/meminfo: memFree=28562356/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=642.29 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1663552 0 0 0 64019 210 0 0 25 0 1 0 608576768 839389184 172884 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 172884 243 26 0 201561 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 819716

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.68 5/330 1169
/proc/meminfo: memFree=28905916/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=702.29 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1821323 0 0 0 69997 232 0 0 25 0 1 0 608576768 839389184 163648 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 163648 243 26 0 201561 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 819716

[startup+762.312 s]
/proc/loadavg: 3.87 4.00 3.70 4/324 1187
/proc/meminfo: memFree=29158324/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=762.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 1968371 0 0 0 75981 249 0 0 25 0 1 0 608576768 839389184 168302 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 168302 243 26 0 201561 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 819716

[startup+822.3 s]
/proc/loadavg: 3.32 3.81 3.65 4/324 1189
/proc/meminfo: memFree=29126044/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=822.29 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2065245 0 0 0 81965 264 0 0 25 0 1 0 608576768 839389184 184420 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 184420 243 26 0 201561 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 819716

[startup+882.3 s]
/proc/loadavg: 3.11 3.66 3.61 4/324 1190
/proc/meminfo: memFree=29278400/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=687456 CPUtime=882.29 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2239253 0 0 0 87943 286 0 0 25 0 1 0 608576768 703954944 161898 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251910 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 171864 161898 243 26 0 168496 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 687456

[startup+942.301 s]
/proc/loadavg: 3.04 3.54 3.57 4/324 1192
/proc/meminfo: memFree=29227388/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=942.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2393150 0 0 0 93923 307 0 0 25 0 1 0 608576768 839389184 162385 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 162385 243 26 0 201561 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 819716

[startup+1002.3 s]
/proc/loadavg: 3.05 3.45 3.53 4/324 1194
/proc/meminfo: memFree=29183184/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=1002.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2501099 0 0 0 99909 321 0 0 25 0 1 0 608576768 839389184 165860 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 165860 243 26 0 201561 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 819716

[startup+1062.3 s]
/proc/loadavg: 2.73 3.30 3.48 3/318 1213
/proc/meminfo: memFree=29188240/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=1034640 CPUtime=1062.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2612347 0 0 0 105893 337 0 0 25 0 1 0 608576768 1059471360 196602 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251927 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 258660 196602 243 26 0 255292 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1034640

[startup+1122.3 s]
/proc/loadavg: 2.27 3.06 3.38 3/318 1215
/proc/meminfo: memFree=29330316/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=1122.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2773674 0 0 0 111872 358 0 0 25 0 1 0 608576768 839389184 166495 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 166495 243 26 0 201561 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 819716

[startup+1182.3 s]
/proc/loadavg: 1.70 2.77 3.26 2/312 1234
/proc/meminfo: memFree=29615504/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=1182.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 2866616 0 0 0 117860 370 0 0 25 0 1 0 608576768 839389184 175206 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 175206 243 26 0 201561 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 819716

[startup+1242.3 s]
/proc/loadavg: 1.26 2.45 3.12 2/312 1236
/proc/meminfo: memFree=29614580/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=1242.3 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 3142432 0 0 0 123824 406 0 0 25 0 1 0 608576768 839389184 175361 33554432000 4194304 4298156 140737102450128 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 175361 243 26 0 201561 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 819716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.10 2.20 2.99 2/312 1237
/proc/meminfo: memFree=29633504/32950928 swapFree=60198988/67111528
[pid=1122] ppid=1120 vsize=819716 CPUtime=1300.01 cores=1,3
/proc/1122/stat : 1122 (contrasat_relea) R 1120 1122 615 0 -1 4202496 3306411 0 0 0 129575 426 0 0 25 0 1 0 608576768 839389184 170380 33554432000 4194304 4298156 140737102450128 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1122/statm: 204929 170380 243 26 0 201561 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 819716

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1295.76
CPU system time (s): 4.29335
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1378516

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

runsolver used 3.70444 second user time and 9.31058 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-09 21:36:19
IDJOB=3350315
IDBENCH=82374
IDSOLVER=1816
FILE ID=node122/3350315-1304969774
RUNJOBID= node122-1304968095-635
PBS_JOBID= 13285628
Free space on /tmp= 43760 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350315-1304969774/watcher-3350315-1304969774 -o /tmp/evaluation-result-3350315-1304969774/solver-3350315-1304969774 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350315-1304969774.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=2145859869

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28968476 kB
Buffers:        141976 kB
Cached:        1482408 kB
SwapCached:      49768 kB
Active:        1748056 kB
Inactive:      2052296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28968476 kB
SwapTotal:    67111528 kB
SwapFree:     60198988 kB
Dirty:          389372 kB
Writeback:           0 kB
AnonPages:     2137088 kB
Mapped:          14172 kB
Slab:            83496 kB
PageTables:      34752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53787860 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= 44028 MiB
End job on node122 at 2011-05-09 21:58:02