Trace number 3495416

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? 633.031 633.017

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark791.039
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

633.00/633.01	c - Reading the instance.. OK! Totally clauses:   649270; Vars:   115898; Time: 0.49
633.00/633.01	c - Unit propagation..     OK! Removed clauses:      288;                 Time: 0.00
633.00/633.01	c - Delete by resolution.. OK! Removed clauses:   126793;                 Time: 30.68
633.00/633.01	c   - Solving the original instance..
633.00/633.01	c     - yet UNKNOWN! Continue to clause elimination..
633.00/633.01	c   - round:    1;   Skips in previous round:    0
633.00/633.01	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-3495416-1307804704/watcher-3495416-1307804704 -o /tmp/evaluation-result-3495416-1307804704/solver-3495416-1307804704 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495416-1307804704.cnf 

running on 2 cores: 4,6

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 4/189 26510
/proc/meminfo: memFree=30799216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=23852 CPUtime=0 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1626 0 0 0 0 0 0 0 20 0 1 0 11215308 24424448 1493 33554432000 4194304 4280283 140734633759408 18446744073709551615 4252080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 5963 1499 223 21 0 2600 0

[startup+0.0450791 s]
/proc/loadavg: 1.14 1.94 2.65 4/189 26510
/proc/meminfo: memFree=30799216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=41296 CPUtime=0.03 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 5754 0 0 0 3 0 0 0 20 0 1 0 11215308 42287104 5498 33554432000 4194304 4280283 140734633759408 18446744073709551615 4267193 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 10324 5500 224 21 0 6961 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41296

[startup+0.101066 s]
/proc/loadavg: 1.14 1.94 2.65 4/189 26510
/proc/meminfo: memFree=30799216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=65732 CPUtime=0.09 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 10958 0 0 0 8 1 0 0 21 0 1 0 11215308 67309568 10521 33554432000 4194304 4280283 140734633759408 18446744073709551615 4267193 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 16433 10524 224 21 0 13070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65732

[startup+0.301029 s]
/proc/loadavg: 1.14 1.94 2.65 4/189 26510
/proc/meminfo: memFree=30799216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=144564 CPUtime=0.29 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 27196 0 0 0 25 4 0 0 21 0 1 0 11215308 148033536 26394 33554432000 4194304 4280283 140734633759408 18446744073709551615 232123740869 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 36141 26396 240 21 0 32778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 144564

[startup+0.700959 s]
/proc/loadavg: 1.14 1.94 2.65 4/189 26510
/proc/meminfo: memFree=30799216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=216864 CPUtime=0.69 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 45270 0 0 0 63 6 0 0 22 0 1 0 11215308 222068736 44468 33554432000 4194304 4280283 140734633759408 18446744073709551615 4223305 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 54216 44470 240 21 0 50853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 216864

[startup+1.50086 s]
/proc/loadavg: 1.14 1.94 2.65 5/190 26511
/proc/meminfo: memFree=30205396/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=232840 CPUtime=1.49 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 46580 0 0 0 143 6 0 0 25 0 1 0 11215308 238428160 45777 33554432000 4194304 4280283 140734633759408 18446744073709551615 4209774 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 58210 45777 251 21 0 54847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232840

[startup+3.10054 s]
/proc/loadavg: 1.37 1.98 2.65 5/190 26511
/proc/meminfo: memFree=30204156/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=232840 CPUtime=3.09 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 46596 0 0 0 303 6 0 0 25 0 1 0 11215308 238428160 45793 33554432000 4194304 4280283 140734633759408 18446744073709551615 4210313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 58210 45793 251 21 0 54847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 232840

[startup+6.30097 s]
/proc/loadavg: 1.37 1.98 2.65 5/190 26511
/proc/meminfo: memFree=30203164/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=232988 CPUtime=6.29 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 46600 0 0 0 623 6 0 0 25 0 1 0 11215308 238579712 45797 33554432000 4194304 4280283 140734633759408 18446744073709551615 4210364 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 58247 45797 251 21 0 54884 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 232988

[startup+12.7008 s]
/proc/loadavg: 1.58 2.01 2.66 5/190 26511
/proc/meminfo: memFree=30201860/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=232988 CPUtime=12.69 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 46634 0 0 0 1263 6 0 0 25 0 1 0 11215308 238579712 45831 33554432000 4194304 4280283 140734633759408 18446744073709551615 4208796 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 58247 45831 251 21 0 54884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232988

[startup+25.5006 s]
/proc/loadavg: 2.12 2.11 2.68 5/190 26511
/proc/meminfo: memFree=30119652/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=233376 CPUtime=25.49 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 46742 0 0 0 2543 6 0 0 25 0 1 0 11215308 238977024 45917 33554432000 4194304 4280283 140734633759408 18446744073709551615 4209762 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 58344 45917 251 21 0 54981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233376

[startup+51.1011 s]
/proc/loadavg: 2.76 2.26 2.71 5/190 26550
/proc/meminfo: memFree=29496148/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=441504 CPUtime=51.09 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 100799 0 0 0 5096 13 0 0 25 0 1 0 11215308 452100096 99198 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 110376 99198 270 21 0 107013 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 441504

[startup+102.307 s]
/proc/loadavg: 3.50 2.55 2.79 5/190 26551
/proc/meminfo: memFree=26971120/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=1708768 CPUtime=102.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 315649 0 0 0 10193 37 0 0 25 0 1 0 11215308 1749778432 314030 33554432000 4194304 4280283 140734633759408 18446744073709551615 4242856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 427192 314030 270 21 0 423829 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1708768

[startup+162.3 s]
/proc/loadavg: 3.84 2.81 2.86 5/190 26553
/proc/meminfo: memFree=24972996/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=2632804 CPUtime=162.29 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 555274 0 0 0 16169 60 0 0 25 0 1 0 11215308 2695991296 553648 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 658201 553648 270 21 0 654838 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2632804

[startup+222.301 s]
/proc/loadavg: 3.95 3.04 2.93 5/190 26555
/proc/meminfo: memFree=23210408/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=4131436 CPUtime=222.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 752264 0 0 0 22150 80 0 0 25 0 1 0 11215308 4230590464 750629 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243167 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1032859 750629 270 21 0 1029496 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 4131436

[startup+282.3 s]
/proc/loadavg: 3.98 3.20 2.99 5/190 26557
/proc/meminfo: memFree=21456496/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=4133000 CPUtime=282.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 939418 0 0 0 28130 100 0 0 25 0 1 0 11215308 4232192000 937780 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1033250 937780 270 21 0 1029887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4133000

[startup+342.301 s]
/proc/loadavg: 4.04 3.35 3.06 5/190 26557
/proc/meminfo: memFree=19580216/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6569956 CPUtime=342.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1106712 0 0 0 34115 115 0 0 25 0 1 0 11215308 6727634944 1105069 33554432000 4194304 4280283 140734633759408 18446744073709551615 4256601 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1642489 1105069 270 21 0 1639126 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6569956

[startup+402.301 s]
/proc/loadavg: 4.01 3.47 3.11 5/190 26559
/proc/meminfo: memFree=17593068/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6570676 CPUtime=402.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1264902 0 0 0 40099 131 0 0 25 0 1 0 11215308 6728372224 1263255 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1642669 1263255 270 21 0 1639306 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6570676

[startup+462.3 s]
/proc/loadavg: 4.00 3.56 3.16 5/190 26561
/proc/meminfo: memFree=15708336/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6571524 CPUtime=462.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1391443 0 0 0 46085 145 0 0 25 0 1 0 11215308 6729240576 1389793 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1642881 1389793 270 21 0 1639518 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6571524

[startup+522.301 s]
/proc/loadavg: 4.00 3.64 3.21 5/190 26563
/proc/meminfo: memFree=14564268/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6572268 CPUtime=522.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1465439 0 0 0 52077 153 0 0 25 0 1 0 11215308 6730002432 1463788 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1643067 1463788 270 21 0 1639704 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6572268

[startup+582.3 s]
/proc/loadavg: 4.00 3.70 3.26 5/190 26603
/proc/meminfo: memFree=18366164/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6586144 CPUtime=582.31 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1560776 0 0 0 58062 169 0 0 25 0 1 0 11215308 6744211456 1559109 33554432000 4194304 4280283 140734633759408 18446744073709551615 232127539640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1646536 1559109 270 21 0 1643173 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6586144

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

[startup+588.701 s]
/proc/loadavg: 4.00 3.71 3.27 5/190 26603
/proc/meminfo: memFree=17996888/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6588168 CPUtime=588.7 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1571160 0 0 0 58700 170 0 0 25 0 1 0 11215308 6746284032 1569492 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1647042 1569492 270 21 0 1643679 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 6588168

[startup+614.301 s]
/proc/loadavg: 4.00 3.73 3.29 5/190 26603
/proc/meminfo: memFree=16578952/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6589144 CPUtime=614.3 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1612962 0 0 0 61255 175 0 0 25 0 1 0 11215308 6747283456 1611291 33554432000 4194304 4280283 140734633759408 18446744073709551615 4256725 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1647286 1611291 270 21 0 1643923 0
Current children cumulated CPU time (s) 614.3
Current children cumulated vsize (KiB) 6589144

[startup+620.701 s]
/proc/loadavg: 4.00 3.74 3.29 5/190 26603
/proc/meminfo: memFree=18541372/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6590388 CPUtime=620.7 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1623331 0 0 0 61894 176 0 0 25 0 1 0 11215308 6748557312 1621657 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1647597 1621657 270 21 0 1644234 0
Current children cumulated CPU time (s) 620.7
Current children cumulated vsize (KiB) 6590388

[startup+627.1 s]
/proc/loadavg: 4.00 3.74 3.29 5/190 26603
/proc/meminfo: memFree=18232856/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6592924 CPUtime=627.1 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1630295 0 0 0 62533 177 0 0 25 0 1 0 11215308 6751154176 1628620 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243117 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1648231 1628620 270 21 0 1644868 0
Current children cumulated CPU time (s) 627.1
Current children cumulated vsize (KiB) 6592924

[startup+630.307 s]
/proc/loadavg: 4.00 3.75 3.30 5/190 26603
/proc/meminfo: memFree=18051560/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6593128 CPUtime=630.31 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1636034 0 0 0 62853 178 0 0 25 0 1 0 11215308 6751363072 1634359 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243139 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1648282 1634359 270 21 0 1644919 0
Current children cumulated CPU time (s) 630.31
Current children cumulated vsize (KiB) 6593128

[startup+631.9 s]
/proc/loadavg: 4.00 3.75 3.30 5/190 26603
/proc/meminfo: memFree=17989064/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6593128 CPUtime=631.9 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1637631 0 0 0 63012 178 0 0 25 0 1 0 11215308 6751363072 1635956 33554432000 4194304 4280283 140734633759408 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1648282 1635956 270 21 0 1644919 0
Current children cumulated CPU time (s) 631.9
Current children cumulated vsize (KiB) 6593128

[startup+632.7 s]
/proc/loadavg: 4.00 3.75 3.30 5/190 26603
/proc/meminfo: memFree=17931528/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6658664 CPUtime=632.71 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1638699 0 0 0 63092 179 0 0 25 0 1 0 11215308 6818471936 1637024 33554432000 4194304 4280283 140734633759408 18446744073709551615 232123735940 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1664666 1637024 285 21 0 1661303 0
Current children cumulated CPU time (s) 632.71
Current children cumulated vsize (KiB) 6658664

[startup+632.9 s]
/proc/loadavg: 4.00 3.75 3.30 5/190 26603
/proc/meminfo: memFree=17931528/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=6606836 CPUtime=632.91 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1638699 0 0 0 63100 191 0 0 25 0 1 0 11215308 6765400064 674898 33554432000 4194304 4280283 140734633759408 18446744073709551615 232124123271 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 1651709 674898 285 21 0 1648346 0
Current children cumulated CPU time (s) 632.91
Current children cumulated vsize (KiB) 6606836

[startup+633 s]
/proc/loadavg: 4.00 3.75 3.30 5/190 26603
/proc/meminfo: memFree=17931528/32950928 swapFree=67111528/67111528
[pid=26510] ppid=26508 vsize=248284 CPUtime=633 cores=4,6
/proc/26510/stat : 26510 (OptimuS_release) R 26508 26510 25460 0 -1 4202496 1638699 0 0 0 63101 199 0 0 25 0 1 0 11215308 254242816 39147 33554432000 4194304 4280283 140734633759408 18446744073709551615 232123728993 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26510/statm: 62071 39147 285 21 0 58708 0
Current children cumulated CPU time (s) 633
Current children cumulated vsize (KiB) 248284

Child status: 0
Real time (s): 633.017
CPU time (s): 633.031
CPU user time (s): 631.027
CPU system time (s): 2.00369
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6658664

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

runsolver used 1.03684 second user time and 2.41263 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
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:      30811044 kB
Buffers:        138728 kB
Cached:        1658672 kB
SwapCached:          0 kB
Active:         854940 kB
Inactive:      1119112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30811044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45784 kB
Writeback:           8 kB
AnonPages:      176272 kB
Mapped:          16044 kB
Slab:           103776 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   393764 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= 73812 MiB
End job on node124 at 2011-06-11 17:15:38