Trace number 3494816

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 a100_source? 743.763 743.746

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

743.71/743.74	c - Reading the instance.. OK! Totally clauses:   649270; Vars:   115898; Time: 0.50
743.71/743.74	c - Unit propagation..     OK! Removed clauses:      288;                 Time: 0.00
743.71/743.74	c - Delete by resolution.. OK! Removed clauses:   126793;                 Time: 30.21
743.71/743.74	c   - Solving the original instance..
743.71/743.74	c     - yet UNKNOWN! Continue to clause elimination..
743.71/743.74	c   - round:    1;   Skips in previous round:    0
743.71/743.74	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-3494816-1307804673/watcher-3494816-1307804673 -o /tmp/evaluation-result-3494816-1307804673/solver-3494816-1307804673 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3494816-1307804673.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.24 2.05 2.77 4/181 17924
/proc/meminfo: memFree=31482704/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=23180 CPUtime=0 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1523 0 0 0 0 0 0 0 21 0 1 0 892066173 23736320 1462 33554432000 4194304 4279335 140734307682320 18446744073709551615 4265425 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 5795 1465 223 21 0 2432 0

[startup+0.0258651 s]
/proc/loadavg: 1.24 2.05 2.77 4/181 17924
/proc/meminfo: memFree=31482704/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=33216 CPUtime=0.02 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 3899 0 0 0 2 0 0 0 21 0 1 0 892066173 34013184 3702 33554432000 4194304 4279335 140734307682320 18446744073709551615 268272354840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 8304 3705 224 21 0 4941 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 33216

[startup+0.100855 s]
/proc/loadavg: 1.24 2.05 2.77 4/181 17924
/proc/meminfo: memFree=31482704/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=58608 CPUtime=0.09 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 10382 0 0 0 8 1 0 0 21 0 1 0 892066173 60014592 9963 33554432000 4194304 4279335 140734307682320 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 14652 9967 224 21 0 11289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58608

[startup+0.300818 s]
/proc/loadavg: 1.24 2.05 2.77 4/181 17924
/proc/meminfo: memFree=31482704/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=143188 CPUtime=0.29 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 26645 0 0 0 26 3 0 0 22 0 1 0 892066173 146624512 25843 33554432000 4194304 4279335 140734307682320 18446744073709551615 4221595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 35797 25844 239 21 0 32434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 143188

[startup+0.700747 s]
/proc/loadavg: 1.24 2.05 2.77 4/181 17924
/proc/meminfo: memFree=31482704/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=217436 CPUtime=0.69 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 45208 0 0 0 64 5 0 0 23 0 1 0 892066173 222654464 44406 33554432000 4194304 4279335 140734307682320 18446744073709551615 268272688896 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 54359 44408 239 21 0 50996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 217436

[startup+1.50061 s]
/proc/loadavg: 1.24 2.05 2.77 5/190 17944
/proc/meminfo: memFree=30823224/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=236476 CPUtime=1.49 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 47214 0 0 0 144 5 0 0 25 0 1 0 892066173 242151424 46411 33554432000 4194304 4279335 140734307682320 18446744073709551615 4210282 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 59119 46411 250 21 0 55756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 236476

[startup+3.10032 s]
/proc/loadavg: 1.46 2.09 2.78 5/190 17944
/proc/meminfo: memFree=30819900/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=236608 CPUtime=3.09 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 47232 0 0 0 304 5 0 0 25 0 1 0 892066173 242286592 46429 33554432000 4194304 4279335 140734307682320 18446744073709551615 4208950 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 59152 46429 250 21 0 55789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236608

[startup+6.30075 s]
/proc/loadavg: 1.46 2.09 2.78 5/190 17944
/proc/meminfo: memFree=30819116/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=236608 CPUtime=6.29 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 47235 0 0 0 624 5 0 0 25 0 1 0 892066173 242286592 46432 33554432000 4194304 4279335 140734307682320 18446744073709551615 4208928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 59152 46432 250 21 0 55789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 236608

[startup+12.7006 s]
/proc/loadavg: 1.85 2.15 2.79 5/190 17944
/proc/meminfo: memFree=30818108/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=236760 CPUtime=12.69 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 47304 0 0 0 1264 5 0 0 25 0 1 0 892066173 242442240 46497 33554432000 4194304 4279335 140734307682320 18446744073709551615 4208680 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 59190 46497 250 21 0 55827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 236760

[startup+25.5003 s]
/proc/loadavg: 2.18 2.21 2.80 5/190 17944
/proc/meminfo: memFree=30737648/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=237028 CPUtime=25.49 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 47359 0 0 0 2544 5 0 0 25 0 1 0 892066173 242716672 46552 33554432000 4194304 4279335 140734307682320 18446744073709551615 4209139 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 59257 46552 250 21 0 55894 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 237028

[startup+51.1008 s]
/proc/loadavg: 2.80 2.35 2.83 5/190 17983
/proc/meminfo: memFree=30145312/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=445156 CPUtime=51.09 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 101209 0 0 0 5096 13 0 0 25 0 1 0 892066173 455839744 99628 33554432000 4194304 4279335 140734307682320 18446744073709551615 268276147184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 111289 99628 270 21 0 107926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 445156

[startup+102.307 s]
/proc/loadavg: 3.52 2.63 2.90 5/190 17984
/proc/meminfo: memFree=27595836/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=1711936 CPUtime=102.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 287662 0 0 0 10194 36 0 0 25 0 1 0 892066173 1753022464 286066 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 427984 286066 270 21 0 424621 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1711936

[startup+162.301 s]
/proc/loadavg: 3.91 2.90 2.97 5/190 17986
/proc/meminfo: memFree=25304348/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=2635680 CPUtime=162.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 502522 0 0 0 16170 60 0 0 25 0 1 0 892066173 2698936320 500913 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242207 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 658920 500913 270 21 0 655557 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2635680

[startup+222.3 s]
/proc/loadavg: 3.96 3.10 3.03 5/190 17988
/proc/meminfo: memFree=23286828/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=4134848 CPUtime=222.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 689506 0 0 0 22149 81 0 0 25 0 1 0 892066173 4234084352 687891 33554432000 4194304 4279335 140734307682320 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1033712 687891 270 21 0 1030349 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 4134848

[startup+282.301 s]
/proc/loadavg: 3.98 3.25 3.09 5/190 17989
/proc/meminfo: memFree=21014748/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=4135692 CPUtime=282.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 877828 0 0 0 28128 102 0 0 25 0 1 0 892066173 4234948608 876202 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1033923 876202 270 21 0 1030560 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4135692

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.15 5/190 17991
/proc/meminfo: memFree=20295396/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=4136492 CPUtime=342.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1001083 0 0 0 34115 115 0 0 25 0 1 0 892066173 4235767808 999453 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1034123 999453 270 21 0 1030760 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4136492

[startup+402.3 s]
/proc/loadavg: 3.99 3.49 3.19 5/190 17992
/proc/meminfo: memFree=18243756/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6572520 CPUtime=402.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1104902 0 0 0 40102 128 0 0 25 0 1 0 892066173 6730260480 1103268 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643130 1103268 270 21 0 1639767 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6572520

[startup+462.3 s]
/proc/loadavg: 3.99 3.59 3.24 5/190 17994
/proc/meminfo: memFree=18164736/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6572880 CPUtime=462.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1213264 0 0 0 46088 142 0 0 25 0 1 0 892066173 6730629120 1211625 33554432000 4194304 4279335 140734307682320 18446744073709551615 4237869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643220 1211625 270 21 0 1639857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6572880

[startup+522.301 s]
/proc/loadavg: 3.99 3.66 3.29 5/190 17996
/proc/meminfo: memFree=16396568/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6573116 CPUtime=522.3 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1305852 0 0 0 52077 153 0 0 25 0 1 0 892066173 6730870784 1304213 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643279 1304213 270 21 0 1639916 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6573116

[startup+582.301 s]
/proc/loadavg: 3.99 3.72 3.33 5/190 17997
/proc/meminfo: memFree=14411164/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6573784 CPUtime=582.31 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1421136 0 0 0 58066 165 0 0 25 0 1 0 892066173 6731554816 1419496 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242179 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643446 1419496 270 21 0 1640083 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6573784

[startup+642.3 s]
/proc/loadavg: 3.99 3.77 3.37 5/190 17999
/proc/meminfo: memFree=15041904/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6574764 CPUtime=642.31 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1501882 0 0 0 64057 174 0 0 25 0 1 0 892066173 6732558336 1500242 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643691 1500242 270 21 0 1640328 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 6574764

[startup+702.301 s]
/proc/loadavg: 4.12 3.84 3.42 5/190 18000
/proc/meminfo: memFree=13275968/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=702.31 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1584330 0 0 0 70047 184 0 0 25 0 1 0 892066173 6733443072 1582689 33554432000 4194304 4279335 140734307682320 18446744073709551615 4237869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1582689 270 21 0 1640544 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 6575628

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

[startup+716.7 s]
/proc/loadavg: 4.10 3.84 3.42 5/190 18001
/proc/meminfo: memFree=12815176/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=716.71 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1609528 0 0 0 71485 186 0 0 25 0 1 0 892066173 6733443072 1607887 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1607887 270 21 0 1640544 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 6575628

[startup+729.501 s]
/proc/loadavg: 4.08 3.85 3.43 5/190 18001
/proc/meminfo: memFree=12438588/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=729.51 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1617354 0 0 0 72764 187 0 0 25 0 1 0 892066173 6733443072 1615713 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1615713 270 21 0 1640544 0
Current children cumulated CPU time (s) 729.51
Current children cumulated vsize (KiB) 6575628

[startup+735.907 s]
/proc/loadavg: 4.07 3.85 3.43 5/190 18001
/proc/meminfo: memFree=12236216/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=735.91 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1621713 0 0 0 73404 187 0 0 25 0 1 0 892066173 6733443072 1620072 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1620072 270 21 0 1640544 0
Current children cumulated CPU time (s) 735.91
Current children cumulated vsize (KiB) 6575628

[startup+739.1 s]
/proc/loadavg: 4.07 3.86 3.44 5/190 18001
/proc/meminfo: memFree=12141852/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=739.12 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1626107 0 0 0 73724 188 0 0 25 0 1 0 892066173 6733443072 1624466 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1624466 270 21 0 1640544 0
Current children cumulated CPU time (s) 739.12
Current children cumulated vsize (KiB) 6575628

[startup+742.301 s]
/proc/loadavg: 4.07 3.86 3.44 5/190 18001
/proc/meminfo: memFree=12073032/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=742.31 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1631916 0 0 0 74043 188 0 0 25 0 1 0 892066173 6733443072 1630275 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1630275 270 21 0 1640544 0
Current children cumulated CPU time (s) 742.31
Current children cumulated vsize (KiB) 6575628

[startup+743.1 s]
/proc/loadavg: 4.06 3.86 3.44 5/190 18001
/proc/meminfo: memFree=12045872/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6575628 CPUtime=743.11 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1633054 0 0 0 74123 188 0 0 25 0 1 0 892066173 6733443072 1631413 33554432000 4194304 4279335 140734307682320 18446744073709551615 4242197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1643907 1631413 270 21 0 1640544 0
Current children cumulated CPU time (s) 743.11
Current children cumulated vsize (KiB) 6575628

[startup+743.5 s]
/proc/loadavg: 4.06 3.86 3.44 5/190 18001
/proc/meminfo: memFree=12041284/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6585688 CPUtime=743.51 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1634253 0 0 0 74163 188 0 0 25 0 1 0 892066173 6743744512 1620798 33554432000 4194304 4279335 140734307682320 18446744073709551615 268272732295 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1646422 1620798 285 21 0 1643059 0
Current children cumulated CPU time (s) 743.51
Current children cumulated vsize (KiB) 6585688

[startup+743.7 s]
/proc/loadavg: 4.06 3.86 3.44 5/190 18001
/proc/meminfo: memFree=12041284/32950928 swapFree=67048868/67111528
[pid=17923] ppid=17921 vsize=6585688 CPUtime=743.71 cores=5,7
/proc/17923/stat : 17923 (OptimuS_release) R 17921 17923 17232 0 -1 4202496 1634253 0 0 0 74163 208 0 0 25 0 1 0 892066173 6743744512 145726 33554432000 4194304 4279335 140734307682320 18446744073709551615 268272732295 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17923/statm: 1646422 145704 285 21 0 1643059 0
Current children cumulated CPU time (s) 743.71
Current children cumulated vsize (KiB) 6585688

Child status: 0
Real time (s): 743.746
CPU time (s): 743.763
CPU user time (s): 741.656
CPU system time (s): 2.10668
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6585688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 741.656
system time used= 2.10668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1634254
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= 35
involuntary context switches= 444

runsolver used 1.18682 second user time and 2.87556 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-11 17:04:34
IDJOB=3494816
IDBENCH=20421
IDSOLVER=1986
FILE ID=node122/3494816-1307804673
RUNJOBID= node122-1307804673-17888
PBS_JOBID= 13551057
Free space on /tmp= 74064 MiB

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

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=1007833534

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31485612 kB
Buffers:        165772 kB
Cached:        1056204 kB
SwapCached:      14712 kB
Active:         441580 kB
Inactive:       868240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31485612 kB
SwapTotal:    67111528 kB
SwapFree:     67048868 kB
Dirty:           44864 kB
Writeback:           0 kB
AnonPages:       85280 kB
Mapped:           9228 kB
Slab:            90572 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   302676 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= 74064 MiB
End job on node122 at 2011-06-11 17:16:58