Trace number 3495417

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
OptimuS x100_source? 570.913 570.914

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

570.89/570.91	c - Reading the instance.. OK! Totally clauses:   761906; Vars:   151768; Time: 0.57
570.89/570.91	c - Unit propagation..     OK! Removed clauses:      288;                 Time: 0.00
570.89/570.91	c - Delete by resolution.. OK! Removed clauses:   142755;                 Time: 30.56
570.89/570.91	c   - Solving the original instance..
570.89/570.91	c     - yet UNKNOWN! Continue to clause elimination..
570.89/570.91	c   - round:    1;   Skips in previous round:    0
570.89/570.91	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495417-1307804704/watcher-3495417-1307804704 -o /tmp/evaluation-result-3495417-1307804704/solver-3495417-1307804704 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495417-1307804704.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 1.14 1.94 2.65 5/183 26499
/proc/meminfo: memFree=30848104/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=23860 CPUtime=0 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1665 0 0 0 0 0 0 0 22 0 1 0 11215304 24432640 1532 33554432000 4194304 4280283 140734437906832 18446744073709551615 4266385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 5965 1535 223 21 0 2602 0

[startup+0.103021 s]
/proc/loadavg: 1.14 1.94 2.65 5/183 26499
/proc/meminfo: memFree=30848104/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=65732 CPUtime=0.09 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 11376 0 0 0 8 1 0 0 23 0 1 0 11215304 67309568 10944 33554432000 4194304 4280283 140734437906832 18446744073709551615 4267193 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 16433 10945 224 21 0 13070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65732

[startup+0.201001 s]
/proc/loadavg: 1.14 1.94 2.65 5/183 26499
/proc/meminfo: memFree=30848104/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=108664 CPUtime=0.2 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 20237 0 0 0 17 3 0 0 23 0 1 0 11215304 111271936 19510 33554432000 4194304 4280283 140734437906832 18446744073709551615 4247858 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 27166 19513 224 21 0 23803 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 108664

[startup+0.300985 s]
/proc/loadavg: 1.14 1.94 2.65 5/183 26499
/proc/meminfo: memFree=30848104/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=145760 CPUtime=0.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 29734 0 0 0 25 4 0 0 24 0 1 0 11215304 149258240 28851 33554432000 4194304 4280283 140734437906832 18446744073709551615 232123740869 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 36440 28852 240 21 0 33077 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 145760

[startup+0.700914 s]
/proc/loadavg: 1.14 1.94 2.65 5/183 26499
/proc/meminfo: memFree=30848104/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=219660 CPUtime=0.69 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 47812 0 0 0 62 7 0 0 25 0 1 0 11215304 224931840 46929 33554432000 4194304 4280283 140734437906832 18446744073709551615 232124079872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 54915 46930 240 21 0 51552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 219660

[startup+1.50083 s]
/proc/loadavg: 1.14 1.94 2.65 6/190 26511
/proc/meminfo: memFree=30204776/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=253720 CPUtime=1.49 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 55316 0 0 0 141 8 0 0 25 0 1 0 11215304 259809280 54432 33554432000 4194304 4280283 140734437906832 18446744073709551615 4208940 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 63430 54432 251 21 0 60067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 253720

[startup+3.10049 s]
/proc/loadavg: 1.37 1.98 2.65 6/190 26511
/proc/meminfo: memFree=30204156/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=253720 CPUtime=3.09 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 55317 0 0 0 301 8 0 0 25 0 1 0 11215304 259809280 54433 33554432000 4194304 4280283 140734437906832 18446744073709551615 4208951 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 63430 54433 251 21 0 60067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 253720

[startup+6.30093 s]
/proc/loadavg: 1.37 1.98 2.65 6/190 26511
/proc/meminfo: memFree=30203164/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=253852 CPUtime=6.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 55335 0 0 0 621 8 0 0 25 0 1 0 11215304 259944448 54451 33554432000 4194304 4280283 140734437906832 18446744073709551615 4208951 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 63463 54451 251 21 0 60100 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 253852

[startup+12.7008 s]
/proc/loadavg: 1.58 2.01 2.66 6/190 26511
/proc/meminfo: memFree=30201860/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=254168 CPUtime=12.69 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 55394 0 0 0 1261 8 0 0 25 0 1 0 11215304 260268032 54510 33554432000 4194304 4280283 140734437906832 18446744073709551615 4208813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 63542 54510 251 21 0 60179 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 254168

[startup+25.5006 s]
/proc/loadavg: 2.12 2.11 2.68 6/190 26511
/proc/meminfo: memFree=30118164/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=254328 CPUtime=25.49 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 55452 0 0 0 2541 8 0 0 25 0 1 0 11215304 260431872 54568 33554432000 4194304 4280283 140734437906832 18446744073709551615 4208676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 63582 54568 251 21 0 60219 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254328

[startup+51.1011 s]
/proc/loadavg: 2.76 2.26 2.71 5/190 26550
/proc/meminfo: memFree=29493172/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=463672 CPUtime=51.1 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 100867 0 0 0 5096 14 0 0 25 0 1 0 11215304 474800128 99076 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 115918 99076 270 21 0 112555 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 463672

[startup+102.301 s]
/proc/loadavg: 3.50 2.55 2.79 5/190 26551
/proc/meminfo: memFree=26966160/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1160104 CPUtime=102.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 201767 0 0 0 10204 25 0 0 25 0 1 0 11215304 1187946496 199957 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 290026 199957 270 21 0 286663 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1160104

[startup+162.3 s]
/proc/loadavg: 3.84 2.81 2.86 5/190 26553
/proc/meminfo: memFree=24969400/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1729676 CPUtime=162.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 315186 0 0 0 16189 40 0 0 25 0 1 0 11215304 1771188224 313353 33554432000 4194304 4280283 140734437906832 18446744073709551615 4256747 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 432419 313357 270 21 0 429056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1729676

[startup+222.307 s]
/proc/loadavg: 3.95 3.04 2.93 5/190 26555
/proc/meminfo: memFree=23209168/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=2653552 CPUtime=222.3 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 447961 0 0 0 22172 58 0 0 25 0 1 0 11215304 2717237248 446095 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 663388 446095 271 21 0 660025 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2653552

[startup+282.3 s]
/proc/loadavg: 3.98 3.20 2.99 5/190 26557
/proc/meminfo: memFree=21454512/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=2655952 CPUtime=282.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 609351 0 0 0 28155 74 0 0 25 0 1 0 11215304 2719694848 607477 33554432000 4194304 4280283 140734437906832 18446744073709551615 4242881 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 663988 607477 270 21 0 660625 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2655952

[startup+342.301 s]
/proc/loadavg: 4.04 3.37 3.06 5/190 26557
/proc/meminfo: memFree=19577736/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=4157376 CPUtime=342.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 832080 0 0 0 34131 98 0 0 25 0 1 0 11215304 4257153024 830193 33554432000 4194304 4280283 140734437906832 18446744073709551615 4257972 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1039344 830193 270 21 0 1035981 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4157376

[startup+402.301 s]
/proc/loadavg: 4.01 3.47 3.11 5/190 26559
/proc/meminfo: memFree=17591208/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6592652 CPUtime=402.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1043744 0 0 0 40107 122 0 0 25 0 1 0 11215304 6750875648 1041853 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648163 1041853 270 21 0 1644800 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 6592652

[startup+462.3 s]
/proc/loadavg: 4.00 3.56 3.16 5/190 26561
/proc/meminfo: memFree=15705608/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6594516 CPUtime=462.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1232098 0 0 0 46089 140 0 0 25 0 1 0 11215304 6752784384 1230199 33554432000 4194304 4280283 140734437906832 18446744073709551615 4256843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648629 1230199 270 21 0 1645266 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 6594516

[startup+522.301 s]
/proc/loadavg: 4.00 3.64 3.21 5/190 26563
/proc/meminfo: memFree=14561416/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=522.29 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1455127 0 0 0 52064 165 0 0 25 0 1 0 11215304 6753513472 1453220 33554432000 4194304 4280283 140734437906832 18446744073709551615 4242809 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1453220 270 21 0 1645444 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 6595228

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

[startup+537.601 s]
/proc/loadavg: 4.00 3.66 3.23 5/190 26563
/proc/meminfo: memFree=13931964/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=537.59 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1501743 0 0 0 53589 170 0 0 25 0 1 0 11215304 6753513472 1499836 33554432000 4194304 4280283 140734437906832 18446744073709551615 4256601 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1499836 270 21 0 1645444 0
Current children cumulated CPU time (s) 537.59
Current children cumulated vsize (KiB) 6595228

[startup+550.401 s]
/proc/loadavg: 4.00 3.67 3.24 5/190 26563
/proc/meminfo: memFree=13309232/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=550.39 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1561159 0 0 0 54862 177 0 0 25 0 1 0 11215304 6753513472 1559252 33554432000 4194304 4280283 140734437906832 18446744073709551615 4256937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1559252 270 21 0 1645444 0
Current children cumulated CPU time (s) 550.39
Current children cumulated vsize (KiB) 6595228

[startup+563.201 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26563
/proc/meminfo: memFree=12722336/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=563.2 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1610170 0 0 0 56138 182 0 0 25 0 1 0 11215304 6753513472 1608262 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1608262 270 21 0 1645444 0
Current children cumulated CPU time (s) 563.2
Current children cumulated vsize (KiB) 6595228

[startup+566.401 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26563
/proc/meminfo: memFree=12624996/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=566.39 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1630473 0 0 0 56455 184 0 0 25 0 1 0 11215304 6753513472 1628564 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1628564 270 21 0 1645444 0
Current children cumulated CPU time (s) 566.39
Current children cumulated vsize (KiB) 6595228

[startup+568.001 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26563
/proc/meminfo: memFree=12492812/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=567.99 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1638346 0 0 0 56615 184 0 0 25 0 1 0 11215304 6753513472 1636437 33554432000 4194304 4280283 140734437906832 18446744073709551615 4243139 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1636437 270 21 0 1645444 0
Current children cumulated CPU time (s) 567.99
Current children cumulated vsize (KiB) 6595228

[startup+569.6 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26564
/proc/meminfo: memFree=12452760/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=569.59 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1640702 0 0 0 56774 185 0 0 25 0 1 0 11215304 6753513472 1638793 33554432000 4194304 4280283 140734437906832 18446744073709551615 4257392 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1638793 270 21 0 1645444 0
Current children cumulated CPU time (s) 569.59
Current children cumulated vsize (KiB) 6595228

[startup+570.4 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26564
/proc/meminfo: memFree=12408116/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6595228 CPUtime=570.39 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1642577 0 0 0 56854 185 0 0 25 0 1 0 11215304 6753513472 1640668 33554432000 4194304 4280283 140734437906832 18446744073709551615 4257520 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1648807 1640668 270 21 0 1645444 0
Current children cumulated CPU time (s) 570.39
Current children cumulated vsize (KiB) 6595228

[startup+570.8 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26564
/proc/meminfo: memFree=12408116/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=6603896 CPUtime=570.79 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1642965 0 0 0 56881 198 0 0 25 0 1 0 11215304 6762389504 586960 33554432000 4194304 4280283 140734437906832 18446744073709551615 232124123271 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 1650974 586740 285 21 0 1647611 0
Current children cumulated CPU time (s) 570.79
Current children cumulated vsize (KiB) 6603896

[startup+570.9 s]
/proc/loadavg: 4.00 3.69 3.25 5/190 26564
/proc/meminfo: memFree=18789900/32950928 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=244684 CPUtime=570.89 cores=0,2
/proc/26499/stat : 26499 (OptimuS_release) R 26497 26499 25460 0 -1 4202496 1642965 0 0 0 56884 205 0 0 25 0 1 0 11215304 250556416 39175 33554432000 4194304 4280283 140734437906832 18446744073709551615 232124123271 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26499/statm: 61171 39175 285 21 0 57808 0
Current children cumulated CPU time (s) 570.89
Current children cumulated vsize (KiB) 244684

Child status: 0
Real time (s): 570.914
CPU time (s): 570.913
CPU user time (s): 568.846
CPU system time (s): 2.06669
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 6646360

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

runsolver used 0.859869 second user time and 2.24566 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 17:05:05
IDJOB=3495417
IDBENCH=20419
IDSOLVER=1988
FILE ID=node124/3495417-1307804704
RUNJOBID= node124-1307804704-26452
PBS_JOBID= 13551055
Free space on /tmp= 73800 MiB

SOLVER NAME= OptimuS x100_source
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495417-1307804704/watcher-3495417-1307804704 -o /tmp/evaluation-result-3495417-1307804704/solver-3495417-1307804704 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495417-1307804704.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=167865502

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30848292 kB
Buffers:        138724 kB
Cached:        1657900 kB
SwapCached:          0 kB
Active:         806900 kB
Inactive:      1130480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30848292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45008 kB
Writeback:           8 kB
AnonPages:      140188 kB
Mapped:          16044 kB
Slab:           103776 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   302708 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= 73804 MiB
End job on node124 at 2011-06-11 17:14:36