Trace number 3372868

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
Lingeling 587f (fixed)UNSAT 1816.28 1816.25

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

1816.22/1816.23	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-3372868-1305426850/watcher-3372868-1305426850 -o /tmp/evaluation-result-3372868-1305426850/solver-3372868-1305426850 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372868-1305426850.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: 2.07 2.03 2.08 2/385 4815
/proc/meminfo: memFree=26420648/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=7332 CPUtime=0 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 423 0 0 0 0 0 0 0 22 0 1 0 654284263 7507968 357 33554432000 4194304 4409284 140733291281680 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 1833 357 111 53 0 256 0

[startup+0.08766 s]
/proc/loadavg: 2.07 2.03 2.08 2/385 4815
/proc/meminfo: memFree=26420648/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=14128 CPUtime=0.08 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 2123 0 0 0 8 0 0 0 22 0 1 0 654284263 14467072 2057 33554432000 4194304 4409284 140733291281680 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 3532 2057 112 53 0 1955 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14128

[startup+0.100655 s]
/proc/loadavg: 2.07 2.03 2.08 2/385 4815
/proc/meminfo: memFree=26420648/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=14128 CPUtime=0.09 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 2123 0 0 0 9 0 0 0 22 0 1 0 654284263 14467072 2057 33554432000 4194304 4409284 140733291281680 18446744073709551615 4225113 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 3532 2057 112 53 0 1955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14128

[startup+0.300625 s]
/proc/loadavg: 2.07 2.03 2.08 2/385 4815
/proc/meminfo: memFree=26420648/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=31836 CPUtime=0.29 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 6572 0 0 0 28 1 0 0 24 0 1 0 654284263 32600064 6484 33554432000 4194304 4409284 140733291281680 18446744073709551615 4200676 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 7959 6484 112 53 0 6382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31836

[startup+0.700557 s]
/proc/loadavg: 2.07 2.03 2.08 2/385 4815
/proc/meminfo: memFree=26420648/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=56924 CPUtime=0.69 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 12844 0 0 0 66 3 0 0 25 0 1 0 654284263 58290176 12756 33554432000 4194304 4409284 140733291281680 18446744073709551615 251813858868 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 14231 12756 112 53 0 12654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56924

[startup+1.50042 s]
/proc/loadavg: 2.07 2.03 2.08 3/386 4816
/proc/meminfo: memFree=26354308/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=107208 CPUtime=1.49 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 25453 0 0 0 143 6 0 0 25 0 1 0 654284263 109780992 25327 33554432000 4194304 4409284 140733291281680 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 26802 25327 112 53 0 25225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107208

[startup+3.10015 s]
/proc/loadavg: 2.06 2.03 2.08 3/386 4816
/proc/meminfo: memFree=26285984/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=207816 CPUtime=3.09 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 50605 0 0 0 297 12 0 0 25 0 1 0 654284263 212803584 50479 33554432000 4194304 4409284 140733291281680 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 51954 50479 112 53 0 50377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207816

[startup+6.30061 s]
/proc/loadavg: 2.06 2.03 2.08 3/386 4816
/proc/meminfo: memFree=26212160/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=216232 CPUtime=6.29 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 61097 0 0 0 617 12 0 0 25 0 1 0 654284263 221421568 52602 33554432000 4194304 4409284 140733291281680 18446744073709551615 4241325 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 54058 52602 131 53 0 52481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 216232

[startup+12.7005 s]
/proc/loadavg: 2.12 2.05 2.08 3/386 4816
/proc/meminfo: memFree=26205108/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=223768 CPUtime=12.69 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 100530 0 0 0 1253 16 0 0 25 0 1 0 654284263 229138432 54457 33554432000 4194304 4409284 140733291281680 18446744073709551615 4259601 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 55942 54457 134 53 0 54365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223768

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 2.08 3/386 4816
/proc/meminfo: memFree=26111332/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=252456 CPUtime=25.49 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 140501 0 0 0 2527 22 0 0 25 0 1 0 654284263 258514944 61641 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358433 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 63114 61641 140 53 0 61537 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252456

[startup+51.1011 s]
/proc/loadavg: 2.07 2.04 2.08 3/386 4817
/proc/meminfo: memFree=26068268/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=263344 CPUtime=51.09 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 143234 0 0 0 5085 24 0 0 25 0 1 0 654284263 269664256 64364 33554432000 4194304 4409284 140733291281680 18446744073709551615 4359779 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 65836 64364 141 53 0 64259 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 263344

[startup+102.314 s]
/proc/loadavg: 2.03 2.03 2.08 3/386 4818
/proc/meminfo: memFree=26051388/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=279444 CPUtime=102.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 180431 0 0 0 10198 32 0 0 25 0 1 0 654284263 286150656 68389 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 69861 68389 141 53 0 68284 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279444

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/386 4820
/proc/meminfo: memFree=26151080/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=244352 CPUtime=162.29 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 213456 0 0 0 16184 45 0 0 25 0 1 0 654284263 250216448 59616 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 61088 59616 141 53 0 59511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 244352

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/386 4822
/proc/meminfo: memFree=26054092/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=261964 CPUtime=222.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 251668 0 0 0 22170 60 0 0 25 0 1 0 654284263 268251136 64019 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230589 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 65491 64019 141 53 0 63914 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 261964

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/386 4823
/proc/meminfo: memFree=25952404/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=282048 CPUtime=282.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 256702 0 0 0 28159 71 0 0 25 0 1 0 654284263 288817152 69040 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358619 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 70512 69040 141 53 0 68935 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 282048

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.06 3/386 4825
/proc/meminfo: memFree=25908244/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=259888 CPUtime=342.29 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 289472 0 0 0 34138 91 0 0 25 0 1 0 654284263 266125312 63500 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358959 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 64972 63500 141 53 0 63395 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 259888

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.05 3/386 4826
/proc/meminfo: memFree=25877596/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=279180 CPUtime=402.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 327268 0 0 0 40123 107 0 0 25 0 1 0 654284263 285880320 68323 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 69795 68323 141 53 0 68218 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 279180

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.05 3/386 4828
/proc/meminfo: memFree=25942692/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=279172 CPUtime=462.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 360254 0 0 0 46106 124 0 0 25 0 1 0 654284263 285872128 68346 33554432000 4194304 4409284 140733291281680 18446744073709551615 4226593 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 69793 68346 141 53 0 68216 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 279172

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/386 4830
/proc/meminfo: memFree=25878452/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=279092 CPUtime=522.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 364693 0 0 0 52092 138 0 0 25 0 1 0 654284263 285790208 68301 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 69773 68301 141 53 0 68196 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 279092

[startup+582.301 s]
/proc/loadavg: 2.12 2.03 2.05 3/386 4831
/proc/meminfo: memFree=26128180/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=340700 CPUtime=582.3 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 412986 0 0 0 58069 161 0 0 25 0 1 0 654284263 348876800 83703 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358927 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 85175 83703 141 53 0 83598 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 340700

[startup+642.301 s]

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

/proc/meminfo: memFree=25899760/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=349300 CPUtime=1182.31 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 563782 0 0 0 117904 327 0 0 25 0 1 0 654284263 357683200 85853 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358340 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 87325 85853 141 53 0 85748 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 349300

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/386 4849
/proc/meminfo: memFree=25841952/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=406032 CPUtime=1242.31 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 577965 0 0 0 123884 347 0 0 25 0 1 0 654284263 415776768 100036 33554432000 4194304 4409284 140733291281680 18446744073709551615 4256273 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 101508 100036 141 53 0 99931 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 406032

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/386 4850
/proc/meminfo: memFree=25775964/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=470408 CPUtime=1302.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 620651 0 0 0 129866 366 0 0 25 0 1 0 654284263 481697792 116130 33554432000 4194304 4409284 140733291281680 18446744073709551615 251814264727 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 117602 116130 141 53 0 116025 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 470408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/386 4852
/proc/meminfo: memFree=25811664/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=367656 CPUtime=1362.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 631821 0 0 0 135847 385 0 0 25 0 1 0 654284263 376479744 90442 33554432000 4194304 4409284 140733291281680 18446744073709551615 4258742 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 91914 90442 141 53 0 90337 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 367656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/386 4854
/proc/meminfo: memFree=25762168/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=418604 CPUtime=1422.33 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 644558 0 0 0 141825 408 0 0 25 0 1 0 654284263 428650496 103179 33554432000 4194304 4409284 140733291281680 18446744073709551615 4229295 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 104651 103179 141 53 0 103074 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 418604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 4855
/proc/meminfo: memFree=25694576/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=486076 CPUtime=1482.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 680752 0 0 0 147800 432 0 0 25 0 1 0 654284263 497741824 120047 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 121519 120047 141 53 0 119942 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 486076

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/386 4857
/proc/meminfo: memFree=25812976/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=432956 CPUtime=1542.31 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 685481 0 0 0 153780 451 0 0 25 0 1 0 654284263 443346944 106767 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108239 106767 141 53 0 106662 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 432956

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 4858
/proc/meminfo: memFree=25726656/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=454112 CPUtime=1602.31 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 698114 0 0 0 159768 463 0 0 25 0 1 0 654284263 465010688 112056 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 113528 112056 141 53 0 111951 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 454112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 4869
/proc/meminfo: memFree=25696552/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=483168 CPUtime=1662.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 705404 0 0 0 165752 480 0 0 25 0 1 0 654284263 494764032 119320 33554432000 4194304 4409284 140733291281680 18446744073709551615 4256839 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 120792 119320 141 53 0 119215 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 483168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 4871
/proc/meminfo: memFree=25678068/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=501724 CPUtime=1722.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 735905 0 0 0 171737 495 0 0 25 0 1 0 654284263 513765376 123959 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 125431 123959 141 53 0 123854 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 501724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 4872
/proc/meminfo: memFree=25637376/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=541384 CPUtime=1782.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 745820 0 0 0 177724 508 0 0 25 0 1 0 654284263 554377216 133874 33554432000 4194304 4409284 140733291281680 18446744073709551615 4256819 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 135346 133874 141 53 0 133769 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 541384

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 4873
/proc/meminfo: memFree=25728640/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=451080 CPUtime=1791.93 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 178681 512 0 0 25 0 1 0 654284263 461905920 111330 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358895 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 112770 111330 141 53 0 111193 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 451080

[startup+1804.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/386 4875
/proc/meminfo: memFree=25728512/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=451080 CPUtime=1804.72 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 179956 516 0 0 25 0 1 0 654284263 461905920 111330 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 112770 111330 141 53 0 111193 0
Current children cumulated CPU time (s) 1804.72
Current children cumulated vsize (KiB) 451080

[startup+1811.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/386 4876
/proc/meminfo: memFree=25729496/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1811.12 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 180594 518 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230994 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1811.12
Current children cumulated vsize (KiB) 433680

[startup+1814.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/386 4876
/proc/meminfo: memFree=25746332/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1814.32 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 180913 519 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358467 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1814.32
Current children cumulated vsize (KiB) 433680

[startup+1815.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/386 4876
/proc/meminfo: memFree=25745948/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1815.12 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 180993 519 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1815.12
Current children cumulated vsize (KiB) 433680

[startup+1815.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/386 4876
/proc/meminfo: memFree=25745948/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1815.92 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 181072 520 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4230441 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1815.92
Current children cumulated vsize (KiB) 433680

[startup+1816.11 s]
/proc/loadavg: 2.06 2.01 2.00 3/386 4876
/proc/meminfo: memFree=25745948/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1816.13 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 181093 520 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1816.13
Current children cumulated vsize (KiB) 433680

[startup+1816.2 s]
/proc/loadavg: 2.06 2.01 2.00 3/386 4876
/proc/meminfo: memFree=25745948/32950928 swapFree=44388876/67111528
[pid=4815] ppid=4813 vsize=433680 CPUtime=1816.22 cores=1,3,5,7
/proc/4815/stat : 4815 (lingeling) R 4813 4815 29676 0 -1 4202496 758285 0 0 0 181102 520 0 0 25 0 1 0 654284263 444088320 106980 33554432000 4194304 4409284 140733291281680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/4815/statm: 108420 106980 141 53 0 106843 0
Current children cumulated CPU time (s) 1816.22
Current children cumulated vsize (KiB) 433680

Child status: 20
Real time (s): 1816.25
CPU time (s): 1816.28
CPU user time (s): 1811.06
CPU system time (s): 5.22021
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 541384

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

runsolver used 6.64199 second user time and 15.7806 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 04:34:14
IDJOB=3372868
IDBENCH=85005
IDSOLVER=1850
FILE ID=node126/3372868-1305426850
RUNJOBID= node126-1305422651-30174
PBS_JOBID= 13324566
Free space on /tmp= 73208 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372868-1305426850/watcher-3372868-1305426850 -o /tmp/evaluation-result-3372868-1305426850/solver-3372868-1305426850 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372868-1305426850.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=217459126

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26420928 kB
Buffers:        268712 kB
Cached:        2691804 kB
SwapCached:      92524 kB
Active:        1307960 kB
Inactive:      4959860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26420928 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:          156312 kB
Writeback:           0 kB
AnonPages:     3227372 kB
Mapped:          15688 kB
Slab:           118960 kB
PageTables:      76128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88453652 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= 73208 MiB
End job on node126 at 2011-05-15 05:04:32