Trace number 3375583

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.06 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 3.23 2.52 5/342 1247
/proc/meminfo: memFree=22653644/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=11796 CPUtime=0 cores=5,7
/proc/1247/stat : 1247 (runsolver) R 1245 1247 32723 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 637506684 12079104 50 33554432000 4194304 5432360 140733432082960 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1247/statm: 2949 50 30 303 0 2643 0

[startup+0.016893 s]
/proc/loadavg: 4.02 3.23 2.52 5/342 1247
/proc/meminfo: memFree=22653644/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=12772 CPUtime=0 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 388 0 0 0 0 0 0 0 25 0 1 0 637506684 13078528 330 33554432000 4194304 4479436 140733787353344 18446744073709551615 270338383616 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 3193 331 266 70 0 313 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12772

[startup+0.10088 s]
/proc/loadavg: 4.02 3.23 2.52 5/342 1247
/proc/meminfo: memFree=22653644/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=16624 CPUtime=0.08 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 1765 0 0 0 8 0 0 0 25 0 1 0 637506684 17022976 1522 33554432000 4194304 4479436 140733787353344 18446744073709551615 4341801 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 4156 1522 296 70 0 1276 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16624

[startup+0.300828 s]
/proc/loadavg: 4.02 3.23 2.52 5/342 1247
/proc/meminfo: memFree=22653644/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=15904 CPUtime=0.28 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 1843 0 0 0 28 0 0 0 25 0 1 0 637506684 16285696 1291 33554432000 4194304 4479436 140733787353344 18446744073709551615 4304656 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 3976 1291 309 70 0 1096 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15904

[startup+0.70075 s]
/proc/loadavg: 4.02 3.23 2.52 5/342 1247
/proc/meminfo: memFree=22653644/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=15904 CPUtime=0.68 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 1850 0 0 0 68 0 0 0 25 0 1 0 637506684 16285696 1298 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451975 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 3976 1298 316 70 0 1096 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15904

[startup+1.5006 s]
/proc/loadavg: 4.02 3.23 2.52 5/343 1248
/proc/meminfo: memFree=22648064/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=20148 CPUtime=1.48 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 2974 0 0 0 148 0 0 0 25 0 1 0 637506684 20631552 2422 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5037 2422 316 70 0 2157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20148

[startup+3.10027 s]
/proc/loadavg: 4.02 3.23 2.52 5/343 1248
/proc/meminfo: memFree=22643848/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=21684 CPUtime=3.08 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 3358 0 0 0 308 0 0 0 25 0 1 0 637506684 22204416 2806 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450986 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5421 2806 316 70 0 2541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21684

[startup+6.30065 s]
/proc/loadavg: 4.02 3.24 2.53 5/343 1248
/proc/meminfo: memFree=22628968/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=21684 CPUtime=6.28 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 3358 0 0 0 628 0 0 0 25 0 1 0 637506684 22204416 2806 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5421 2806 316 70 0 2541 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21684

[startup+12.7004 s]
/proc/loadavg: 4.02 3.25 2.53 5/343 1249
/proc/meminfo: memFree=22648520/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=22084 CPUtime=12.67 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 4677 0 0 0 1267 0 0 0 25 0 1 0 637506684 22614016 2916 33554432000 4194304 4479436 140733787353344 18446744073709551615 4331467 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5521 2916 326 70 0 2641 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22084

[startup+25.5008 s]
/proc/loadavg: 4.01 3.29 2.56 5/343 1249
/proc/meminfo: memFree=22648772/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=22596 CPUtime=25.47 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 4805 0 0 0 2547 0 0 0 25 0 1 0 637506684 23138304 3044 33554432000 4194304 4479436 140733787353344 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5649 3044 326 70 0 2769 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22596

[startup+51.1007 s]
/proc/loadavg: 4.01 3.34 2.59 5/343 1250
/proc/meminfo: memFree=22653692/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=23832 CPUtime=51.08 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 5114 0 0 0 5108 0 0 0 25 0 1 0 637506684 24403968 3353 33554432000 4194304 4479436 140733787353344 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 5958 3353 326 70 0 3078 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23832

[startup+102.313 s]
/proc/loadavg: 4.00 3.45 2.67 5/343 1251
/proc/meminfo: memFree=22639028/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=24344 CPUtime=102.29 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 5242 0 0 0 10229 0 0 0 25 0 1 0 637506684 24928256 3481 33554432000 4194304 4479436 140733787353344 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 6086 3481 326 70 0 3206 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24344

[startup+162.301 s]
/proc/loadavg: 4.00 3.54 2.75 5/343 1253
/proc/meminfo: memFree=22637992/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=162.29 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 12800 0 0 0 16227 2 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4382296 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29980

[startup+222.301 s]
/proc/loadavg: 4.00 3.62 2.82 5/343 1254
/proc/meminfo: memFree=22619460/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=222.28 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 16896 0 0 0 22226 2 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34076

[startup+282.301 s]
/proc/loadavg: 4.23 3.75 2.91 5/343 1256
/proc/meminfo: memFree=22615564/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=282.29 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 20992 0 0 0 28226 3 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450925 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 34076

[startup+342.301 s]
/proc/loadavg: 4.08 3.79 2.98 5/343 1257
/proc/meminfo: memFree=22627036/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=342.29 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 24064 0 0 0 34226 3 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34076

[startup+402.301 s]
/proc/loadavg: 4.10 3.84 3.04 5/343 1259
/proc/meminfo: memFree=22615836/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=402.3 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 27136 0 0 0 40226 4 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 34076

[startup+462.3 s]
/proc/loadavg: 4.10 3.89 3.11 5/343 1261
/proc/meminfo: memFree=22620380/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=462.3 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 30208 0 0 0 46226 4 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4452004 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 34076

[startup+522.3 s]
/proc/loadavg: 4.03 3.90 3.16 5/343 1262
/proc/meminfo: memFree=22628276/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=522.3 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 32256 0 0 0 52226 4 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450969 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 34076

[startup+582.3 s]
/proc/loadavg: 4.01 3.92 3.21 5/343 1264
/proc/meminfo: memFree=22630460/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=582.31 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 34304 0 0 0 58226 5 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4384928 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 29980

[startup+642.3 s]
/proc/loadavg: 4.04 3.94 3.27 5/343 1268
/proc/meminfo: memFree=22632336/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=642.31 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 36352 0 0 0 64226 5 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 29980

[startup+702.301 s]
/proc/loadavg: 4.01 3.95 3.30 5/343 1270
/proc/meminfo: memFree=22627436/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=702.31 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 38400 0 0 0 70226 5 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451967 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 29980

[startup+762.313 s]
/proc/loadavg: 4.15 3.99 3.36 5/343 1272
/proc/meminfo: memFree=22631600/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=762.32 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 40448 0 0 0 76227 5 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 29980

[startup+822.301 s]
/proc/loadavg: 4.13 4.02 3.40 5/343 1273
/proc/meminfo: memFree=22623376/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=822.32 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 42496 0 0 0 82226 6 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450896 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 34076

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.44 5/343 1275
/proc/meminfo: memFree=22619856/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=882.32 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 44544 0 0 0 88226 6 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451944 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 34076

[startup+942.301 s]
/proc/loadavg: 3.27 3.83 3.41 3/331 1312
/proc/meminfo: memFree=22691088/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=942.32 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 46592 0 0 0 94226 6 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4433594 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 34076

[startup+1002.3 s]
/proc/loadavg: 2.46 3.48 3.32 3/331 1314
/proc/meminfo: memFree=22694648/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=1002.32 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 47616 0 0 0 100226 6 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 29980

[startup+1062.3 s]
/proc/loadavg: 2.18 3.23 3.24 2/326 1334
/proc/meminfo: memFree=22727364/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=1062.33 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 49664 0 0 0 106226 7 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451933 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 34076

[startup+1122.3 s]
/proc/loadavg: 1.43 2.82 3.10 2/325 1335
/proc/meminfo: memFree=22728052/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=1122.33 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 51712 0 0 0 112226 7 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4450925 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 34076

[startup+1182.3 s]
/proc/loadavg: 1.16 2.49 2.96 2/325 1337
/proc/meminfo: memFree=22728160/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=1182.33 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 52736 0 0 0 118226 7 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451360 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 34076

[startup+1242.3 s]
/proc/loadavg: 1.06 2.21 2.84 2/325 1338
/proc/meminfo: memFree=22731348/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=29980 CPUtime=1242.34 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 53760 0 0 0 124226 8 0 0 25 0 1 0 637506684 30699520 4895 33554432000 4194304 4479436 140733787353344 18446744073709551615 4330286 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 7495 4895 331 70 0 4615 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 29980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.99 2.72 2/325 1340
/proc/meminfo: memFree=22727864/32951124 swapFree=59367104/67111528
[pid=1247] ppid=1245 vsize=34076 CPUtime=1300.04 cores=5,7
/proc/1247/stat : 1247 (MPhaseSAT64) R 1245 1247 32723 0 -1 4202496 55808 0 0 0 129996 8 0 0 25 0 1 0 637506684 34893824 5919 33554432000 4194304 4479436 140733787353344 18446744073709551615 4451381 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1247/statm: 8519 5919 331 70 0 5639 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 34076

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.01
CPU time (s): 1300.06
CPU user time (s): 1299.98
CPU system time (s): 0.084987
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 34076

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

runsolver used 4.06138 second user time and 9.56555 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 11:15:11
IDJOB=3375583
IDBENCH=83318
IDSOLVER=1855
FILE ID=node143/3375583-1305450911
RUNJOBID= node143-1305450518-1117
PBS_JOBID= 13324839
Free space on /tmp= 73548 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375583-1305450911/watcher-3375583-1305450911 -o /tmp/evaluation-result-3375583-1305450911/solver-3375583-1305450911 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375583-1305450911.cnf

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=951244013

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22653684 kB
Buffers:        199864 kB
Cached:        1247020 kB
SwapCached:      67400 kB
Active:         268352 kB
Inactive:      9791476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22653684 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:             812 kB
Writeback:           8 kB
AnonPages:     8545352 kB
Mapped:          23156 kB
Slab:           118636 kB
PageTables:      54132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70095264 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= 73552 MiB
End job on node143 at 2011-05-15 11:36:53