Trace number 3309995

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 2176.51 2176.46

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

2176.44/2176.43	WARNING: for repeatability, setting FPU to use double precision
2176.44/2176.43	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-3309995-1304001172/watcher-3309995-1304001172 -o /tmp/evaluation-result-3309995-1304001172/solver-3309995-1304001172 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309995-1304001172.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 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.26 1.49 1.78 2/177 18860
/proc/meminfo: memFree=17053012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=19860 CPUtime=0 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 790 0 0 0 0 0 0 0 21 0 1 0 590348597 20336640 723 33554432000 4194304 4309791 140733490882944 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 4965 724 215 29 0 1594 0

[startup+0.065277 s]
/proc/loadavg: 1.26 1.49 1.78 2/177 18860
/proc/meminfo: memFree=17053012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=28596 CPUtime=0.05 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 4192 0 0 0 5 0 0 0 21 0 1 0 590348597 29282304 3617 33554432000 4194304 4309791 140733490882944 18446744073709551615 215988257656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 7149 3618 217 29 0 3778 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28596

[startup+0.100274 s]
/proc/loadavg: 1.26 1.49 1.78 2/177 18860
/proc/meminfo: memFree=17053012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=36268 CPUtime=0.09 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 6105 0 0 0 8 1 0 0 21 0 1 0 590348597 37138432 5236 33554432000 4194304 4309791 140733490882944 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 9067 5238 217 29 0 5696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36268

[startup+0.300237 s]
/proc/loadavg: 1.26 1.49 1.78 2/177 18860
/proc/meminfo: memFree=17053012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=75356 CPUtime=0.29 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 17136 0 0 0 26 3 0 0 22 0 1 0 590348597 77164544 14331 33554432000 4194304 4309791 140733490882944 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 18839 14335 217 29 0 15468 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75356

[startup+0.700168 s]
/proc/loadavg: 1.26 1.49 1.78 2/177 18860
/proc/meminfo: memFree=17053012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=159840 CPUtime=0.69 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 38383 0 0 0 63 6 0 0 24 0 1 0 590348597 163676160 32033 33554432000 4194304 4309791 140733490882944 18446744073709551615 215988289736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 39960 32034 217 29 0 36589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159840

[startup+1.50103 s]
/proc/loadavg: 1.26 1.49 1.78 3/178 18861
/proc/meminfo: memFree=16871784/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=300764 CPUtime=1.49 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 81157 0 0 0 136 13 0 0 25 0 1 0 590348597 307982336 66993 33554432000 4194304 4309791 140733490882944 18446744073709551615 4239859 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 75191 66994 217 29 0 71820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 300764

[startup+3.10075 s]
/proc/loadavg: 1.26 1.49 1.78 3/178 18861
/proc/meminfo: memFree=16681568/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=639000 CPUtime=3.09 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 157815 0 0 0 284 25 0 0 25 0 1 0 590348597 654336000 134550 33554432000 4194304 4309791 140733490882944 18446744073709551615 4229306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 159750 134553 217 29 0 156379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 639000

[startup+6.30019 s]
/proc/loadavg: 1.32 1.50 1.78 3/178 18861
/proc/meminfo: memFree=16375704/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=731968 CPUtime=6.29 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 199214 0 0 0 597 32 0 0 25 0 1 0 590348597 749535232 166347 33554432000 4194304 4309791 140733490882944 18446744073709551615 4260816 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 182992 166347 223 29 0 179621 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 731968

[startup+12.7011 s]
/proc/loadavg: 1.37 1.51 1.78 3/178 18861
/proc/meminfo: memFree=16375720/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=731968 CPUtime=12.69 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 199214 0 0 0 1237 32 0 0 25 0 1 0 590348597 749535232 166347 33554432000 4194304 4309791 140733490882944 18446744073709551615 4260752 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 182992 166347 223 29 0 179621 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 731968

[startup+25.5008 s]
/proc/loadavg: 1.51 1.53 1.78 3/178 18861
/proc/meminfo: memFree=16414212/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=731968 CPUtime=25.49 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 199214 0 0 0 2517 32 0 0 25 0 1 0 590348597 749535232 166347 33554432000 4194304 4309791 140733490882944 18446744073709551615 4260376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 182992 166347 223 29 0 179621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 731968

[startup+51.1003 s]
/proc/loadavg: 1.68 1.57 1.79 3/178 18862
/proc/meminfo: memFree=16374264/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=757548 CPUtime=51.09 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 209334 0 0 0 5076 33 0 0 25 0 1 0 590348597 775729152 176078 33554432000 4194304 4309791 140733490882944 18446744073709551615 4260451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 189387 176078 225 29 0 186016 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 757548

[startup+102.306 s]
/proc/loadavg: 1.86 1.63 1.80 3/178 18864
/proc/meminfo: memFree=16360612/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=761276 CPUtime=102.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 211113 0 0 0 10197 33 0 0 25 0 1 0 590348597 779546624 177781 33554432000 4194304 4309791 140733490882944 18446744073709551615 4223034 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 190319 177781 225 29 0 186948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 761276

[startup+162.301 s]
/proc/loadavg: 1.95 1.69 1.81 3/178 18865
/proc/meminfo: memFree=16462012/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=162.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 261307 0 0 0 16188 42 0 0 25 0 1 0 590348597 721752064 155037 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 155037 246 29 0 172838 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 704836

[startup+222.3 s]
/proc/loadavg: 1.98 1.75 1.82 3/178 18867
/proc/meminfo: memFree=16434820/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=222.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 266091 0 0 0 22186 44 0 0 25 0 1 0 590348597 721752064 159751 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 159751 246 29 0 172838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 704836

[startup+282.301 s]
/proc/loadavg: 1.99 1.79 1.83 3/178 18868
/proc/meminfo: memFree=16459940/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=282.29 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 316589 0 0 0 28178 51 0 0 25 0 1 0 590348597 721752064 152631 33554432000 4194304 4309791 140733490882944 18446744073709551615 4252579 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 152631 246 29 0 172838 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 704836

[startup+342.3 s]
/proc/loadavg: 1.99 1.83 1.83 3/178 18870
/proc/meminfo: memFree=16451096/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=342.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 322095 0 0 0 34177 53 0 0 25 0 1 0 590348597 721752064 158058 33554432000 4194304 4309791 140733490882944 18446744073709551615 4252596 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 158058 246 29 0 172838 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 704836

[startup+402.301 s]
/proc/loadavg: 2.03 1.87 1.84 3/178 18875
/proc/meminfo: memFree=16462240/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=402.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 374321 0 0 0 40168 62 0 0 25 0 1 0 590348597 721752064 155524 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 155524 246 29 0 172838 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 704836

[startup+462.3 s]
/proc/loadavg: 2.01 1.89 1.85 3/178 18876
/proc/meminfo: memFree=16466668/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=462.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 426192 0 0 0 46161 69 0 0 25 0 1 0 590348597 721752064 153299 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 153299 246 29 0 172838 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 704836

[startup+522.301 s]
/proc/loadavg: 2.00 1.91 1.85 3/178 18878
/proc/meminfo: memFree=16431276/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=522.31 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 434548 0 0 0 52158 73 0 0 25 0 1 0 590348597 721752064 161555 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259720 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 161555 246 29 0 172838 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 704836

[startup+582.3 s]
/proc/loadavg: 2.00 1.92 1.86 3/178 18879
/proc/meminfo: memFree=16424164/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=582.3 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 486066 0 0 0 58150 80 0 0 25 0 1 0 590348597 721752064 152450 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 152450 246 29 0 172838 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 704836

[startup+642.301 s]

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

/proc/meminfo: memFree=16708572/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=1602.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 938108 0 0 0 160067 166 0 0 25 0 1 0 590348597 638410752 146225 33554432000 4194304 4309791 140733490882944 18446744073709551615 4276694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 146225 246 29 0 152491 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 623448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 18935
/proc/meminfo: memFree=16650512/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=1662.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 945088 0 0 0 166064 169 0 0 25 0 1 0 590348597 721752064 153110 33554432000 4194304 4309791 140733490882944 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 153110 246 29 0 172838 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 704836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 18946
/proc/meminfo: memFree=16623304/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=1722.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 951227 0 0 0 172061 172 0 0 25 0 1 0 590348597 721752064 159172 33554432000 4194304 4309791 140733490882944 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 159172 246 29 0 172838 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 704836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 18947
/proc/meminfo: memFree=16675596/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=1782.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 993126 0 0 0 178054 179 0 0 25 0 1 0 590348597 638410752 146879 33554432000 4194304 4309791 140733490882944 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 146879 246 29 0 152491 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 623448

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 18949
/proc/meminfo: memFree=16676292/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=1842.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1000621 0 0 0 184051 182 0 0 25 0 1 0 590348597 721752064 154302 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 154302 246 29 0 172838 0
Current children cumulated CPU time (s) 1842.33
Current children cumulated vsize (KiB) 704836

[startup+1902.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 18951
/proc/meminfo: memFree=16651704/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=1902.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1006809 0 0 0 190049 184 0 0 25 0 1 0 590348597 721752064 160415 33554432000 4194304 4309791 140733490882944 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 160415 246 29 0 172838 0
Current children cumulated CPU time (s) 1902.33
Current children cumulated vsize (KiB) 704836

[startup+1962.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 18952
/proc/meminfo: memFree=16627108/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=1962.35 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1012934 0 0 0 196048 187 0 0 25 0 1 0 590348597 721752064 166491 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 166491 246 29 0 172838 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 704836

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18954
/proc/meminfo: memFree=16660668/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=2022.33 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1056029 0 0 0 202040 193 0 0 25 0 1 0 590348597 721752064 150580 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 150580 246 29 0 172838 0
Current children cumulated CPU time (s) 2022.33
Current children cumulated vsize (KiB) 704836

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18955
/proc/meminfo: memFree=16665588/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=704836 CPUtime=2082.35 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1062422 0 0 0 208039 196 0 0 25 0 1 0 590348597 721752064 156904 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 176209 156904 246 29 0 172838 0
Current children cumulated CPU time (s) 2082.35
Current children cumulated vsize (KiB) 704836

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18957
/proc/meminfo: memFree=16687376/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2142.34 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1099639 0 0 0 214033 201 0 0 25 0 1 0 590348597 638410752 141816 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 141816 246 29 0 152491 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 623448

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

[startup+2150.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18957
/proc/meminfo: memFree=16721468/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2150.34 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1100813 0 0 0 214832 202 0 0 25 0 1 0 590348597 638410752 142967 33554432000 4194304 4309791 140733490882944 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 142967 246 29 0 152491 0
Current children cumulated CPU time (s) 2150.34
Current children cumulated vsize (KiB) 623448

[startup+2163.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16751228/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2163.14 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1127441 0 0 0 216109 205 0 0 25 0 1 0 590348597 638410752 135423 33554432000 4194304 4309791 140733490882944 18446744073709551615 215992050650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 135423 246 29 0 152491 0
Current children cumulated CPU time (s) 2163.14
Current children cumulated vsize (KiB) 623448

[startup+2169.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16748624/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2169.54 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128158 0 0 0 216748 206 0 0 25 0 1 0 590348597 638410752 136120 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136120 246 29 0 152491 0
Current children cumulated CPU time (s) 2169.54
Current children cumulated vsize (KiB) 623448

[startup+2172.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16747380/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2172.74 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128511 0 0 0 217068 206 0 0 25 0 1 0 590348597 638410752 136465 33554432000 4194304 4309791 140733490882944 18446744073709551615 4252579 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136465 246 29 0 152491 0
Current children cumulated CPU time (s) 2172.74
Current children cumulated vsize (KiB) 623448

[startup+2174.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16746884/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2174.34 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128692 0 0 0 217228 206 0 0 25 0 1 0 590348597 638410752 136642 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136642 246 29 0 152491 0
Current children cumulated CPU time (s) 2174.34
Current children cumulated vsize (KiB) 623448

[startup+2175.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16746388/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2175.14 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128772 0 0 0 217308 206 0 0 25 0 1 0 590348597 638410752 136719 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136719 246 29 0 152491 0
Current children cumulated CPU time (s) 2175.14
Current children cumulated vsize (KiB) 623448

[startup+2175.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16746016/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2175.94 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128844 0 0 0 217388 206 0 0 25 0 1 0 590348597 638410752 136789 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136789 246 29 0 152491 0
Current children cumulated CPU time (s) 2175.94
Current children cumulated vsize (KiB) 623448

[startup+2176.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16746016/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2176.34 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128875 0 0 0 217428 206 0 0 25 0 1 0 590348597 638410752 136819 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136819 246 29 0 152491 0
Current children cumulated CPU time (s) 2176.34
Current children cumulated vsize (KiB) 623448

[startup+2176.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18958
/proc/meminfo: memFree=16746016/32950940 swapFree=67111528/67111528
[pid=18860] ppid=18858 vsize=623448 CPUtime=2176.44 cores=1,3,5,7
/proc/18860/stat : 18860 (glueminisat) R 18858 18860 17971 0 -1 4202496 1128888 0 0 0 217438 206 0 0 25 0 1 0 590348597 638410752 136832 33554432000 4194304 4309791 140733490882944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18860/statm: 155862 136832 246 29 0 152491 0
Current children cumulated CPU time (s) 2176.44
Current children cumulated vsize (KiB) 623448

Child status: 20
Real time (s): 2176.46
CPU time (s): 2176.51
CPU user time (s): 2174.42
CPU system time (s): 2.09368
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1048712

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

runsolver used 3.46347 second user time and 7.81681 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 16:32:58
IDJOB=3309995
IDBENCH=85008
IDSOLVER=1694
FILE ID=node117/3309995-1304001172
RUNJOBID= node117-1304001172-18841
PBS_JOBID= 13168755
Free space on /tmp= 71396 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309995-1304001172/watcher-3309995-1304001172 -o /tmp/evaluation-result-3309995-1304001172/solver-3309995-1304001172 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309995-1304001172.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=796213249

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17053292 kB
Buffers:       2373936 kB
Cached:       12607564 kB
SwapCached:          0 kB
Active:        8560584 kB
Inactive:      6745556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17053292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          290884 kB
Writeback:           0 kB
AnonPages:      323716 kB
Mapped:          15224 kB
Slab:           527796 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   489692 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= 71472 MiB
End job on node117 at 2011-04-28 17:09:15