Trace number 3219416

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.02 4999.91

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S655589261-059-UNKNOWN.cnf
MD5SUM7ca36bcba61bdf9cc15c9739d715b3da
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-3219416-1303391292/watcher-3219416-1303391292 -o /tmp/evaluation-result-3219416-1303391292/solver-3219416-1303391292 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219416-1303391292.cnf 

running on 4 cores: 1,3,5,7

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: 1.84 1.97 1.99 2/174 2814
/proc/meminfo: memFree=21545248/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=3640 CPUtime=0 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 431545351 3727360 268 33554432000 134512640 134829744 4293455840 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 910 268 225 78 0 196 0

[startup+0.0738539 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 2814
/proc/meminfo: memFree=21545248/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=5064 CPUtime=0.06 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 2438 0 0 0 6 0 0 0 22 0 1 0 431545351 5185536 773 33554432000 134512640 134829744 4293455840 18446744073709551615 134530358 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 1266 773 241 78 0 552 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5064

[startup+0.100848 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 2814
/proc/meminfo: memFree=21545248/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=7384 CPUtime=0.09 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3325 0 0 0 9 0 0 0 22 0 1 0 431545351 7561216 1368 33554432000 134512640 134829744 4293455840 18446744073709551615 134667808 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 1846 1368 263 78 0 1132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7384

[startup+0.300811 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 2814
/proc/meminfo: memFree=21545248/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=7440 CPUtime=0.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3369 0 0 0 29 0 0 0 23 0 1 0 431545351 7618560 1407 33554432000 134512640 134829744 4293455840 18446744073709551615 134723595 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 1860 1407 270 78 0 1146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7440

[startup+0.700752 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 2814
/proc/meminfo: memFree=21545248/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=8100 CPUtime=0.69 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3521 0 0 0 69 0 0 0 25 0 1 0 431545351 8294400 1559 33554432000 134512640 134829744 4293455840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2025 1559 270 78 0 1311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8100

[startup+1.5006 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 2821
/proc/meminfo: memFree=21517448/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=8500 CPUtime=1.49 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3634 0 0 0 149 0 0 0 25 0 1 0 431545351 8704000 1672 33554432000 134512640 134829744 4293455840 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2125 1672 270 78 0 1411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8500

[startup+3.10032 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 2821
/proc/meminfo: memFree=21515128/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=9940 CPUtime=3.09 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3955 0 0 0 309 0 0 0 25 0 1 0 431545351 10178560 1993 33554432000 134512640 134829744 4293455840 18446744073709551615 134605848 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2485 1993 273 78 0 1771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9940

[startup+6.30076 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 2821
/proc/meminfo: memFree=21508456/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=9940 CPUtime=6.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3955 0 0 0 629 0 0 0 25 0 1 0 431545351 10178560 1993 33554432000 134512640 134829744 4293455840 18446744073709551615 134605747 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2485 1993 273 78 0 1771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9940

[startup+12.7006 s]
/proc/loadavg: 1.86 1.97 1.99 3/178 2821
/proc/meminfo: memFree=21499892/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=9940 CPUtime=12.69 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 3955 0 0 0 1269 0 0 0 25 0 1 0 431545351 10178560 1993 33554432000 134512640 134829744 4293455840 18446744073709551615 134605624 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2485 1993 273 78 0 1771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9940

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/178 2821
/proc/meminfo: memFree=21496916/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=10204 CPUtime=25.49 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4042 0 0 0 2549 0 0 0 25 0 1 0 431545351 10448896 2080 33554432000 134512640 134829744 4293455840 18446744073709551615 134606357 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2551 2080 273 78 0 1837 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10204

[startup+51.1009 s]
/proc/loadavg: 1.93 1.97 1.99 3/178 2822
/proc/meminfo: memFree=21508980/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=10204 CPUtime=51.09 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4042 0 0 0 5109 0 0 0 25 0 1 0 431545351 10448896 2080 33554432000 134512640 134829744 4293455840 18446744073709551615 134606331 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2551 2080 273 78 0 1837 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10204

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/178 2823
/proc/meminfo: memFree=21483676/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=11000 CPUtime=102.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4215 0 0 0 10229 0 0 0 25 0 1 0 431545351 11264000 2253 33554432000 134512640 134829744 4293455840 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 2750 2253 273 78 0 2036 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 11000

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2825
/proc/meminfo: memFree=21482300/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=12196 CPUtime=162.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4523 0 0 0 16229 0 0 0 25 0 1 0 431545351 12488704 2561 33554432000 134512640 134829744 4293455840 18446744073709551615 134605940 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3049 2561 273 78 0 2335 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 12196

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2827
/proc/meminfo: memFree=21469152/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=12988 CPUtime=222.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4705 0 0 0 22229 0 0 0 25 0 1 0 431545351 13299712 2743 33554432000 134512640 134829744 4293455840 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3247 2743 273 78 0 2533 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12988

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2828
/proc/meminfo: memFree=21468496/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=13796 CPUtime=282.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 4885 0 0 0 28229 0 0 0 25 0 1 0 431545351 14127104 2923 33554432000 134512640 134829744 4293455840 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3449 2923 273 78 0 2735 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 13796

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2830
/proc/meminfo: memFree=21466996/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=15252 CPUtime=342.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 5270 0 0 0 34229 0 0 0 25 0 1 0 431545351 15618048 3308 33554432000 134512640 134829744 4293455840 18446744073709551615 134606064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3813 3308 273 78 0 3099 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 15252

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2831
/proc/meminfo: memFree=21466964/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=15400 CPUtime=402.29 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 5298 0 0 0 40229 0 0 0 25 0 1 0 431545351 15769600 3336 33554432000 134512640 134829744 4293455840 18446744073709551615 134606519 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3850 3336 273 78 0 3136 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 15400

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2833
/proc/meminfo: memFree=21466212/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=15560 CPUtime=462.3 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 5331 0 0 0 46230 0 0 0 25 0 1 0 431545351 15933440 3369 33554432000 134512640 134829744 4293455840 18446744073709551615 134606115 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 3890 3369 273 78 0 3176 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 15560

[startup+522.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/178 2834
/proc/meminfo: memFree=21439156/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=16136 CPUtime=522.3 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 5447 0 0 0 52230 0 0 0 25 0 1 0 431545351 16523264 3485 33554432000 134512640 134829744 4293455840 18446744073709551615 134609302 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 4034 3485 273 78 0 3320 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 16136

[startup+582.301 s]
/proc/loadavg: 2.03 1.99 1.99 3/178 2836
/proc/meminfo: memFree=21438632/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=16688 CPUtime=582.3 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 5555 0 0 0 58230 0 0 0 25 0 1 0 431545351 17088512 3593 33554432000 134512640 134829744 4293455840 18446744073709551615 134606602 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 4172 3593 273 78 0 3458 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 16688

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2956
/proc/meminfo: memFree=21320140/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4062.39 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 406238 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 27028

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2957
/proc/meminfo: memFree=21320108/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4122.39 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 412238 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134678548 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 27028

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2959
/proc/meminfo: memFree=21320084/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4182.39 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 418238 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 7778513 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 27028

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2961
/proc/meminfo: memFree=21319932/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4242.39 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 424238 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 7778140 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 27028

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2962
/proc/meminfo: memFree=21320028/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4302.39 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 430238 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 27028

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2964
/proc/meminfo: memFree=21320128/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4362.4 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 436239 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 27028

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2965
/proc/meminfo: memFree=21320112/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4422.4 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 442239 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134661629 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 27028

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2967
/proc/meminfo: memFree=21323448/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4482.4 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 448239 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 27028

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 2969
/proc/meminfo: memFree=21323436/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4542.4 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8209 0 0 0 454239 1 0 0 25 0 1 0 431545351 27676672 6247 33554432000 134512640 134829744 4293455840 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6247 273 78 0 6043 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 27028

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2972
/proc/meminfo: memFree=21323420/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4602.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 460240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134661396 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 27028

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2975
/proc/meminfo: memFree=21322840/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4662.4 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 466239 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134632967 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 27028

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 2977
/proc/meminfo: memFree=21322940/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4722.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 472240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 27028

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2978
/proc/meminfo: memFree=21323172/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4782.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 478240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 27028

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2980
/proc/meminfo: memFree=21323280/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4842.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 484240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 27028

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2981
/proc/meminfo: memFree=21323264/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4902.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 490240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 27028

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2983
/proc/meminfo: memFree=21323380/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=4962.41 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 496240 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 27028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2984
/proc/meminfo: memFree=21323360/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=5000.01 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 500000 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 27028

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2984
/proc/meminfo: memFree=21323360/32951124 swapFree=67111524/67111528
[pid=2814] ppid=2812 vsize=27028 CPUtime=5000.01 cores=1,3,5,7
/proc/2814/stat : 2814 (MPhaseSAT_M) R 2812 2814 2555 0 -1 4202496 8210 0 0 0 500000 1 0 0 25 0 1 0 431545351 27676672 6248 33554432000 134512640 134829744 4293455840 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2814/statm: 6757 6248 273 78 0 6043 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 27028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.02
CPU user time (s): 5000.01
CPU system time (s): 0.013997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 27028

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

runsolver used 6.95294 second user time and 15.7956 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-21 15:08:12
IDJOB=3219416
IDBENCH=82586
IDSOLVER=1637
FILE ID=node144/3219416-1303391292
RUNJOBID= node144-1303386290-2574
PBS_JOBID= 13073123
Free space on /tmp= 71980 MiB

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

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

MD5SUM BENCH= 7ca36bcba61bdf9cc15c9739d715b3da
RANDOM SEED=172628446

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21545652 kB
Buffers:        702800 kB
Cached:       10286488 kB
SwapCached:          4 kB
Active:        1175480 kB
Inactive:      9880052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21545652 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:       65888 kB
Mapped:          14416 kB
Slab:           287680 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188760 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= 71976 MiB
End job on node144 at 2011-04-21 16:31:34