Trace number 3219614

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.09 5000.01

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S1787347746-067-UNKNOWN.cnf
MD5SUM327a5393de6dbdcaf85af71880caf3c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8569
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
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 515000
Number of clauses of size over 50

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-3219614-1303260579/watcher-3219614-1303260579 -o /tmp/evaluation-result-3219614-1303260579/solver-3219614-1303260579 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219614-1303260579.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: 7.43 7.89 7.96 3/174 11296
/proc/meminfo: memFree=15760616/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=1744 CPUtime=0 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) D 11294 11296 11264 0 -1 4194304 88 0 0 0 0 0 0 0 23 0 1 0 418474150 1785856 42 33554432000 134512640 134829744 4293663872 18446744073709551615 10562727 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/11296/statm: 436 42 33 78 0 31 0

[startup+0.101624 s]
/proc/loadavg: 7.43 7.89 7.96 3/174 11296
/proc/meminfo: memFree=15760616/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=5380 CPUtime=0.05 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1006 0 1 0 5 0 0 0 23 0 1 0 418474150 5509120 873 33554432000 134512640 134829744 4293663872 18446744073709551615 134651771 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 1345 873 259 78 0 631 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5380

[startup+0.200604 s]
/proc/loadavg: 7.43 7.89 7.96 3/174 11296
/proc/meminfo: memFree=15760616/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=6040 CPUtime=0.15 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1168 0 1 0 15 0 0 0 23 0 1 0 418474150 6184960 1034 33554432000 134512640 134829744 4293663872 18446744073709551615 11032060 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 1510 1034 272 78 0 796 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 6040

[startup+0.300586 s]
/proc/loadavg: 7.43 7.89 7.96 3/174 11296
/proc/meminfo: memFree=15760616/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=6568 CPUtime=0.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1314 0 1 0 25 0 0 0 24 0 1 0 418474150 6725632 1180 33554432000 134512640 134829744 4293663872 18446744073709551615 11032060 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 1642 1180 272 78 0 928 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 6568

[startup+0.70052 s]
/proc/loadavg: 7.43 7.89 7.96 3/174 11296
/proc/meminfo: memFree=15760616/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=7228 CPUtime=0.65 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1487 0 1 0 65 0 0 0 25 0 1 0 418474150 7401472 1353 33554432000 134512640 134829744 4293663872 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 1807 1353 272 78 0 1093 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 7228

[startup+1.50033 s]
/proc/loadavg: 6.99 7.80 7.93 3/178 11303
/proc/meminfo: memFree=15748764/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=7756 CPUtime=1.45 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1614 0 1 0 145 0 0 0 25 0 1 0 418474150 7942144 1480 33554432000 134512640 134829744 4293663872 18446744073709551615 134722595 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 1939 1480 272 78 0 1225 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 7756

[startup+3.10107 s]
/proc/loadavg: 6.99 7.80 7.93 3/178 11303
/proc/meminfo: memFree=15746408/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=8680 CPUtime=3.05 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 1832 0 1 0 305 0 0 0 25 0 1 0 418474150 8888320 1698 33554432000 134512640 134829744 4293663872 18446744073709551615 134657550 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2170 1698 272 78 0 1456 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 8680

[startup+6.3005 s]
/proc/loadavg: 6.59 7.70 7.90 3/178 11304
/proc/meminfo: memFree=15743592/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=9472 CPUtime=6.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2042 0 1 0 625 0 0 0 25 0 1 0 418474150 9699328 1908 33554432000 134512640 134829744 4293663872 18446744073709551615 134678497 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2368 1908 272 78 0 1654 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 9472

[startup+12.7004 s]
/proc/loadavg: 6.22 7.60 7.87 3/178 11304
/proc/meminfo: memFree=15742448/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=10668 CPUtime=12.65 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2324 0 1 0 1265 0 0 0 25 0 1 0 418474150 10924032 2190 33554432000 134512640 134829744 4293663872 18446744073709551615 134633356 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2667 2190 277 78 0 1953 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10668

[startup+25.5011 s]
/proc/loadavg: 5.29 7.33 7.77 3/178 11304
/proc/meminfo: memFree=15743240/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=10668 CPUtime=25.45 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2327 0 1 0 2545 0 0 0 25 0 1 0 418474150 10924032 2193 33554432000 134512640 134829744 4293663872 18446744073709551615 134606084 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2667 2193 280 78 0 1953 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10668

[startup+51.1005 s]
/proc/loadavg: 4.16 6.90 7.62 3/178 11305
/proc/meminfo: memFree=15743408/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=10668 CPUtime=51.05 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2327 0 1 0 5105 0 0 0 25 0 1 0 418474150 10924032 2193 33554432000 134512640 134829744 4293663872 18446744073709551615 134605882 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2667 2193 280 78 0 1953 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10668

[startup+102.3 s]
/proc/loadavg: 2.94 6.14 7.32 3/178 11306
/proc/meminfo: memFree=15741268/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=11592 CPUtime=102.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2581 0 1 0 10225 0 0 0 25 0 1 0 418474150 11870208 2447 33554432000 134512640 134829744 4293663872 18446744073709551615 134606585 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 2898 2447 280 78 0 2184 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11592

[startup+162.301 s]
/proc/loadavg: 2.34 5.38 6.98 3/178 11308
/proc/meminfo: memFree=15739360/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=12120 CPUtime=162.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2688 0 1 0 16225 0 0 0 25 0 1 0 418474150 12410880 2554 33554432000 134512640 134829744 4293663872 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3030 2554 280 78 0 2316 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12120

[startup+222.306 s]
/proc/loadavg: 2.12 4.77 6.67 3/178 11309
/proc/meminfo: memFree=15737324/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=13312 CPUtime=222.26 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 2986 0 1 0 22226 0 0 0 25 0 1 0 418474150 13631488 2852 33554432000 134512640 134829744 4293663872 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3328 2852 280 78 0 2614 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 13312

[startup+282.3 s]
/proc/loadavg: 2.04 4.26 6.37 3/178 11311
/proc/meminfo: memFree=15733308/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=13708 CPUtime=282.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3109 0 1 0 28225 0 0 0 25 0 1 0 418474150 14036992 2975 33554432000 134512640 134829744 4293663872 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3427 2975 280 78 0 2713 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 13708

[startup+342.3 s]
/proc/loadavg: 2.01 3.85 6.10 3/178 11312
/proc/meminfo: memFree=15732880/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=14236 CPUtime=342.25 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3233 0 1 0 34225 0 0 0 25 0 1 0 418474150 14577664 3099 33554432000 134512640 134829744 4293663872 18446744073709551615 134606617 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3559 3099 280 78 0 2845 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 14236

[startup+402.301 s]
/proc/loadavg: 2.07 3.52 5.84 3/178 11314
/proc/meminfo: memFree=15729988/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=14368 CPUtime=402.26 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3254 0 1 0 40226 0 0 0 25 0 1 0 418474150 14712832 3120 33554432000 134512640 134829744 4293663872 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3592 3120 280 78 0 2878 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 14368

[startup+462.301 s]
/proc/loadavg: 2.02 3.24 5.60 3/178 11316
/proc/meminfo: memFree=15729812/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=14636 CPUtime=462.26 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3336 0 1 0 46226 0 0 0 25 0 1 0 418474150 14987264 3202 33554432000 134512640 134829744 4293663872 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3659 3202 280 78 0 2945 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 14636

[startup+522.3 s]
/proc/loadavg: 2.01 3.01 5.37 3/178 11317
/proc/meminfo: memFree=15729268/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=15164 CPUtime=522.26 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3462 0 1 0 52226 0 0 0 25 0 1 0 418474150 15527936 3328 33554432000 134512640 134829744 4293663872 18446744073709551615 134606656 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 3791 3328 280 78 0 3077 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 15164

[startup+582.301 s]
/proc/loadavg: 2.00 2.83 5.16 3/178 11319
/proc/meminfo: memFree=15728100/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=16220 CPUtime=582.26 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 3715 0 1 0 58226 0 0 0 25 0 1 0 418474150 16609280 3581 33554432000 134512640 134829744 4293663872 18446744073709551615 134605814 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/11296/statm: 4055 3581 280 78 0 3341 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 16220

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 11424
/proc/meminfo: memFree=15698864/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=27432 CPUtime=4062.35 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6469 0 1 0 406231 4 0 0 25 0 1 0 418474150 28090368 6335 33554432000 134512640 134829744 4293663872 18446744073709551615 134679850 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 6858 6335 280 78 0 6144 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 27432

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/178 11425
/proc/meminfo: memFree=15698824/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=27432 CPUtime=4122.35 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6500 0 1 0 412230 5 0 0 25 0 1 0 418474150 28090368 6366 33554432000 134512640 134829744 4293663872 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 6858 6366 280 78 0 6144 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 27432

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 11427
/proc/meminfo: memFree=15698400/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=27984 CPUtime=4182.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6614 0 1 0 418231 5 0 0 25 0 1 0 418474150 28655616 6480 33554432000 134512640 134829744 4293663872 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 6996 6480 280 78 0 6282 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 27984

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 11428
/proc/meminfo: memFree=15697732/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=28688 CPUtime=4242.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6774 0 1 0 424231 5 0 0 25 0 1 0 418474150 29376512 6640 33554432000 134512640 134829744 4293663872 18446744073709551615 134678548 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7172 6640 280 78 0 6458 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 28688

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 11439
/proc/meminfo: memFree=15697328/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=28964 CPUtime=4302.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6855 0 1 0 430231 5 0 0 25 0 1 0 418474150 29659136 6721 33554432000 134512640 134829744 4293663872 18446744073709551615 134723544 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7241 6721 280 78 0 6527 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 28964

[startup+4362.3 s]
/proc/loadavg: 2.09 2.03 2.03 3/178 11911
/proc/meminfo: memFree=15698032/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=29524 CPUtime=4362.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 6955 0 1 0 436231 5 0 0 25 0 1 0 418474150 30232576 6821 33554432000 134512640 134829744 4293663872 18446744073709551615 134661620 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7381 6821 280 78 0 6667 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 29524

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.02 3/178 11912
/proc/meminfo: memFree=15699688/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=29820 CPUtime=4422.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7026 0 1 0 442231 5 0 0 25 0 1 0 418474150 30535680 6892 33554432000 134512640 134829744 4293663872 18446744073709551615 11061214 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7455 6892 280 78 0 6741 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 29820

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/178 11914
/proc/meminfo: memFree=15699016/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=30652 CPUtime=4482.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7198 0 1 0 448231 5 0 0 25 0 1 0 418474150 31387648 7064 33554432000 134512640 134829744 4293663872 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7663 7064 280 78 0 6949 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 30652

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/178 11915
/proc/meminfo: memFree=15698360/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=31228 CPUtime=4542.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7327 0 1 0 454231 5 0 0 25 0 1 0 418474150 31977472 7193 33554432000 134512640 134829744 4293663872 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7807 7193 280 78 0 7093 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 31228

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11917
/proc/meminfo: memFree=15698324/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=31516 CPUtime=4602.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7379 0 1 0 460231 5 0 0 25 0 1 0 418474150 32272384 7245 33554432000 134512640 134829744 4293663872 18446744073709551615 134724620 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7879 7245 280 78 0 7165 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 31516

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11919
/proc/meminfo: memFree=15697920/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=31804 CPUtime=4662.36 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7443 0 1 0 466231 5 0 0 25 0 1 0 418474150 32567296 7309 33554432000 134512640 134829744 4293663872 18446744073709551615 134722597 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7951 7309 280 78 0 7237 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 31804

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11920
/proc/meminfo: memFree=15697876/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=31948 CPUtime=4722.37 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7465 0 1 0 472231 6 0 0 25 0 1 0 418474150 32714752 7331 33554432000 134512640 134829744 4293663872 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 7987 7331 280 78 0 7273 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 31948

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11922
/proc/meminfo: memFree=15697716/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=32228 CPUtime=4782.37 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7541 0 1 0 478231 6 0 0 25 0 1 0 418474150 33001472 7407 33554432000 134512640 134829744 4293663872 18446744073709551615 134661860 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8057 7407 280 78 0 7343 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 32228

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11923
/proc/meminfo: memFree=15697540/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=32516 CPUtime=4842.38 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7600 0 1 0 484232 6 0 0 25 0 1 0 418474150 33296384 7466 33554432000 134512640 134829744 4293663872 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8129 7466 280 78 0 7415 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 32516

[startup+4902.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 11925
/proc/meminfo: memFree=15697252/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=32804 CPUtime=4902.37 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7669 0 1 0 490231 6 0 0 25 0 1 0 418474150 33591296 7535 33554432000 134512640 134829744 4293663872 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8201 7535 280 78 0 7487 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 32804

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 11927
/proc/meminfo: memFree=15696828/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=33236 CPUtime=4962.37 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 7748 0 1 0 496231 6 0 0 25 0 1 0 418474150 34033664 7614 33554432000 134512640 134829744 4293663872 18446744073709551615 134722416 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8309 7614 280 78 0 7595 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 33236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 11929
/proc/meminfo: memFree=15733020/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=34820 CPUtime=5000.08 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 8161 0 1 0 500002 6 0 0 25 0 1 0 418474150 35655680 8027 33554432000 134512640 134829744 4293663872 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8705 8027 280 78 0 7991 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 34820

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

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

[startup+5000 s]
/proc/loadavg: 2.01 2.00 2.00 2/177 11929
/proc/meminfo: memFree=15733020/32951124 swapFree=67111528/67111528
[pid=11296] ppid=11294 vsize=34820 CPUtime=5000.08 cores=0,2,4,6
/proc/11296/stat : 11296 (MPhaseSAT_M) R 11294 11296 11264 0 -1 4202496 8161 0 1 0 500002 6 0 0 25 0 1 0 418474150 35655680 8027 33554432000 134512640 134829744 4293663872 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 3
/proc/11296/statm: 8705 8027 280 78 0 7991 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 34820

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8161
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 53328

runsolver used 7.69883 second user time and 15.1547 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-20 02:49:39
IDJOB=3219614
IDBENCH=82619
IDSOLVER=1637
FILE ID=node146/3219614-1303260579
RUNJOBID= node146-1303260579-11282
PBS_JOBID= 13049521
Free space on /tmp= 72836 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S1787347746-067-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219614-1303260579/watcher-3219614-1303260579 -o /tmp/evaluation-result-3219614-1303260579/solver-3219614-1303260579 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219614-1303260579.cnf

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

MD5SUM BENCH= 327a5393de6dbdcaf85af71880caf3c5
RANDOM SEED=787144294

node146.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.830
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.66
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.830
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.830
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.830
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15761020 kB
Buffers:        702896 kB
Cached:       16073832 kB
SwapCached:          0 kB
Active:        7950168 kB
Inactive:      8892700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15761020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:       66120 kB
Mapped:          14488 kB
Slab:           282452 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186076 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= 72840 MiB
End job on node146 at 2011-04-20 04:13:01