Trace number 3375504

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.03 1300.02

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.322
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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-3375504-1305462184/watcher-3375504-1305462184 -o /tmp/evaluation-result-3375504-1305462184/solver-3375504-1305462184 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375504-1305462184.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: 1.17 1.66 2.74 4/312 24937
/proc/meminfo: memFree=12184112/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=27084 CPUtime=0 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 443 0 0 0 0 0 0 0 21 0 1 0 657818165 27734016 384 33554432000 4194304 4479436 140735058850624 18446744073709551615 208080232192 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 6771 384 267 70 0 3891 0

[startup+0.0254269 s]
/proc/loadavg: 1.17 1.66 2.74 4/312 24937
/proc/meminfo: memFree=12184112/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=27084 CPUtime=0.02 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 573 0 0 0 2 0 0 0 21 0 1 0 657818165 27734016 514 33554432000 4194304 4479436 140735058850624 18446744073709551615 208079765998 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 6771 514 267 70 0 3891 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27084

[startup+0.100415 s]
/proc/loadavg: 1.17 1.66 2.74 4/312 24937
/proc/meminfo: memFree=12184112/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=27084 CPUtime=0.09 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 1240 0 0 0 9 0 0 0 21 0 1 0 657818165 27734016 1181 33554432000 4194304 4479436 140735058850624 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 6771 1181 267 70 0 3891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27084

[startup+0.300376 s]
/proc/loadavg: 1.17 1.66 2.74 4/312 24937
/proc/meminfo: memFree=12184112/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=27084 CPUtime=0.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 3016 0 0 0 29 0 0 0 22 0 1 0 657818165 27734016 2957 33554432000 4194304 4479436 140735058850624 18446744073709551615 208080232192 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 6771 2957 267 70 0 3891 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27084

[startup+0.700303 s]
/proc/loadavg: 1.17 1.66 2.74 4/312 24937
/proc/meminfo: memFree=12184112/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=27776 CPUtime=0.69 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 3847 0 0 0 69 0 0 0 24 0 1 0 657818165 28442624 3673 33554432000 4194304 4479436 140735058850624 18446744073709551615 4261491 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 6944 3673 273 70 0 4064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27776

[startup+1.50015 s]
/proc/loadavg: 1.17 1.66 2.74 5/313 24938
/proc/meminfo: memFree=12170488/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=47888 CPUtime=1.49 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 13805 0 0 0 147 2 0 0 25 0 1 0 657818165 49037312 9338 33554432000 4194304 4479436 140735058850624 18446744073709551615 4341291 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 11972 9338 353 70 0 9092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47888

[startup+3.10084 s]
/proc/loadavg: 1.17 1.66 2.74 5/313 24938
/proc/meminfo: memFree=12146184/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=49832 CPUtime=3.09 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 16362 0 0 0 307 2 0 0 25 0 1 0 657818165 51027968 9846 33554432000 4194304 4479436 140735058850624 18446744073709551615 4308104 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 12458 9846 371 70 0 9578 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49832

[startup+6.30023 s]
/proc/loadavg: 1.39 1.70 2.75 5/313 24938
/proc/meminfo: memFree=12131572/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=52732 CPUtime=6.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 16579 0 0 0 627 2 0 0 25 0 1 0 657818165 53997568 10063 33554432000 4194304 4479436 140735058850624 18446744073709551615 4452297 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 13183 10063 374 70 0 10303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52732

[startup+12.701 s]
/proc/loadavg: 1.68 1.75 2.76 5/313 24938
/proc/meminfo: memFree=12111172/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=62496 CPUtime=12.69 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 24538 0 0 0 1266 3 0 0 25 0 1 0 657818165 63995904 11437 33554432000 4194304 4479436 140735058850624 18446744073709551615 4451967 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 15624 11437 382 70 0 12744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62496

[startup+25.5006 s]
/proc/loadavg: 2.19 1.86 2.78 5/313 24938
/proc/meminfo: memFree=12104196/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=68908 CPUtime=25.49 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 26691 0 0 0 2546 3 0 0 25 0 1 0 657818165 70561792 13590 33554432000 4194304 4479436 140735058850624 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 17227 13590 382 70 0 14347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68908

[startup+51.1007 s]
/proc/loadavg: 2.81 2.03 2.81 5/313 24966
/proc/meminfo: memFree=12118912/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=71980 CPUtime=51.08 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 26948 0 0 0 5105 3 0 0 25 0 1 0 657818165 73707520 13847 33554432000 4194304 4479436 140735058850624 18446744073709551615 4382311 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 17995 13847 382 70 0 15115 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71980

[startup+102.311 s]
/proc/loadavg: 3.48 2.33 2.87 5/313 24967
/proc/meminfo: memFree=12087620/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=71980 CPUtime=102.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 27332 0 0 0 10226 3 0 0 25 0 1 0 657818165 73707520 14231 33554432000 4194304 4479436 140735058850624 18446744073709551615 4307020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 17995 14231 382 70 0 15115 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71980

[startup+162.301 s]
/proc/loadavg: 3.81 2.63 2.94 5/313 24969
/proc/meminfo: memFree=12078892/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=76832 CPUtime=162.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28672 0 0 0 16225 4 0 0 25 0 1 0 657818165 78675968 15571 33554432000 4194304 4479436 140735058850624 18446744073709551615 4382604 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19208 15571 382 70 0 16328 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76832

[startup+222.301 s]
/proc/loadavg: 3.93 2.88 3.00 5/313 24971
/proc/meminfo: memFree=12078864/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=76832 CPUtime=222.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28672 0 0 0 22225 4 0 0 25 0 1 0 657818165 78675968 15571 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19208 15571 382 70 0 16328 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76832

[startup+282.301 s]
/proc/loadavg: 3.97 3.08 3.06 5/313 24972
/proc/meminfo: memFree=12078100/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=76832 CPUtime=282.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28672 0 0 0 28225 4 0 0 25 0 1 0 657818165 78675968 15571 33554432000 4194304 4479436 140735058850624 18446744073709551615 4452318 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19208 15571 382 70 0 16328 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 76832

[startup+342.3 s]
/proc/loadavg: 3.99 3.25 3.12 5/313 24974
/proc/meminfo: memFree=12076828/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=76832 CPUtime=342.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28672 0 0 0 34225 4 0 0 25 0 1 0 657818165 78675968 15571 33554432000 4194304 4479436 140735058850624 18446744073709551615 4330535 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19208 15571 382 70 0 16328 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 76832

[startup+402.301 s]
/proc/loadavg: 4.10 3.41 3.18 5/313 24975
/proc/meminfo: memFree=12083116/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=76832 CPUtime=402.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28672 0 0 0 40225 4 0 0 25 0 1 0 657818165 78675968 15571 33554432000 4194304 4479436 140735058850624 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19208 15571 382 70 0 16328 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 76832

[startup+462.3 s]
/proc/loadavg: 4.15 3.55 3.24 5/313 24977
/proc/meminfo: memFree=12076152/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=77684 CPUtime=462.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 28885 0 0 0 46225 4 0 0 25 0 1 0 657818165 79548416 15784 33554432000 4194304 4479436 140735058850624 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 19421 15784 382 70 0 16541 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 77684

[startup+522.301 s]
/proc/loadavg: 4.13 3.64 3.29 5/313 24979
/proc/meminfo: memFree=12065580/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=522.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 52225 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4321305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 94072

[startup+582.3 s]
/proc/loadavg: 4.05 3.71 3.33 5/313 24980
/proc/meminfo: memFree=12053040/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=582.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 58225 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450755 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 94072

[startup+642.301 s]
/proc/loadavg: 4.02 3.76 3.37 5/313 24982
/proc/meminfo: memFree=12050036/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=642.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 64226 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 94072

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.41 5/313 24983
/proc/meminfo: memFree=12056572/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=702.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 70225 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 94072

[startup+762.311 s]
/proc/loadavg: 4.00 3.83 3.44 5/313 24985
/proc/meminfo: memFree=12052708/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=762.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 76226 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 94072

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.47 5/313 24987
/proc/meminfo: memFree=12044380/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=822.29 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 82225 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4380589 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 94072

[startup+882.3 s]
/proc/loadavg: 4.16 3.92 3.51 5/313 24988
/proc/meminfo: memFree=12061468/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=882.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 37078 0 0 0 88226 4 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 94072

[startup+942.301 s]
/proc/loadavg: 4.20 3.96 3.55 5/313 24990
/proc/meminfo: memFree=12053996/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=942.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 41174 0 0 0 94225 5 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 94072

[startup+1002.3 s]
/proc/loadavg: 4.07 3.97 3.58 5/313 24991
/proc/meminfo: memFree=12053216/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1002.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 41174 0 0 0 100225 5 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 94072

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.60 5/313 24993
/proc/meminfo: memFree=12049356/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1062.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 45270 0 0 0 106225 5 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4307031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 94072

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.62 5/313 24995
/proc/meminfo: memFree=12054408/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1122.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 45270 0 0 0 112225 5 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450779 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 94072

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/313 24996
/proc/meminfo: memFree=12057860/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1182.3 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 49366 0 0 0 118224 6 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4451915 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 94072

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/313 24998
/proc/meminfo: memFree=12041956/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1242.31 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 49366 0 0 0 124225 6 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 94072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.68 3/303 25035
/proc/meminfo: memFree=12118468/32950928 swapFree=67083212/67111528
[pid=24937] ppid=24935 vsize=94072 CPUtime=1300.01 cores=5,7
/proc/24937/stat : 24937 (MPhaseSAT64) R 24935 24937 24416 0 -1 4202496 53462 0 0 0 129995 6 0 0 25 0 1 0 657818165 96329728 19881 33554432000 4194304 4479436 140735058850624 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24937/statm: 23518 19881 382 70 0 20638 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 94072

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.02
CPU time (s): 1300.03
CPU user time (s): 1299.96
CPU system time (s): 0.073988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 110456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 16826

runsolver used 3.71743 second user time and 8.49771 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 14:23:05
IDJOB=3375504
IDBENCH=85640
IDSOLVER=1855
FILE ID=node127/3375504-1305462184
RUNJOBID= node127-1305462181-24871
PBS_JOBID= 13324908
Free space on /tmp= 73500 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375504-1305462184/watcher-3375504-1305462184 -o /tmp/evaluation-result-3375504-1305462184/solver-3375504-1305462184 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375504-1305462184.cnf

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

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=1624375690

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.823
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.60
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.823
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:      12184392 kB
Buffers:        314308 kB
Cached:        4093372 kB
SwapCached:       1620 kB
Active:       17546584 kB
Inactive:      2879580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12184392 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           14396 kB
Writeback:           0 kB
AnonPages:    16017072 kB
Mapped:          27736 kB
Slab:           228604 kB
PageTables:      47608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44571412 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= 73500 MiB
End job on node127 at 2011-05-15 14:44:47