Trace number 3219656

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
MPhaseSAT_M 2011-02-16? (TO) 5000.1 5000.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S894356234-063-UNKNOWN.cnf
MD5SUMc26a52ff3714cab8bc335a81bb8af922
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3219656-1303261613/watcher-3219656-1303261613 -o /tmp/evaluation-result-3219656-1303261613/solver-3219656-1303261613 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219656-1303261613.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 3.54 5.47 2/175 20763
/proc/meminfo: memFree=19758748/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=3640 CPUtime=0 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 437759998 3727360 273 33554432000 134512640 134829744 4294366112 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 910 274 225 78 0 196 0

[startup+0.0235891 s]
/proc/loadavg: 2.01 3.54 5.47 2/175 20763
/proc/meminfo: memFree=19758748/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=3640 CPUtime=0.02 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 431 0 0 0 2 0 0 0 25 0 1 0 437759998 3727360 372 33554432000 134512640 134829744 4294366112 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 910 372 225 78 0 196 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3640

[startup+0.100605 s]
/proc/loadavg: 2.01 3.54 5.47 2/175 20763
/proc/meminfo: memFree=19758748/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=7384 CPUtime=0.09 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 3321 0 0 0 9 0 0 0 25 0 1 0 437759998 7561216 1363 33554432000 134512640 134829744 4294366112 18446744073709551615 134667568 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 1846 1363 263 78 0 1132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7384

[startup+0.300565 s]
/proc/loadavg: 2.01 3.54 5.47 2/175 20763
/proc/meminfo: memFree=19758748/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=7468 CPUtime=0.29 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 3892 0 0 0 29 0 0 0 25 0 1 0 437759998 7647232 1391 33554432000 134512640 134829744 4294366112 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 1867 1391 270 78 0 1153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7468

[startup+0.700492 s]
/proc/loadavg: 2.01 3.54 5.47 2/175 20763
/proc/meminfo: memFree=19758748/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=8128 CPUtime=0.69 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4061 0 0 0 69 0 0 0 25 0 1 0 437759998 8323072 1560 33554432000 134512640 134829744 4294366112 18446744073709551615 8712530 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2032 1560 270 78 0 1318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8128

[startup+1.50036 s]
/proc/loadavg: 2.01 3.52 5.45 3/176 20764
/proc/meminfo: memFree=19753788/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=8656 CPUtime=1.49 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4180 0 0 0 149 0 0 0 25 0 1 0 437759998 8863744 1679 33554432000 134512640 134829744 4294366112 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2164 1679 270 78 0 1450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8656

[startup+3.10105 s]
/proc/loadavg: 2.01 3.52 5.45 3/176 20764
/proc/meminfo: memFree=19751804/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=9956 CPUtime=3.09 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4493 0 0 0 309 0 0 0 25 0 1 0 437759998 10194944 1992 33554432000 134512640 134829744 4294366112 18446744073709551615 134606082 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2489 1992 273 78 0 1775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9956

[startup+6.30053 s]
/proc/loadavg: 2.01 3.52 5.45 3/176 20764
/proc/meminfo: memFree=19751796/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=9956 CPUtime=6.29 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4493 0 0 0 629 0 0 0 25 0 1 0 437759998 10194944 1992 33554432000 134512640 134829744 4294366112 18446744073709551615 134605742 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2489 1992 273 78 0 1775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9956

[startup+12.7004 s]
/proc/loadavg: 2.01 3.47 5.41 3/176 20764
/proc/meminfo: memFree=19747736/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=9956 CPUtime=12.69 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4493 0 0 0 1269 0 0 0 25 0 1 0 437759998 10194944 1992 33554432000 134512640 134829744 4294366112 18446744073709551615 134606312 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2489 1992 273 78 0 1775 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9956

[startup+25.5002 s]
/proc/loadavg: 2.01 3.42 5.37 3/176 20765
/proc/meminfo: memFree=19747360/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=10296 CPUtime=25.49 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4599 0 0 0 2549 0 0 0 25 0 1 0 437759998 10543104 2098 33554432000 134512640 134829744 4294366112 18446744073709551615 134605253 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2574 2098 273 78 0 1860 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10296

[startup+51.1008 s]
/proc/loadavg: 2.00 3.30 5.28 3/176 20765
/proc/meminfo: memFree=19747336/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=10288 CPUtime=51.09 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4599 0 0 0 5109 0 0 0 25 0 1 0 437759998 10534912 2098 33554432000 134512640 134829744 4294366112 18446744073709551615 134606602 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2572 2098 273 78 0 1858 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10288

[startup+102.306 s]
/proc/loadavg: 2.00 3.08 5.09 3/176 20767
/proc/meminfo: memFree=19746344/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=10948 CPUtime=102.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 4755 0 0 0 10230 0 0 0 25 0 1 0 437759998 11210752 2254 33554432000 134512640 134829744 4294366112 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 2737 2254 273 78 0 2023 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10948

[startup+162.301 s]
/proc/loadavg: 2.00 2.88 4.89 3/176 20768
/proc/meminfo: memFree=19745100/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=12156 CPUtime=162.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5054 0 0 0 16230 0 0 0 25 0 1 0 437759998 12447744 2553 33554432000 134512640 134829744 4294366112 18446744073709551615 134605786 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3039 2553 273 78 0 2325 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 12156

[startup+222.3 s]
/proc/loadavg: 2.00 2.72 4.71 3/176 20770
/proc/meminfo: memFree=19744352/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=13132 CPUtime=222.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5261 0 0 0 22230 0 0 0 25 0 1 0 437759998 13447168 2760 33554432000 134512640 134829744 4294366112 18446744073709551615 134723661 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3283 2760 273 78 0 2569 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 13132

[startup+282.301 s]
/proc/loadavg: 2.00 2.58 4.54 3/176 20772
/proc/meminfo: memFree=19743604/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=13796 CPUtime=282.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5421 0 0 0 28230 0 0 0 25 0 1 0 437759998 14127104 2920 33554432000 134512640 134829744 4294366112 18446744073709551615 134605786 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3449 2920 273 78 0 2735 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 13796

[startup+342.301 s]
/proc/loadavg: 2.00 2.48 4.38 3/176 20773
/proc/meminfo: memFree=19742860/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=14608 CPUtime=342.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5621 0 0 0 34230 0 0 0 25 0 1 0 437759998 14958592 3120 33554432000 134512640 134829744 4294366112 18446744073709551615 134606621 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3652 3120 273 78 0 2938 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 14608

[startup+402.3 s]
/proc/loadavg: 2.00 2.39 4.22 3/176 20775
/proc/meminfo: memFree=19742360/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=15020 CPUtime=402.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5729 0 0 0 40230 0 0 0 25 0 1 0 437759998 15380480 3228 33554432000 134512640 134829744 4294366112 18446744073709551615 134723353 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3755 3228 273 78 0 3041 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 15020

[startup+462.301 s]
/proc/loadavg: 2.00 2.31 4.08 3/176 20776
/proc/meminfo: memFree=19741616/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=15440 CPUtime=462.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5829 0 0 0 46230 0 0 0 25 0 1 0 437759998 15810560 3328 33554432000 134512640 134829744 4294366112 18446744073709551615 134605624 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 3860 3328 273 78 0 3146 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 15440

[startup+522.301 s]
/proc/loadavg: 2.00 2.25 3.95 3/176 20778
/proc/meminfo: memFree=19740860/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=16156 CPUtime=522.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 5989 0 0 0 52230 0 0 0 25 0 1 0 437759998 16543744 3488 33554432000 134512640 134829744 4294366112 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 4039 3488 273 78 0 3325 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 16156

[startup+582.3 s]
/proc/loadavg: 2.00 2.20 3.82 3/176 20780
/proc/meminfo: memFree=19740108/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=16584 CPUtime=582.3 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 6069 0 0 0 58230 0 0 0 25 0 1 0 437759998 16982016 3568 33554432000 134512640 134829744 4294366112 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 4146 3568 273 78 0 3432 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 16584

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 21353
/proc/meminfo: memFree=19721320/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4002.36 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8487 0 0 0 400235 1 0 0 25 0 1 0 437759998 25546752 5730 33554432000 134512640 134829744 4294366112 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5730 273 78 0 5523 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 24948

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 21354
/proc/meminfo: memFree=19721192/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4062.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8498 0 0 0 406236 1 0 0 25 0 1 0 437759998 25546752 5741 33554432000 134512640 134829744 4294366112 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5741 273 78 0 5523 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 24948

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21356
/proc/meminfo: memFree=19720940/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4122.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8498 0 0 0 412236 1 0 0 25 0 1 0 437759998 25546752 5741 33554432000 134512640 134829744 4294366112 18446744073709551615 134678501 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5741 273 78 0 5523 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 24948

[startup+4182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 21358
/proc/meminfo: memFree=19721056/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4182.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8498 0 0 0 418236 1 0 0 25 0 1 0 437759998 25546752 5741 33554432000 134512640 134829744 4294366112 18446744073709551615 134661598 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5741 273 78 0 5523 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 24948

[startup+4242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21359
/proc/meminfo: memFree=19721176/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4242.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8498 0 0 0 424236 1 0 0 25 0 1 0 437759998 25546752 5741 33554432000 134512640 134829744 4294366112 18446744073709551615 8712025 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5741 273 78 0 5523 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 24948

[startup+4302.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 21361
/proc/meminfo: memFree=19721036/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4302.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8498 0 0 0 430236 1 0 0 25 0 1 0 437759998 25546752 5741 33554432000 134512640 134829744 4294366112 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5741 273 78 0 5523 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 24948

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 21362
/proc/meminfo: memFree=19721024/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4362.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8499 0 0 0 436236 1 0 0 25 0 1 0 437759998 25546752 5742 33554432000 134512640 134829744 4294366112 18446744073709551615 134722610 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5742 273 78 0 5523 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 24948

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 21364
/proc/meminfo: memFree=19720636/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4422.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8503 0 0 0 442236 1 0 0 25 0 1 0 437759998 25546752 5746 33554432000 134512640 134829744 4294366112 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5746 273 78 0 5523 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 24948

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21366
/proc/meminfo: memFree=19720620/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4482.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8503 0 0 0 448236 1 0 0 25 0 1 0 437759998 25546752 5746 33554432000 134512640 134829744 4294366112 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5746 273 78 0 5523 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 24948

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21367
/proc/meminfo: memFree=19720728/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4542.37 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8503 0 0 0 454236 1 0 0 25 0 1 0 437759998 25546752 5746 33554432000 134512640 134829744 4294366112 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5746 273 78 0 5523 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 24948

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21369
/proc/meminfo: memFree=19720592/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4602.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8503 0 0 0 460237 1 0 0 25 0 1 0 437759998 25546752 5746 33554432000 134512640 134829744 4294366112 18446744073709551615 134724582 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5746 273 78 0 5523 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 24948

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21370
/proc/meminfo: memFree=19720468/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=24948 CPUtime=4662.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8503 0 0 0 466237 1 0 0 25 0 1 0 437759998 25546752 5746 33554432000 134512640 134829744 4294366112 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6237 5746 273 78 0 5523 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 24948

[startup+4722.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/176 21400
/proc/meminfo: memFree=19701384/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25000 CPUtime=4722.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8517 0 0 0 472237 1 0 0 25 0 1 0 437759998 25600000 5760 33554432000 134512640 134829744 4294366112 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6250 5760 273 78 0 5536 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 25000

[startup+4782.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/176 21402
/proc/meminfo: memFree=19691456/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25000 CPUtime=4782.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8517 0 0 0 478237 1 0 0 25 0 1 0 437759998 25600000 5760 33554432000 134512640 134829744 4294366112 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6250 5760 273 78 0 5536 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 25000

[startup+4842.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 21403
/proc/meminfo: memFree=19681412/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25000 CPUtime=4842.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8517 0 0 0 484237 1 0 0 25 0 1 0 437759998 25600000 5760 33554432000 134512640 134829744 4294366112 18446744073709551615 134669383 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6250 5760 273 78 0 5536 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 25000

[startup+4902.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 21405
/proc/meminfo: memFree=19681400/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25292 CPUtime=4902.38 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8574 0 0 0 490237 1 0 0 25 0 1 0 437759998 25899008 5817 33554432000 134512640 134829744 4294366112 18446744073709551615 134657829 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6323 5817 273 78 0 5609 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 25292

[startup+4962.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 21406
/proc/meminfo: memFree=19667992/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25000 CPUtime=4962.39 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8574 0 0 0 496238 1 0 0 25 0 1 0 437759998 25600000 5766 33554432000 134512640 134829744 4294366112 18446744073709551615 134720009 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6250 5766 273 78 0 5536 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 25000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 21407
/proc/meminfo: memFree=19667872/32951132 swapFree=67111528/67111528
[pid=20763] ppid=20761 vsize=25000 CPUtime=5000.09 cores=0,2,4,6
/proc/20763/stat : 20763 (MPhaseSAT_M) R 20761 20763 20659 0 -1 4202496 8574 0 0 0 500008 1 0 0 25 0 1 0 437759998 25600000 5766 33554432000 134512640 134829744 4294366112 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/20763/statm: 6250 5766 273 78 0 5536 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 25000

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): 5000.01
CPU time (s): 5000.1
CPU user time (s): 5000.08
CPU system time (s): 0.019996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 25616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.08
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8574
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= 15
involuntary context switches= 57989

runsolver used 7.37388 second user time and 15.3797 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-20 03:06:54
IDJOB=3219656
IDBENCH=82626
IDSOLVER=1637
FILE ID=node128/3219656-1303261613
RUNJOBID= node128-1303261267-20677
PBS_JOBID= 13049522
Free space on /tmp= 73008 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S894356234-063-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219656-1303261613/watcher-3219656-1303261613 -o /tmp/evaluation-result-3219656-1303261613/solver-3219656-1303261613 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219656-1303261613.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c26a52ff3714cab8bc335a81bb8af922
RANDOM SEED=1333218467

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19759028 kB
Buffers:        571620 kB
Cached:       12229416 kB
SwapCached:          0 kB
Active:        7791480 kB
Inactive:      5088160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19759028 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:       77684 kB
Mapped:          16720 kB
Slab:           251384 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   219468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73004 MiB
End job on node128 at 2011-04-20 04:30:16