Trace number 3310091

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
glueminisat 2.2.5UNSAT 858.928 858.912

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark718.86
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

858.81/858.87	WARNING: for repeatability, setting FPU to use double precision
858.81/858.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3310091-1304002400/watcher-3310091-1304002400 -o /tmp/evaluation-result-3310091-1304002400/solver-3310091-1304002400 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310091-1304002400.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): 5100 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.65 1.93 1.97 4/176 23797
/proc/meminfo: memFree=21891512/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=19548 CPUtime=0 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 698 0 0 0 0 0 0 0 20 0 1 0 511837794 20017152 630 33554432000 4194304 4309791 140735393405824 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 4887 633 215 29 0 1516 0

[startup+0.040289 s]
/proc/loadavg: 1.65 1.93 1.97 4/176 23797
/proc/meminfo: memFree=21891512/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=24612 CPUtime=0.02 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 2537 0 0 0 2 0 0 0 20 0 1 0 511837794 25202688 2277 33554432000 4194304 4309791 140735393405824 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 6153 2277 217 29 0 2782 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24612

[startup+0.100289 s]
/proc/loadavg: 1.65 1.93 1.97 4/176 23797
/proc/meminfo: memFree=21891512/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=35808 CPUtime=0.09 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 5882 0 0 0 8 1 0 0 20 0 1 0 511837794 36667392 5064 33554432000 4194304 4309791 140735393405824 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 8952 5066 217 29 0 5581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35808

[startup+0.300243 s]
/proc/loadavg: 1.65 1.93 1.97 4/176 23797
/proc/meminfo: memFree=21891512/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=77592 CPUtime=0.28 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 17002 0 0 0 26 2 0 0 21 0 1 0 511837794 79454208 14242 33554432000 4194304 4309791 140735393405824 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 19398 14243 217 29 0 16027 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77592

[startup+0.700173 s]
/proc/loadavg: 1.65 1.93 1.97 4/176 23797
/proc/meminfo: memFree=21891512/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=165796 CPUtime=0.68 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 38397 0 0 0 62 6 0 0 22 0 1 0 511837794 169775104 32123 33554432000 4194304 4309791 140735393405824 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 41449 32123 217 29 0 38078 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 165796

[startup+1.50106 s]
/proc/loadavg: 1.65 1.93 1.97 4/178 23799
/proc/meminfo: memFree=21511452/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=320128 CPUtime=1.49 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 79455 0 0 0 136 13 0 0 25 0 1 0 511837794 327811072 69034 33554432000 4194304 4309791 140735393405824 18446744073709551615 4245417 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 80032 69050 217 29 0 76661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 320128

[startup+3.10077 s]
/proc/loadavg: 1.65 1.93 1.97 4/178 23799
/proc/meminfo: memFree=21159292/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=643680 CPUtime=3.09 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 156506 0 0 0 283 26 0 0 25 0 1 0 511837794 659128320 133815 33554432000 4194304 4309791 140735393405824 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 160953 133817 217 29 0 157582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 643680

[startup+6.30117 s]
/proc/loadavg: 1.68 1.93 1.97 4/178 23800
/proc/meminfo: memFree=20542160/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=774380 CPUtime=6.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 212659 0 0 0 594 35 0 0 25 0 1 0 511837794 792965120 179850 33554432000 4194304 4309791 140735393405824 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 193595 179850 223 29 0 190224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 774380

[startup+12.707 s]
/proc/loadavg: 1.87 1.96 1.98 4/178 23800
/proc/meminfo: memFree=20414888/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=803220 CPUtime=12.7 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 224693 0 0 0 1233 37 0 0 25 0 1 0 511837794 822497280 191499 33554432000 4194304 4309791 140735393405824 18446744073709551615 4229159 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 200805 191499 225 29 0 197434 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 803220

[startup+25.5007 s]
/proc/loadavg: 1.89 1.97 1.98 4/178 23800
/proc/meminfo: memFree=20476156/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=999172 CPUtime=25.49 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 239678 0 0 0 2510 39 0 0 25 0 1 0 511837794 1023152128 206038 33554432000 4194304 4309791 140735393405824 18446744073709551615 4226658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 249793 206038 225 29 0 246422 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 999172

[startup+51.1011 s]
/proc/loadavg: 1.93 1.97 1.98 4/178 23801
/proc/meminfo: memFree=20586396/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=51.09 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 289169 0 0 0 5062 47 0 0 25 0 1 0 511837794 829095936 175995 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 175995 245 29 0 199045 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 809664

[startup+102.301 s]
/proc/loadavg: 1.97 1.97 1.98 4/178 23802
/proc/meminfo: memFree=20559472/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=102.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 292149 0 0 0 10181 48 0 0 25 0 1 0 511837794 829095936 178947 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 178947 245 29 0 199045 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 809664

[startup+162.307 s]
/proc/loadavg: 1.99 1.97 1.98 4/178 23804
/proc/meminfo: memFree=20555368/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=162.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 297801 0 0 0 16179 50 0 0 25 0 1 0 511837794 829095936 184542 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 184542 245 29 0 199045 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 809664

[startup+222.301 s]
/proc/loadavg: 2.08 2.00 2.00 4/178 23805
/proc/meminfo: memFree=20510576/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=941924 CPUtime=222.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 303355 0 0 0 22176 53 0 0 25 0 1 0 511837794 964530176 190049 33554432000 4194304 4309791 140735393405824 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 235481 190049 245 29 0 232110 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 941924

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.00 4/178 23807
/proc/meminfo: memFree=20561380/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=282.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 359584 0 0 0 28167 62 0 0 25 0 1 0 511837794 829095936 180754 33554432000 4194304 4309791 140735393405824 18446744073709551615 4252570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 180754 245 29 0 199045 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 809664

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 4/178 23808
/proc/meminfo: memFree=20512876/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=342.29 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 365904 0 0 0 34165 64 0 0 25 0 1 0 511837794 829095936 187024 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 187024 245 29 0 199045 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 809664

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23810
/proc/meminfo: memFree=20525972/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=941924 CPUtime=402.3 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 372200 0 0 0 40163 67 0 0 25 0 1 0 511837794 964530176 193269 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 235481 193269 245 29 0 232110 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 941924

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23821
/proc/meminfo: memFree=20602316/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=462.3 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 429335 0 0 0 46154 76 0 0 25 0 1 0 511837794 829095936 180115 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259483 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 180115 245 29 0 199045 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 809664

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23822
/proc/meminfo: memFree=20555496/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=522.3 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 435388 0 0 0 52153 77 0 0 25 0 1 0 511837794 829095936 186137 33554432000 4194304 4309791 140735393405824 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 186137 245 29 0 199045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 809664

[startup+582.301 s]
/proc/loadavg: 1.61 1.90 1.96 2/172 23841
/proc/meminfo: memFree=21326944/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=941924 CPUtime=582.3 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 441112 0 0 0 58150 80 0 0 25 0 1 0 511837794 964530176 191823 33554432000 4194304 4309791 140735393405824 18446744073709551615 4252112 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 235481 191823 245 29 0 232110 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 941924

[startup+642.3 s]
/proc/loadavg: 1.22 1.74 1.90 2/172 23842
/proc/meminfo: memFree=21403776/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=642.3 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 539560 0 0 0 64134 96 0 0 25 0 1 0 511837794 829095936 172523 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23797/statm: 202416 172523 245 29 0 199045 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 809664

[startup+702.301 s]
/proc/loadavg: 1.12 1.61 1.85 2/172 23847
/proc/meminfo: memFree=21384660/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=702.31 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 544528 0 0 0 70132 99 0 0 25 0 1 0 511837794 829095936 177454 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177454 245 29 0 199045 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 809664

[startup+762.301 s]
/proc/loadavg: 1.10 1.52 1.80 2/172 23849
/proc/meminfo: memFree=21414032/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=762.31 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 587155 0 0 0 76126 105 0 0 25 0 1 0 511837794 829095936 170101 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 170101 245 29 0 199045 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 809664

[startup+822.307 s]
/proc/loadavg: 1.04 1.42 1.74 2/172 23850
/proc/meminfo: memFree=21392792/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=822.31 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 592468 0 0 0 82124 107 0 0 25 0 1 0 511837794 829095936 175369 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 175369 245 29 0 199045 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 809664

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

[startup+845.301 s]
/proc/loadavg: 1.02 1.38 1.72 2/172 23851
/proc/meminfo: memFree=21386328/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=845.31 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 594127 0 0 0 84423 108 0 0 25 0 1 0 511837794 829095936 177007 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177007 245 29 0 199045 0
Current children cumulated CPU time (s) 845.31
Current children cumulated vsize (KiB) 809664

[startup+851.701 s]
/proc/loadavg: 1.02 1.38 1.72 2/172 23851
/proc/meminfo: memFree=21384468/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=851.7 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 594613 0 0 0 85062 108 0 0 25 0 1 0 511837794 829095936 177491 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259296 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177491 245 29 0 199045 0
Current children cumulated CPU time (s) 851.7
Current children cumulated vsize (KiB) 809664

[startup+854.901 s]
/proc/loadavg: 1.02 1.37 1.71 2/172 23851
/proc/meminfo: memFree=21383840/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=854.91 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 594763 0 0 0 85382 109 0 0 25 0 1 0 511837794 829095936 177641 33554432000 4194304 4309791 140735393405824 18446744073709551615 4252450 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177641 245 29 0 199045 0
Current children cumulated CPU time (s) 854.91
Current children cumulated vsize (KiB) 809664

[startup+856.501 s]
/proc/loadavg: 1.02 1.37 1.71 2/172 23851
/proc/meminfo: memFree=21383332/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=856.51 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 594906 0 0 0 85542 109 0 0 25 0 1 0 511837794 829095936 177783 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177783 245 29 0 199045 0
Current children cumulated CPU time (s) 856.51
Current children cumulated vsize (KiB) 809664

[startup+858.1 s]
/proc/loadavg: 1.02 1.37 1.71 2/172 23851
/proc/meminfo: memFree=21382960/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=858.11 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 595029 0 0 0 85702 109 0 0 25 0 1 0 511837794 829095936 177904 33554432000 4194304 4309791 140735393405824 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177904 245 29 0 199045 0
Current children cumulated CPU time (s) 858.11
Current children cumulated vsize (KiB) 809664

[startup+858.5 s]
/proc/loadavg: 1.02 1.37 1.71 2/172 23851
/proc/meminfo: memFree=21382712/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=809664 CPUtime=858.51 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202496 595048 0 0 0 85742 109 0 0 25 0 1 0 511837794 829095936 177923 33554432000 4194304 4309791 140735393405824 18446744073709551615 4259466 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23797/statm: 202416 177923 245 29 0 199045 0
Current children cumulated CPU time (s) 858.51
Current children cumulated vsize (KiB) 809664

[startup+858.9 s]
/proc/loadavg: 1.02 1.37 1.71 2/172 23851
/proc/meminfo: memFree=21382712/32951124 swapFree=67111412/67111528
[pid=23797] ppid=23793 vsize=0 CPUtime=858.91 cores=0,2,4,6
/proc/23797/stat : 23797 (glueminisat) R 23793 23797 23144 0 -1 4202500 595072 0 0 0 85780 111 0 0 25 0 1 0 511837794 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/23797/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 858.91
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 858.912
CPU time (s): 858.928
CPU user time (s): 857.801
CPU system time (s): 1.12783
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1153540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 857.801
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595072
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= 6
involuntary context switches= 957

runsolver used 1.48077 second user time and 3.08953 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-28 16:53:21
IDJOB=3310091
IDBENCH=88158
IDSOLVER=1694
FILE ID=node137/3310091-1304002400
RUNJOBID= node137-1304002400-23780
PBS_JOBID= 13168736
Free space on /tmp= 71212 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310091-1304002400/watcher-3310091-1304002400 -o /tmp/evaluation-result-3310091-1304002400/solver-3310091-1304002400 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310091-1304002400.cnf

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=2080276215

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21892064 kB
Buffers:       1781580 kB
Cached:        8650668 kB
SwapCached:        112 kB
Active:        4621320 kB
Inactive:      5873644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21892064 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          419704 kB
Writeback:           0 kB
AnonPages:       62616 kB
Mapped:          14512 kB
Slab:           500900 kB
PageTables:       4536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187848 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= 71400 MiB
End job on node137 at 2011-04-28 17:07:40