Trace number 3495117

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 p100_source? 928.403 928.385

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

928.31/928.38	c - Reading the instance.. OK! Totally clauses:   761906; Vars:   151768; Time: 0.58
928.31/928.38	c - Unit propagation..     OK! Removed clauses:      288;                 Time: 0.00
928.31/928.38	c - Delete by resolution.. OK! Removed clauses:   151394;                 Time: 31.20
928.31/928.38	c   - Solving the original instance..
928.31/928.38	c     - yet UNKNOWN! Continue to clause elimination..
928.31/928.38	c   - round:    1;   Skips in previous round:    0
928.31/928.38	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-3495117-1307804680/watcher-3495117-1307804680 -o /tmp/evaluation-result-3495117-1307804680/solver-3495117-1307804680 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495117-1307804680.cnf 

running on 2 cores: 5,7

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.01 1.77 2.80 5/189 28505
/proc/meminfo: memFree=31308928/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=8144 CPUtime=0 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) S 28503 28505 27643 0 -1 4194304 100 0 0 0 0 0 0 0 22 0 1 0 892067838 8339456 52 33554432000 4194304 4279399 140733391285232 18446744073709551615 237273955975 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/28505/statm: 2036 52 40 21 0 44 0

[startup+0.090944 s]
/proc/loadavg: 1.01 1.77 2.80 5/189 28505
/proc/meminfo: memFree=31308928/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=57404 CPUtime=0.08 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 9843 0 0 0 7 1 0 0 22 0 1 0 892067838 58781696 9472 33554432000 4194304 4279399 140733391285232 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 14351 9484 224 21 0 10988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57404

[startup+0.100941 s]
/proc/loadavg: 1.01 1.77 2.80 5/189 28505
/proc/meminfo: memFree=31308928/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=65200 CPUtime=0.08 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 10745 0 0 0 7 1 0 0 22 0 1 0 892067838 66764800 10339 33554432000 4194304 4279399 140733391285232 18446744073709551615 4264893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 16300 10342 224 21 0 12937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 65200

[startup+0.300904 s]
/proc/loadavg: 1.01 1.77 2.80 5/189 28505
/proc/meminfo: memFree=31308928/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=144536 CPUtime=0.28 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 29652 0 0 0 25 3 0 0 23 0 1 0 892067838 148004864 28769 33554432000 4194304 4279399 140733391285232 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 36134 28773 240 21 0 32771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 144536

[startup+0.700833 s]
/proc/loadavg: 1.01 1.77 2.80 5/189 28505
/proc/meminfo: memFree=31308928/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=221984 CPUtime=0.68 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 48318 0 0 0 62 6 0 0 25 0 1 0 892067838 227311616 47435 33554432000 4194304 4279399 140733391285232 18446744073709551615 4221617 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 55496 47436 240 21 0 52133 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 221984

[startup+1.50069 s]
/proc/loadavg: 1.01 1.77 2.80 5/190 28506
/proc/meminfo: memFree=30751572/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=257392 CPUtime=1.48 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 56061 0 0 0 141 7 0 0 25 0 1 0 892067838 263569408 55177 33554432000 4194304 4279399 140733391285232 18446744073709551615 4208928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 64348 55177 251 21 0 60985 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 257392

[startup+3.10041 s]
/proc/loadavg: 1.25 1.80 2.81 5/190 28506
/proc/meminfo: memFree=30748968/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=257528 CPUtime=3.08 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 56079 0 0 0 301 7 0 0 25 0 1 0 892067838 263708672 55195 33554432000 4194304 4279399 140733391285232 18446744073709551615 4210288 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 64382 55195 251 21 0 61019 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 257528

[startup+6.30084 s]
/proc/loadavg: 1.25 1.80 2.81 5/190 28506
/proc/meminfo: memFree=30749992/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=257528 CPUtime=6.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 56081 0 0 0 622 7 0 0 25 0 1 0 892067838 263708672 55197 33554432000 4194304 4279399 140733391285232 18446744073709551615 4208689 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 64382 55197 251 21 0 61019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 257528

[startup+12.7007 s]
/proc/loadavg: 1.67 1.87 2.82 5/190 28506
/proc/meminfo: memFree=30748668/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=257812 CPUtime=12.68 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 56152 0 0 0 1261 7 0 0 25 0 1 0 892067838 263999488 55264 33554432000 4194304 4279399 140733391285232 18446744073709551615 4209139 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 64453 55264 251 21 0 61090 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 257812

[startup+25.5004 s]
/proc/loadavg: 2.11 1.96 2.84 5/190 28506
/proc/meminfo: memFree=30651864/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=258212 CPUtime=25.48 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 56219 0 0 0 2541 7 0 0 25 0 1 0 892067838 264409088 55331 33554432000 4194304 4279399 140733391285232 18446744073709551615 4209243 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 64553 55331 251 21 0 61190 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 258212

[startup+51.1009 s]
/proc/loadavg: 2.75 2.12 2.87 5/190 28545
/proc/meminfo: memFree=30056736/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=467316 CPUtime=51.08 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 106470 0 0 0 5093 15 0 0 25 0 1 0 892067838 478531584 104664 33554432000 4194304 4279399 140733391285232 18446744073709551615 4241913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 116829 104664 270 21 0 113466 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 467316

[startup+102.307 s]
/proc/loadavg: 3.50 2.44 2.93 6/190 28546
/proc/meminfo: memFree=27572108/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=1165892 CPUtime=102.3 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 245997 0 0 0 10198 32 0 0 25 0 1 0 892067838 1193873408 244174 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 291473 244174 270 21 0 288110 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1165892

[startup+162.301 s]
/proc/loadavg: 3.80 2.70 2.99 5/190 28548
/proc/meminfo: memFree=25322448/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=2657636 CPUtime=162.28 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 428457 0 0 0 16177 51 0 0 25 0 1 0 892067838 2721419264 426623 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 664409 426623 270 21 0 661046 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2657636

[startup+222.3 s]
/proc/loadavg: 3.93 2.95 3.06 5/190 28549
/proc/meminfo: memFree=23274172/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=2658120 CPUtime=222.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 589022 0 0 0 22159 70 0 0 25 0 1 0 892067838 2721914880 587184 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 664530 587184 270 21 0 661167 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2658120

[startup+282.301 s]
/proc/loadavg: 3.97 3.12 3.11 5/190 28551
/proc/meminfo: memFree=21028364/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=4158208 CPUtime=282.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 718213 0 0 0 28144 85 0 0 25 0 1 0 892067838 4258004992 716368 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242463 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1039552 716368 270 21 0 1036189 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 4158208

[startup+342.301 s]
/proc/loadavg: 3.99 3.29 3.17 5/190 28553
/proc/meminfo: memFree=20227776/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=4158528 CPUtime=342.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 860788 0 0 0 34129 100 0 0 25 0 1 0 892067838 4258332672 858942 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1039632 858942 270 21 0 1036269 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4158528

[startup+402.3 s]
/proc/loadavg: 3.99 3.41 3.21 5/190 28554
/proc/meminfo: memFree=18206788/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=4158528 CPUtime=402.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 956505 0 0 0 40120 109 0 0 25 0 1 0 892067838 4258332672 954656 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1039632 954656 270 21 0 1036269 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 4158528

[startup+462.301 s]
/proc/loadavg: 3.99 3.52 3.26 5/190 28556
/proc/meminfo: memFree=18173392/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6594872 CPUtime=462.29 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1053249 0 0 0 46109 120 0 0 25 0 1 0 892067838 6753148928 1051397 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1648718 1051397 270 21 0 1645355 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 6594872

[startup+522.301 s]
/proc/loadavg: 4.04 3.61 3.31 5/190 28557
/proc/meminfo: memFree=16372880/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6594872 CPUtime=522.3 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1140762 0 0 0 52100 130 0 0 25 0 1 0 892067838 6753148928 1138903 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1648718 1138903 270 21 0 1645355 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6594872

[startup+582.3 s]
/proc/loadavg: 4.05 3.70 3.36 5/190 28559
/proc/meminfo: memFree=14418712/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6594872 CPUtime=582.3 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1227573 0 0 0 58090 140 0 0 25 0 1 0 892067838 6753148928 1225713 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1648718 1225713 270 21 0 1645355 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6594872

[startup+642.301 s]
/proc/loadavg: 4.02 3.75 3.39 5/190 28561
/proc/meminfo: memFree=14989816/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6595592 CPUtime=642.3 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1310102 0 0 0 64082 148 0 0 25 0 1 0 892067838 6753886208 1308240 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1648898 1308240 270 21 0 1645535 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 6595592

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.43 5/190 28562
/proc/meminfo: memFree=13235304/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6596380 CPUtime=702.3 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1379384 0 0 0 70074 156 0 0 25 0 1 0 892067838 6754693120 1377518 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649095 1377518 270 21 0 1645732 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 6596380

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.46 5/190 28564
/proc/meminfo: memFree=11344264/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6597076 CPUtime=762.31 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1463595 0 0 0 76065 166 0 0 25 0 1 0 892067838 6755405824 1461727 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649269 1461727 270 21 0 1645906 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 6597076

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.49 5/190 28641
/proc/meminfo: memFree=19304464/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6597076 CPUtime=822.31 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1541051 0 0 0 82056 175 0 0 25 0 1 0 892067838 6755405824 1539180 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649269 1539180 270 21 0 1645906 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 6597076

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.52 5/190 28643
/proc/meminfo: memFree=17766460/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=882.31 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1590430 0 0 0 88049 182 0 0 25 0 1 0 892067838 6756384768 1588558 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1588558 270 21 0 1646145 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 6598032

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

[startup+895.9 s]
/proc/loadavg: 4.00 3.88 3.52 5/190 28643
/proc/meminfo: memFree=17407960/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=895.91 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1603916 0 0 0 89407 184 0 0 25 0 1 0 892067838 6756384768 1602044 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1602044 270 21 0 1646145 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 6598032

[startup+908.7 s]
/proc/loadavg: 4.00 3.89 3.53 5/190 28644
/proc/meminfo: memFree=17079852/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=908.71 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1620111 0 0 0 90686 185 0 0 25 0 1 0 892067838 6756384768 1618239 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1618239 270 21 0 1646145 0
Current children cumulated CPU time (s) 908.71
Current children cumulated vsize (KiB) 6598032

[startup+921.501 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=16737480/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=921.51 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1635916 0 0 0 91964 187 0 0 25 0 1 0 892067838 6756384768 1634044 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1634044 270 21 0 1646145 0
Current children cumulated CPU time (s) 921.51
Current children cumulated vsize (KiB) 6598032

[startup+924.7 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=16666428/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=924.71 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1637861 0 0 0 92284 187 0 0 25 0 1 0 892067838 6756384768 1635989 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1635989 270 21 0 1646145 0
Current children cumulated CPU time (s) 924.71
Current children cumulated vsize (KiB) 6598032

[startup+926.301 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=16604180/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=926.31 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1641412 0 0 0 92444 187 0 0 25 0 1 0 892067838 6756384768 1639540 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1639540 270 21 0 1646145 0
Current children cumulated CPU time (s) 926.31
Current children cumulated vsize (KiB) 6598032

[startup+927.101 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=16604180/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=927.11 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1642030 0 0 0 92524 187 0 0 25 0 1 0 892067838 6756384768 1640158 33554432000 4194304 4279399 140733391285232 18446744073709551615 4241985 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1640158 270 21 0 1646145 0
Current children cumulated CPU time (s) 927.11
Current children cumulated vsize (KiB) 6598032

[startup+927.901 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=16570944/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6598032 CPUtime=927.9 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1643156 0 0 0 92603 187 0 0 25 0 1 0 892067838 6756384768 1641284 33554432000 4194304 4279399 140733391285232 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1649508 1641284 270 21 0 1646145 0
Current children cumulated CPU time (s) 927.9
Current children cumulated vsize (KiB) 6598032

[startup+928.301 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 28644
/proc/meminfo: memFree=21707644/32950904 swapFree=67055440/67111528
[pid=28505] ppid=28503 vsize=6603052 CPUtime=928.31 cores=5,7
/proc/28505/stat : 28505 (OptimuS_release) R 28503 28505 27643 0 -1 4202496 1643365 0 0 0 92626 205 0 0 25 0 1 0 892067838 6761525248 303937 33554432000 4194304 4279399 140733391285232 18446744073709551615 237278922887 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28505/statm: 1650763 303937 285 21 0 1647400 0
Current children cumulated CPU time (s) 928.31
Current children cumulated vsize (KiB) 6603052

Child status: 0
Real time (s): 928.385
CPU time (s): 928.403
CPU user time (s): 926.3
CPU system time (s): 2.10268
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6603964

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

runsolver used 1.44778 second user time and 3.62345 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 17:04:41
IDJOB=3495117
IDBENCH=20419
IDSOLVER=1987
FILE ID=node121/3495117-1307804680
RUNJOBID= node121-1307804680-28450
PBS_JOBID= 13551058
Free space on /tmp= 74036 MiB

SOLVER NAME= OptimuS p100_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-3495117-1307804680/watcher-3495117-1307804680 -o /tmp/evaluation-result-3495117-1307804680/solver-3495117-1307804680 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495117-1307804680.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=2097115724

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      31319400 kB
Buffers:        294592 kB
Cached:         952316 kB
SwapCached:       9944 kB
Active:         757124 kB
Inactive:       671876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31319400 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           47524 kB
Writeback:           0 kB
AnonPages:      179804 kB
Mapped:          12636 kB
Slab:           136568 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   455184 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= 74052 MiB
End job on node121 at 2011-06-11 17:20:09