Trace number 3309269

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 2501.69 2501.62

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark642.926
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

2501.66/2501.61	WARNING: for repeatability, setting FPU to use double precision
2501.66/2501.61	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-3309269-1303987382/watcher-3309269-1303987382 -o /tmp/evaluation-result-3309269-1303987382/solver-3309269-1303987382 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309269-1303987382.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.73 2.69 2.78 2/181 24033
/proc/meminfo: memFree=17102000/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=19672 CPUtime=0 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 510336091 20144128 453 33554432000 4194304 4309791 140736642242816 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 4918 459 223 29 0 1547 0

[startup+0.0388561 s]
/proc/loadavg: 1.73 2.69 2.78 2/181 24033
/proc/meminfo: memFree=17102000/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=15584 CPUtime=0.03 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 600 0 0 0 3 0 0 0 23 0 1 0 510336091 15958016 498 33554432000 4194304 4309791 140736642242816 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 3896 498 239 29 0 525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15584

[startup+0.10087 s]
/proc/loadavg: 1.73 2.69 2.78 2/181 24033
/proc/meminfo: memFree=17102000/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=15968 CPUtime=0.09 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 677 0 0 0 9 0 0 0 23 0 1 0 510336091 16351232 573 33554432000 4194304 4309791 140736642242816 18446744073709551615 4278346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 3992 573 241 29 0 621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15968

[startup+0.300838 s]
/proc/loadavg: 1.73 2.69 2.78 2/181 24033
/proc/meminfo: memFree=17102000/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=17064 CPUtime=0.29 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 939 0 0 0 29 0 0 0 25 0 1 0 510336091 17473536 834 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 4266 834 241 29 0 895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17064

[startup+0.700765 s]
/proc/loadavg: 1.73 2.69 2.78 2/181 24033
/proc/meminfo: memFree=17102000/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=19352 CPUtime=0.69 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 1332 0 0 0 69 0 0 0 25 0 1 0 510336091 19816448 1216 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 4838 1216 241 29 0 1467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19352

[startup+1.50062 s]
/proc/loadavg: 1.75 2.68 2.77 3/182 24034
/proc/meminfo: memFree=17094808/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=20412 CPUtime=1.49 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 1784 0 0 0 149 0 0 0 25 0 1 0 510336091 20901888 1665 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 5103 1665 241 29 0 1732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20412

[startup+3.1003 s]
/proc/loadavg: 1.75 2.68 2.77 3/182 24034
/proc/meminfo: memFree=17092328/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=24764 CPUtime=3.09 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 2447 0 0 0 309 0 0 0 25 0 1 0 510336091 25358336 2299 33554432000 4194304 4309791 140736642242816 18446744073709551615 4276064 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 6191 2299 241 29 0 2820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24764

[startup+6.30075 s]
/proc/loadavg: 1.77 2.67 2.77 3/182 24034
/proc/meminfo: memFree=17087540/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=22272 CPUtime=6.29 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 3554 0 0 0 629 0 0 0 25 0 1 0 510336091 22806528 1856 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 5568 1856 242 29 0 2197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22272

[startup+12.7006 s]
/proc/loadavg: 1.79 2.65 2.76 3/182 24035
/proc/meminfo: memFree=17076812/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=33904 CPUtime=12.69 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 6585 0 0 0 1269 0 0 0 25 0 1 0 510336091 34717696 3666 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 8476 3666 242 29 0 5105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33904

[startup+25.5002 s]
/proc/loadavg: 1.82 2.63 2.75 3/182 24035
/proc/meminfo: memFree=17067680/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=33904 CPUtime=25.49 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 7955 0 0 0 2549 0 0 0 25 0 1 0 510336091 34717696 4977 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24033/statm: 8476 4977 242 29 0 5105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33904

[startup+51.1006 s]
/proc/loadavg: 1.94 2.59 2.73 3/182 24036
/proc/meminfo: memFree=17056468/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=36648 CPUtime=51.09 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 8791 0 0 0 5109 0 0 0 25 0 1 0 510336091 37527552 5758 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 9162 5758 242 29 0 5791 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36648

[startup+102.306 s]
/proc/loadavg: 1.97 2.49 2.69 3/182 24037
/proc/meminfo: memFree=17034760/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=45992 CPUtime=102.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 16867 0 0 0 10228 2 0 0 25 0 1 0 510336091 47095808 8094 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259184 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 11498 8094 242 29 0 8127 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 45992

[startup+162.3 s]
/proc/loadavg: 1.99 2.40 2.65 3/182 24066
/proc/meminfo: memFree=16965972/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=64664 CPUtime=162.29 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 17240 0 0 0 16227 2 0 0 25 0 1 0 510336091 66215936 8454 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 16166 8454 242 29 0 12795 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 64664

[startup+222.3 s]
/proc/loadavg: 2.04 2.34 2.61 3/182 24067
/proc/meminfo: memFree=16945720/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=64664 CPUtime=222.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 17855 0 0 0 22227 3 0 0 25 0 1 0 510336091 66215936 9054 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 16166 9054 242 29 0 12795 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 64664

[startup+282.301 s]
/proc/loadavg: 2.01 2.28 2.57 3/182 24069
/proc/meminfo: memFree=16914696/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=64664 CPUtime=282.29 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 21289 0 0 0 28226 3 0 0 25 0 1 0 510336091 66215936 12349 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 16166 12349 242 29 0 12795 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 64664

[startup+342.301 s]
/proc/loadavg: 2.00 2.22 2.53 3/182 24070
/proc/meminfo: memFree=16912560/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=64664 CPUtime=342.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 21314 0 0 0 34227 3 0 0 25 0 1 0 510336091 66215936 12373 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 16166 12373 242 29 0 12795 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 64664

[startup+402.301 s]
/proc/loadavg: 2.00 2.18 2.49 3/182 24072
/proc/meminfo: memFree=16904480/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=71820 CPUtime=402.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 23526 0 0 0 40226 4 0 0 25 0 1 0 510336091 73543680 14453 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 17955 14453 242 29 0 14584 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71820

[startup+462.301 s]
/proc/loadavg: 2.00 2.14 2.46 3/182 24074
/proc/meminfo: memFree=16903716/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=71820 CPUtime=462.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 23644 0 0 0 46226 4 0 0 25 0 1 0 510336091 73543680 14567 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 17955 14567 242 29 0 14584 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71820

[startup+522.301 s]
/proc/loadavg: 2.00 2.12 2.43 3/182 24075
/proc/meminfo: memFree=16903320/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=71820 CPUtime=522.31 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 23644 0 0 0 52227 4 0 0 25 0 1 0 510336091 73543680 14567 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 17955 14567 242 29 0 14584 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 71820

[startup+582.301 s]
/proc/loadavg: 2.00 2.09 2.40 3/182 24077
/proc/meminfo: memFree=16854812/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=72132 CPUtime=582.3 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 28526 0 0 0 58226 4 0 0 25 0 1 0 510336091 73863168 14568 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 18033 14568 242 29 0 14662 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72132

[startup+642.301 s]

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

/proc/meminfo: memFree=16747052/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=1902.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 35986 0 0 0 190224 11 0 0 25 0 1 0 510336091 104939520 21769 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21769 242 29 0 22249 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 102480

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/182 24126
/proc/meminfo: memFree=16840396/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=1962.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 35986 0 0 0 196224 11 0 0 25 0 1 0 510336091 104939520 21769 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21769 242 29 0 22249 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 102480

[startup+2022.3 s]
/proc/loadavg: 2.04 2.03 2.08 3/182 24127
/proc/meminfo: memFree=16784948/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2022.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 202224 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2022.35
Current children cumulated vsize (KiB) 102480

[startup+2082.31 s]
/proc/loadavg: 2.01 2.02 2.08 3/182 24129
/proc/meminfo: memFree=16751804/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2082.36 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 208225 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2082.36
Current children cumulated vsize (KiB) 102480

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/182 24130
/proc/meminfo: memFree=16724880/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2142.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 214224 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2142.35
Current children cumulated vsize (KiB) 102480

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/182 24132
/proc/meminfo: memFree=16794796/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2202.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 220224 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4276911 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2202.35
Current children cumulated vsize (KiB) 102480

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/182 24134
/proc/meminfo: memFree=16759924/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2262.36 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 226225 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4252164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2262.36
Current children cumulated vsize (KiB) 102480

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/182 24135
/proc/meminfo: memFree=16732876/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2322.36 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 232225 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2322.36
Current children cumulated vsize (KiB) 102480

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/182 24137
/proc/meminfo: memFree=16840108/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2382.36 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 238225 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2382.36
Current children cumulated vsize (KiB) 102480

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 24138
/proc/meminfo: memFree=16780324/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2442.35 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 244224 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2442.35
Current children cumulated vsize (KiB) 102480

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

[startup+2457.5 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 24139
/proc/meminfo: memFree=16773256/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2457.56 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 245745 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2457.56
Current children cumulated vsize (KiB) 102480

[startup+2483.1 s]
/proc/loadavg: 2.16 2.03 2.05 3/182 24139
/proc/meminfo: memFree=16760968/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2483.16 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 248305 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2483.16
Current children cumulated vsize (KiB) 102480

[startup+2489.5 s]
/proc/loadavg: 2.15 2.03 2.05 3/182 24140
/proc/meminfo: memFree=16756752/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2489.56 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 248945 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2489.56
Current children cumulated vsize (KiB) 102480

[startup+2495.91 s]
/proc/loadavg: 2.20 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16754016/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2495.96 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 249585 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2495.96
Current children cumulated vsize (KiB) 102480

[startup+2499.1 s]
/proc/loadavg: 2.20 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16752652/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2499.16 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 249905 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2499.16
Current children cumulated vsize (KiB) 102480

[startup+2500.7 s]
/proc/loadavg: 2.18 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16752280/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2500.76 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 250065 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2500.76
Current children cumulated vsize (KiB) 102480

[startup+2501.1 s]
/proc/loadavg: 2.18 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16752280/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2501.16 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 250105 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2501.16
Current children cumulated vsize (KiB) 102480

[startup+2501.5 s]
/proc/loadavg: 2.18 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16751660/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2501.56 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 250145 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2501.56
Current children cumulated vsize (KiB) 102480

[startup+2501.6 s]
/proc/loadavg: 2.18 2.05 2.05 3/182 24140
/proc/meminfo: memFree=16751660/32951124 swapFree=67111528/67111528
[pid=24033] ppid=24031 vsize=102480 CPUtime=2501.66 cores=0,2,4,6
/proc/24033/stat : 24033 (glueminisat) R 24031 24033 23995 0 -1 4202496 36086 0 0 0 250155 11 0 0 25 0 1 0 510336091 104939520 21866 33554432000 4194304 4309791 140736642242816 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24033/statm: 25620 21866 242 29 0 22249 0
Current children cumulated CPU time (s) 2501.66
Current children cumulated vsize (KiB) 102480

Child status: 20
Real time (s): 2501.62
CPU time (s): 2501.69
CPU user time (s): 2501.56
CPU system time (s): 0.123981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 102480

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

runsolver used 4.40933 second user time and 9.2136 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 12:43:02
IDJOB=3309269
IDBENCH=20472
IDSOLVER=1694
FILE ID=node133/3309269-1303987382
RUNJOBID= node133-1303987380-24013
PBS_JOBID= 13168741
Free space on /tmp= 71896 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309269-1303987382/watcher-3309269-1303987382 -o /tmp/evaluation-result-3309269-1303987382/solver-3309269-1303987382 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309269-1303987382.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1296327870

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      17102280 kB
Buffers:       2187884 kB
Cached:       13026596 kB
SwapCached:          0 kB
Active:        8832076 kB
Inactive:      6451996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17102280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1800 kB
Writeback:           0 kB
AnonPages:       68400 kB
Mapped:          14956 kB
Slab:           500548 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-28 13:24:44