Trace number 3380289

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 665.915 665.903

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

665.90/665.90	c WARNING: for repeatability, setting FPU to use double precision
665.90/665.90	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: 961)

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-3380289-1305459709/watcher-3380289-1305459709 -o /tmp/evaluation-result-3380289-1305459709/solver-3380289-1305459709 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380289-1305459709.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=19980 CPUtime=0 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 827 0 0 0 0 0 0 0 23 0 1 0 657570763 20459520 762 33554432000 4194304 4300288 140735181293472 18446744073709551615 274664453552 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 4995 762 217 26 0 1627 0

[startup+0.085127 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=30452 CPUtime=0.07 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 4610 0 0 0 7 0 0 0 23 0 1 0 657570763 31182848 4042 33554432000 4194304 4300288 140735181293472 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 7613 4042 218 26 0 4245 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30452

[startup+0.101135 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=32176 CPUtime=0.09 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 5548 0 0 0 9 0 0 0 23 0 1 0 657570763 32948224 4740 33554432000 4194304 4300288 140735181293472 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 8044 4741 218 26 0 4676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32176

[startup+0.30109 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=73884 CPUtime=0.29 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 15096 0 0 0 28 1 0 0 25 0 1 0 657570763 75657216 13086 33554432000 4194304 4300288 140735181293472 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 18471 13087 218 26 0 15103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73884

[startup+0.701021 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=143376 CPUtime=0.69 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 34557 0 0 0 64 5 0 0 25 0 1 0 657570763 146817024 29961 33554432000 4194304 4300288 140735181293472 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 35844 29978 218 26 0 32476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143376

[startup+34.3762 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=34.37 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 250362 0 0 0 3395 42 0 0 25 0 1 0 657570763 711864320 147746 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 147746 243 26 0 170427 0
Current children cumulated CPU time (s) 34.37
Current children cumulated vsize (KiB) 695180

[startup+34.4012 s]
/proc/loadavg: 4.19 4.07 4.01 5/302 17559
/proc/meminfo: memFree=16281052/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=34.39 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 250364 0 0 0 3397 42 0 0 25 0 1 0 657570763 711864320 147748 33554432000 4194304 4300288 140735181293472 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 147748 243 26 0 170427 0
Current children cumulated CPU time (s) 34.39
Current children cumulated vsize (KiB) 695180

[startup+34.5152 s]
/proc/loadavg: 6.25 4.58 4.19 6/303 17561
/proc/meminfo: memFree=15640864/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=34.52 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 250375 0 0 0 3410 42 0 0 25 0 1 0 657570763 711864320 147759 33554432000 4194304 4300288 140735181293472 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 147759 243 26 0 170427 0
Current children cumulated CPU time (s) 34.52
Current children cumulated vsize (KiB) 695180

[startup+34.6111 s]
/proc/loadavg: 6.25 4.58 4.19 6/303 17561
/proc/meminfo: memFree=15640864/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=34.6 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 250439 0 0 0 3418 42 0 0 25 0 1 0 657570763 711864320 147821 33554432000 4194304 4300288 140735181293472 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 147821 243 26 0 170427 0
Current children cumulated CPU time (s) 34.6
Current children cumulated vsize (KiB) 695180

[startup+34.7011 s]
/proc/loadavg: 6.25 4.58 4.19 6/303 17561
/proc/meminfo: memFree=15640864/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=34.69 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 250489 0 0 0 3427 42 0 0 25 0 1 0 657570763 711864320 147870 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 147870 243 26 0 170427 0
Current children cumulated CPU time (s) 34.69
Current children cumulated vsize (KiB) 695180

[startup+51.1113 s]
/proc/loadavg: 6.78 4.78 4.26 7/303 17561
/proc/meminfo: memFree=15610064/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=51.1 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 253150 0 0 0 5064 46 0 0 25 0 1 0 657570763 711864320 150505 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 150505 243 26 0 170427 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 695180

[startup+102.3 s]
/proc/loadavg: 5.04 4.68 4.25 4/297 17606
/proc/meminfo: memFree=15654692/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=695180 CPUtime=102.29 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 260837 0 0 0 10180 49 0 0 25 0 1 0 657570763 711864320 158119 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 173795 158119 243 26 0 170427 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 695180

[startup+162.311 s]
/proc/loadavg: 3.75 4.37 4.17 4/297 17607
/proc/meminfo: memFree=15592100/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=827440 CPUtime=162.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 270409 0 0 0 16178 52 0 0 25 0 1 0 657570763 847298560 167628 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 206860 167628 243 26 0 203492 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 827440

[startup+222.301 s]
/proc/loadavg: 3.27 4.12 4.10 4/297 17609
/proc/meminfo: memFree=15515064/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=827440 CPUtime=222.29 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 285054 0 0 0 22173 56 0 0 25 0 1 0 657570763 847298560 182193 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 206860 182193 243 26 0 203492 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 827440

[startup+282.3 s]
/proc/loadavg: 3.10 3.91 4.03 4/297 17611
/proc/meminfo: memFree=15528076/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=827440 CPUtime=282.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 298889 0 0 0 28169 61 0 0 25 0 1 0 657570763 847298560 195961 33554432000 4194304 4300288 140735181293472 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 206860 195961 243 26 0 203492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 827440

[startup+342.301 s]
/proc/loadavg: 3.03 3.74 3.96 4/297 17612
/proc/meminfo: memFree=15446952/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1042364 CPUtime=342.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 312617 0 0 0 34164 66 0 0 25 0 1 0 657570763 1067380736 209632 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 260591 209632 243 26 0 257223 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1042364

[startup+402.3 s]
/proc/loadavg: 3.07 3.62 3.90 4/297 17614
/proc/meminfo: memFree=15353556/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1042364 CPUtime=402.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 330224 0 0 0 40158 72 0 0 25 0 1 0 657570763 1067380736 227156 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 260591 227156 243 26 0 257223 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1042364

[startup+462.301 s]
/proc/loadavg: 2.87 3.47 3.83 3/291 17632
/proc/meminfo: memFree=15315904/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1042364 CPUtime=462.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 344213 0 0 0 46153 77 0 0 25 0 1 0 657570763 1067380736 241095 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 260591 241095 243 26 0 257223 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1042364

[startup+522.301 s]
/proc/loadavg: 2.32 3.20 3.71 3/291 17634
/proc/meminfo: memFree=15243516/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=522.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 358798 0 0 0 52149 81 0 0 25 0 1 0 657570763 1425010688 255626 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 255626 243 26 0 344535 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1391612

[startup+582.3 s]
/proc/loadavg: 2.12 3.00 3.61 3/291 17636
/proc/meminfo: memFree=15168340/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=582.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 374232 0 0 0 58144 86 0 0 25 0 1 0 657570763 1425010688 271017 33554432000 4194304 4300288 140735181293472 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 271017 243 26 0 344535 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1391612

[startup+642.301 s]
/proc/loadavg: 2.11 2.83 3.51 3/291 17637
/proc/meminfo: memFree=15098872/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=642.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 386712 0 0 0 64140 90 0 0 25 0 1 0 657570763 1425010688 283463 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 283463 243 26 0 344535 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1391612

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

[startup+647.901 s]
/proc/loadavg: 2.10 2.81 3.50 3/291 17637
/proc/meminfo: memFree=15095276/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=647.9 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 387178 0 0 0 64700 90 0 0 25 0 1 0 657570763 1425010688 283927 33554432000 4194304 4300288 140735181293472 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 283927 243 26 0 344535 0
Current children cumulated CPU time (s) 647.9
Current children cumulated vsize (KiB) 1391612

[startup+654.301 s]
/proc/loadavg: 2.10 2.80 3.49 3/291 17637
/proc/meminfo: memFree=15089820/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=654.3 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 387638 0 0 0 65340 90 0 0 25 0 1 0 657570763 1425010688 284385 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 284385 243 26 0 344535 0
Current children cumulated CPU time (s) 654.3
Current children cumulated vsize (KiB) 1391612

[startup+660.701 s]
/proc/loadavg: 2.09 2.79 3.49 3/291 17638
/proc/meminfo: memFree=15087124/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=660.7 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 387999 0 0 0 65980 90 0 0 25 0 1 0 657570763 1425010688 284742 33554432000 4194304 4300288 140735181293472 18446744073709551615 4249510 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 284742 243 26 0 344535 0
Current children cumulated CPU time (s) 660.7
Current children cumulated vsize (KiB) 1391612

[startup+663.911 s]
/proc/loadavg: 2.08 2.77 3.48 3/291 17638
/proc/meminfo: memFree=15086152/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=663.91 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 388117 0 0 0 66301 90 0 0 25 0 1 0 657570763 1425010688 284859 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 284859 243 26 0 344535 0
Current children cumulated CPU time (s) 663.91
Current children cumulated vsize (KiB) 1391612

[startup+664.701 s]
/proc/loadavg: 2.08 2.77 3.48 3/291 17638
/proc/meminfo: memFree=15086152/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=664.7 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 388158 0 0 0 66380 90 0 0 25 0 1 0 657570763 1425010688 284900 33554432000 4194304 4300288 140735181293472 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 284900 243 26 0 344535 0
Current children cumulated CPU time (s) 664.7
Current children cumulated vsize (KiB) 1391612

[startup+665.501 s]
/proc/loadavg: 2.08 2.77 3.48 3/291 17638
/proc/meminfo: memFree=15085656/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=1391612 CPUtime=665.5 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 388171 0 0 0 66460 90 0 0 25 0 1 0 657570763 1425010688 284913 33554432000 4194304 4300288 140735181293472 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 347903 284913 243 26 0 344535 0
Current children cumulated CPU time (s) 665.5
Current children cumulated vsize (KiB) 1391612

[startup+665.901 s]
/proc/loadavg: 2.08 2.77 3.48 3/291 17638
/proc/meminfo: memFree=15085656/32951132 swapFree=67093824/67111528
[pid=17559] ppid=17557 vsize=56292 CPUtime=665.9 cores=4,6
/proc/17559/stat : 17559 (cir_minisat) R 17557 17559 17267 0 -1 4202496 388176 0 0 0 66495 95 0 0 25 0 1 0 657570763 57643008 6241 33554432000 4194304 4300288 140735181293472 18446744073709551615 274664851591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17559/statm: 14073 6241 248 26 0 10705 0
Current children cumulated CPU time (s) 665.9
Current children cumulated vsize (KiB) 56292

Child status: 20
Real time (s): 665.903
CPU time (s): 665.915
CPU user time (s): 664.955
CPU system time (s): 0.959854
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1391612

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

runsolver used 1.77373 second user time and 4.14737 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 13:41:51
IDJOB=3380289
IDBENCH=88159
IDSOLVER=1863
FILE ID=node131/3380289-1305459709
RUNJOBID= node131-1305458384-17287
PBS_JOBID= 13324902
Free space on /tmp= 73512 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380289-1305459709/watcher-3380289-1305459709 -o /tmp/evaluation-result-3380289-1305459709/solver-3380289-1305459709 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380289-1305459709.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1220485788

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16281084 kB
Buffers:        291036 kB
Cached:        4508680 kB
SwapCached:       1504 kB
Active:       12936712 kB
Inactive:      3460040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16281084 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:          203732 kB
Writeback:           0 kB
AnonPages:    11595236 kB
Mapped:          28272 kB
Slab:           174632 kB
PageTables:      35788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29971080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73516 MiB
End job on node131 at 2011-05-15 13:52:57