Trace number 3495116

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? 776.573 776.554

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

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.77 2.80 5/186 28495
/proc/meminfo: memFree=31390056/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=23180 CPUtime=0 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1550 0 0 0 0 0 0 0 22 0 1 0 892067829 23736320 1490 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278937514 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 5903 1490 223 21 0 2540 0

[startup+0.104213 s]
/proc/loadavg: 1.01 1.77 2.80 5/186 28495
/proc/meminfo: memFree=31390056/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=58476 CPUtime=0.09 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 10311 0 0 0 8 1 0 0 23 0 1 0 892067829 59879424 9895 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 14619 9899 224 21 0 11256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58476

[startup+0.201154 s]
/proc/loadavg: 1.01 1.77 2.80 5/186 28495
/proc/meminfo: memFree=31390056/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=95460 CPUtime=0.19 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 18389 0 0 0 17 2 0 0 23 0 1 0 892067829 97751040 17688 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 23865 17692 224 21 0 20502 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 95460

[startup+0.301134 s]
/proc/loadavg: 1.01 1.77 2.80 5/186 28495
/proc/meminfo: memFree=31390056/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=139976 CPUtime=0.29 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 26115 0 0 0 25 4 0 0 23 0 1 0 892067829 143335424 25314 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 34994 25316 240 21 0 31631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 139976

[startup+0.701064 s]
/proc/loadavg: 1.01 1.77 2.80 5/186 28495
/proc/meminfo: memFree=31390056/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=212948 CPUtime=0.69 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 43670 0 0 0 63 6 0 0 25 0 1 0 892067829 218058752 42869 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 53237 42871 240 21 0 49874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 212948

[startup+1.50086 s]
/proc/loadavg: 1.01 1.77 2.80 5/190 28506
/proc/meminfo: memFree=30751200/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=236476 CPUtime=1.49 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 47214 0 0 0 143 6 0 0 25 0 1 0 892067829 242151424 46412 33554432000 4194304 4279399 140734983028864 18446744073709551615 4209224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 59119 46412 251 21 0 55756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 236476

[startup+3.10058 s]
/proc/loadavg: 1.25 1.80 2.81 5/190 28506
/proc/meminfo: memFree=30748844/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=236608 CPUtime=3.09 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 47232 0 0 0 303 6 0 0 25 0 1 0 892067829 242286592 46430 33554432000 4194304 4279399 140734983028864 18446744073709551615 4210811 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 59152 46430 251 21 0 55789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236608

[startup+6.30107 s]
/proc/loadavg: 1.25 1.80 2.81 5/190 28506
/proc/meminfo: memFree=30749992/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=236608 CPUtime=6.29 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 47235 0 0 0 623 6 0 0 25 0 1 0 892067829 242286592 46433 33554432000 4194304 4279399 140734983028864 18446744073709551615 4208796 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 59152 46433 251 21 0 55789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 236608

[startup+12.7009 s]
/proc/loadavg: 1.67 1.87 2.82 5/190 28506
/proc/meminfo: memFree=30748668/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=236760 CPUtime=12.69 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 47304 0 0 0 1263 6 0 0 25 0 1 0 892067829 242442240 46498 33554432000 4194304 4279399 140734983028864 18446744073709551615 4208796 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 59190 46498 251 21 0 55827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 236760

[startup+25.5007 s]
/proc/loadavg: 2.11 1.96 2.84 5/190 28506
/proc/meminfo: memFree=30651740/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=237028 CPUtime=25.49 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 47350 0 0 0 2543 6 0 0 25 0 1 0 892067829 242716672 46544 33554432000 4194304 4279399 140734983028864 18446744073709551615 4208928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 59257 46544 251 21 0 55894 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 237028

[startup+51.1011 s]
/proc/loadavg: 2.75 2.12 2.87 5/190 28545
/proc/meminfo: memFree=30056364/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=445156 CPUtime=51.09 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 96402 0 0 0 5095 14 0 0 25 0 1 0 892067829 455839744 94823 33554432000 4194304 4279399 140734983028864 18446744073709551615 4237912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 111289 94823 270 21 0 107926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 445156

[startup+102.301 s]
/proc/loadavg: 3.50 2.44 2.93 5/190 28546
/proc/meminfo: memFree=27571736/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=1143912 CPUtime=102.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 268409 0 0 0 10193 37 0 0 25 0 1 0 892067829 1171365888 266818 33554432000 4194304 4279399 140734983028864 18446744073709551615 4259163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 285978 266818 270 21 0 282615 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1143912

[startup+162.3 s]
/proc/loadavg: 3.80 2.70 2.99 5/190 28548
/proc/meminfo: memFree=25321580/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=2635680 CPUtime=162.29 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 472422 0 0 0 16171 58 0 0 25 0 1 0 892067829 2698936320 470816 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 658920 470816 270 21 0 655557 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2635680

[startup+222.307 s]
/proc/loadavg: 3.93 2.95 3.06 5/190 28549
/proc/meminfo: memFree=23274048/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=4134848 CPUtime=222.31 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 660425 0 0 0 22151 80 0 0 25 0 1 0 892067829 4234084352 658812 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1033712 658812 270 21 0 1030349 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 4134848

[startup+282.301 s]
/proc/loadavg: 3.97 3.12 3.11 5/190 28551
/proc/meminfo: memFree=21027868/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=4135440 CPUtime=282.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 836751 0 0 0 28133 97 0 0 25 0 1 0 892067829 4234690560 835126 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1033860 835126 270 21 0 1030497 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4135440

[startup+342.3 s]
/proc/loadavg: 3.99 3.29 3.17 5/190 28553
/proc/meminfo: memFree=20227528/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=4136012 CPUtime=342.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 977246 0 0 0 34118 112 0 0 25 0 1 0 892067829 4235276288 975617 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1034003 975617 270 21 0 1030640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4136012

[startup+402.301 s]
/proc/loadavg: 3.99 3.41 3.21 5/190 28554
/proc/meminfo: memFree=18205672/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6572272 CPUtime=402.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1072484 0 0 0 40107 123 0 0 25 0 1 0 892067829 6730006528 1070853 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643068 1070853 270 21 0 1639705 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6572272

[startup+462.301 s]
/proc/loadavg: 3.99 3.52 3.26 5/190 28556
/proc/meminfo: memFree=18171780/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6572520 CPUtime=462.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1174568 0 0 0 46096 134 0 0 25 0 1 0 892067829 6730260480 1172933 33554432000 4194304 4279399 140734983028864 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643130 1172933 270 21 0 1639767 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6572520

[startup+522.3 s]
/proc/loadavg: 4.04 3.61 3.31 5/190 28557
/proc/meminfo: memFree=16372508/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6573116 CPUtime=522.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1262030 0 0 0 52086 144 0 0 25 0 1 0 892067829 6730870784 1260392 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643279 1260392 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: 4.05 3.70 3.36 5/190 28559
/proc/meminfo: memFree=14418216/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6573624 CPUtime=582.31 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1372438 0 0 0 58074 157 0 0 25 0 1 0 892067829 6731390976 1370800 33554432000 4194304 4279399 140734983028864 18446744073709551615 4260832 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643406 1370800 270 21 0 1640043 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6573624

[startup+642.301 s]
/proc/loadavg: 4.02 3.75 3.39 5/190 28561
/proc/meminfo: memFree=15007672/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6573784 CPUtime=642.3 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1467541 0 0 0 64065 165 0 0 25 0 1 0 892067829 6731554816 1465902 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643446 1465902 270 21 0 1640083 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 6573784

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.43 5/190 28562
/proc/meminfo: memFree=13234932/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575368 CPUtime=702.31 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1535758 0 0 0 70057 174 0 0 25 0 1 0 892067829 6733176832 1534119 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643842 1534119 270 21 0 1640479 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 6575368

[startup+762.3 s]
/proc/loadavg: 4.00 3.83 3.46 5/190 28564
/proc/meminfo: memFree=11343768/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=762.31 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1618564 0 0 0 76048 183 0 0 25 0 1 0 892067829 6733443072 1616924 33554432000 4194304 4279399 140734983028864 18446744073709551615 237282409641 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1616924 270 21 0 1640544 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 6575628

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

[startup+768 s]
/proc/loadavg: 4.00 3.83 3.46 5/190 28564
/proc/meminfo: memFree=11191492/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=768.01 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1621441 0 0 0 76617 184 0 0 25 0 1 0 892067829 6733443072 1619801 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1619801 270 21 0 1640544 0
Current children cumulated CPU time (s) 768.01
Current children cumulated vsize (KiB) 6575628

[startup+771.207 s]
/proc/loadavg: 4.00 3.83 3.46 5/190 28564
/proc/meminfo: memFree=11090284/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=771.22 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1625421 0 0 0 76938 184 0 0 25 0 1 0 892067829 6733443072 1623781 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1623781 270 21 0 1640544 0
Current children cumulated CPU time (s) 771.22
Current children cumulated vsize (KiB) 6575628

[startup+774.4 s]
/proc/loadavg: 4.00 3.83 3.47 5/190 28564
/proc/meminfo: memFree=14175900/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=774.41 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1630640 0 0 0 77257 184 0 0 25 0 1 0 892067829 6733443072 1629000 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1629000 270 21 0 1640544 0
Current children cumulated CPU time (s) 774.41
Current children cumulated vsize (KiB) 6575628

[startup+775.2 s]
/proc/loadavg: 4.00 3.83 3.47 5/190 28564
/proc/meminfo: memFree=14175900/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=775.21 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1632074 0 0 0 77336 185 0 0 25 0 1 0 892067829 6733443072 1630434 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1630434 270 21 0 1640544 0
Current children cumulated CPU time (s) 775.21
Current children cumulated vsize (KiB) 6575628

[startup+776.001 s]
/proc/loadavg: 4.00 3.83 3.47 5/190 28564
/proc/meminfo: memFree=14140932/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6575628 CPUtime=776.01 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1633684 0 0 0 77416 185 0 0 25 0 1 0 892067829 6733443072 1632044 33554432000 4194304 4279399 140734983028864 18446744073709551615 4242254 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1643907 1632044 270 21 0 1640544 0
Current children cumulated CPU time (s) 776.01
Current children cumulated vsize (KiB) 6575628

[startup+776.401 s]
/proc/loadavg: 4.00 3.83 3.47 5/190 28564
/proc/meminfo: memFree=14140932/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6585688 CPUtime=776.41 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1634252 0 0 0 77445 196 0 0 25 0 1 0 892067829 6743744512 882260 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278922887 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1646422 881748 285 21 0 1643059 0
Current children cumulated CPU time (s) 776.41
Current children cumulated vsize (KiB) 6585688

[startup+776.501 s]
/proc/loadavg: 4.00 3.83 3.47 5/190 28564
/proc/meminfo: memFree=14140932/32950904 swapFree=67055440/67111528
[pid=28495] ppid=28493 vsize=6585688 CPUtime=776.51 cores=0,2
/proc/28495/stat : 28495 (OptimuS_release) R 28493 28495 27643 0 -1 4202496 1634252 0 0 0 77445 206 0 0 25 0 1 0 892067829 6743744512 182356 33554432000 4194304 4279399 140734983028864 18446744073709551615 237278922887 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28495/statm: 1646422 181844 285 21 0 1643059 0
Current children cumulated CPU time (s) 776.51
Current children cumulated vsize (KiB) 6585688

Child status: 0
Real time (s): 776.554
CPU time (s): 776.573
CPU user time (s): 774.48
CPU system time (s): 2.09268
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6585688

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

runsolver used 1.26981 second user time and 2.97255 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 17:04:41
IDJOB=3495116
IDBENCH=20421
IDSOLVER=1987
FILE ID=node121/3495116-1307804680
RUNJOBID= node121-1307804680-28447
PBS_JOBID= 13551058
Free space on /tmp= 74040 MiB

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

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
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:      31401900 kB
Buffers:        294584 kB
Cached:         950384 kB
SwapCached:       9944 kB
Active:         662740 kB
Inactive:       684120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31401900 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           45972 kB
Writeback:           0 kB
AnonPages:       99488 kB
Mapped:          12636 kB
Slab:           136568 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   323480 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= 74040 MiB
End job on node121 at 2011-06-11 17:17:37