Trace number 3715333

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
npSolver inc-topdown-quickBound? (TO) 1800.12 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv12.ucl--soft-33-100-0.wbo
MD5SUMd2bb62ae8ab16c7fb57ef4b7c9a87326
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark15.3847
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables25800
Total number of constraints76699
Number of soft constraints51382
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 2592280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2592279
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.79	c run usual solver
2.37/2.42	o 739
2.37/2.42	c starting approximation
2.37/2.42	c factor = 2
2.37/2.42	c factor still to low - shrinking to 113.914
2.37/2.42	c approx number of clauses: 1e+06
2.37/2.42	c current bound: 369
1800.09/1800.40	./satsolver.sh: line 5: 21758 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3715333-1338159540/watcher-3715333-1338159540 -o /tmp/evaluation-result-3715333-1338159540/solver-3715333-1338159540 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715333-1338159540.wbo 454841579 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.67 1.95 1.77 3/179 21744
/proc/meminfo: memFree=23114240/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (runsolver) D 21742 21744 21579 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 282079777 12095488 51 33554432000 4194304 5436572 140736084959328 140736084955624 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/21744/statm: 2953 51 31 304 0 2645 0

[startup+0.0326839 s]
/proc/loadavg: 2.67 1.95 1.77 3/179 21744
/proc/meminfo: memFree=23114240/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100147 s]
/proc/loadavg: 2.67 1.95 1.77 3/179 21744
/proc/meminfo: memFree=23114240/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30012 s]
/proc/loadavg: 2.67 1.95 1.77 3/179 21744
/proc/meminfo: memFree=23114240/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700102 s]
/proc/loadavg: 2.67 1.95 1.77 3/179 21744
/proc/meminfo: memFree=23114240/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.67 1.95 1.77 3/183 21748
/proc/meminfo: memFree=23049848/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=25356 CPUtime=0.86 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 5163 0 0 0 79 7 0 0 20 0 1 0 282079778 25964544 4944 33554432000 4194304 5990268 140734883032272 140734883025424 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 6339 4944 149 439 0 5896 0
[pid=21747] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21747/stat : 21747 (cp2_pre.sh) S 21746 21744 21579 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 282079864 9367552 276 33554432000 4194304 5064252 140736715014032 140736715012736 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21747/statm: 2287 276 234 213 0 72 0
[pid=21748] ppid=21747 vsize=50288 CPUtime=0.61 cores=0,2,4,6
/proc/21748/stat : 21748 (coprocessor) R 21747 21744 21579 0 -1 4202496 9895 0 0 0 60 1 0 0 20 0 1 0 282079865 51494912 11900 33554432000 4194304 6586260 140736826630656 140736826627416 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/21748/statm: 12572 11900 192 584 0 11984 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 93940

[startup+3.10026 s]
/proc/loadavg: 2.61 1.95 1.77 3/183 21751
/proc/meminfo: memFree=23052112/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 40756

[startup+6.30022 s]
/proc/loadavg: 2.61 1.95 1.77 3/183 21765
/proc/meminfo: memFree=23979292/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=68224 CPUtime=3.75 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14123 0 0 0 374 1 0 0 20 0 1 0 282080031 69861376 14689 33554432000 4194304 5208918 140735093471744 140735093469592 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 17056 14689 95 248 0 16805 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 118128

[startup+12.7002 s]
/proc/loadavg: 2.67 1.98 1.78 3/183 21765
/proc/meminfo: memFree=23261572/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=68560 CPUtime=10.15 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14179 0 0 0 1014 1 0 0 20 0 1 0 282080031 70205440 14745 33554432000 4194304 5208918 140735093471744 140735093469416 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 17140 14745 95 248 0 16889 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 118464

[startup+25.5002 s]
/proc/loadavg: 2.64 2.00 1.79 3/183 21765
/proc/meminfo: memFree=23099144/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=68560 CPUtime=22.95 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14180 0 0 0 2294 1 0 0 20 0 1 0 282080031 70205440 14746 33554432000 4194304 5208918 140735093471744 140735093469416 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 17140 14746 95 248 0 16889 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 118464

[startup+51.1002 s]
/proc/loadavg: 2.42 2.00 1.79 3/183 21772
/proc/meminfo: memFree=23127392/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=68560 CPUtime=48.55 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14205 0 0 0 4853 2 0 0 20 0 1 0 282080031 70205440 14771 33554432000 4194304 5208918 140735093471744 140735093469416 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 17140 14771 95 248 0 16889 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 118464

[startup+102.3 s]
/proc/loadavg: 2.37 2.06 1.82 3/184 21782
/proc/meminfo: memFree=23094728/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=68856 CPUtime=99.74 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14360 0 0 0 9972 2 0 0 20 0 1 0 282080031 70508544 14926 33554432000 4194304 5208918 140735093471744 140735093469592 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 17214 14926 95 248 0 16963 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 118760

[startup+162.3 s]
/proc/loadavg: 2.38 2.12 1.86 3/184 21819
/proc/meminfo: memFree=23239564/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=76184 CPUtime=159.73 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 14595 0 0 0 15971 2 0 0 20 0 1 0 282080031 78012416 15161 33554432000 4194304 5208918 140735093471744 140735093469896 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 19046 15161 95 248 0 18795 0
Current children cumulated CPU time (s) 162.24

################
# More data... #
################


[startup+1422.3 s]
/proc/loadavg: 2.29 2.28 2.16 3/183 22060
/proc/meminfo: memFree=22972060/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=88724 CPUtime=1419.54 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16365 0 0 0 141950 4 0 0 20 0 1 0 282080031 90853376 19494 33554432000 4194304 5208918 140735093471744 140735093469592 4211550 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 22181 19494 96 248 0 21930 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 138628

[startup+1482.3 s]
/proc/loadavg: 2.39 2.30 2.17 3/183 22075
/proc/meminfo: memFree=23059076/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=88724 CPUtime=1479.53 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16366 0 0 0 147949 4 0 0 20 0 1 0 282080031 90853376 19495 33554432000 4194304 5208918 140735093471744 140735093469592 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 22181 19495 96 248 0 21930 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 138628

[startup+1542.3 s]
/proc/loadavg: 2.26 2.28 2.17 3/183 22089
/proc/meminfo: memFree=23894536/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=88724 CPUtime=1539.52 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16366 0 0 0 153948 4 0 0 20 0 1 0 282080031 90853376 19495 33554432000 4194304 5208918 140735093471744 140735093469592 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 22181 19495 96 248 0 21930 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 138628

[startup+1602.3 s]
/proc/loadavg: 2.22 2.26 2.17 3/181 22138
/proc/meminfo: memFree=26699464/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=88724 CPUtime=1599.51 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16367 0 0 0 159947 4 0 0 20 0 1 0 282080031 90853376 20007 33554432000 4194304 5208918 140735093471744 140735093469592 4211665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 22181 20007 96 248 0 21930 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 138628

[startup+1662.3 s]
/proc/loadavg: 2.49 2.32 2.20 3/183 22176
/proc/meminfo: memFree=26187700/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=88724 CPUtime=1659.5 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16376 0 0 0 165946 4 0 0 20 0 1 0 282080031 90853376 20016 33554432000 4194304 5208918 140735093471744 140735093469592 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 22181 20016 96 248 0 21930 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 138628

[startup+1722.3 s]
/proc/loadavg: 2.47 2.34 2.21 3/183 22218
/proc/meminfo: memFree=26204960/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=77080 CPUtime=1719.48 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16719 0 0 0 171944 4 0 0 20 0 1 0 282080031 78929920 16881 33554432000 4194304 5208918 140735093471744 140735093469832 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 19270 16881 96 248 0 19019 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 126984

[startup+1782.31 s]
/proc/loadavg: 2.21 2.29 2.19 3/183 22268
/proc/meminfo: memFree=26438828/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=77080 CPUtime=1779.48 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16725 0 0 0 177944 4 0 0 20 0 1 0 282080031 78929920 17398 33554432000 4194304 5208918 140735093471744 140735093469832 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 19270 17398 96 248 0 19019 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 126984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.24 2.29 2.19 3/183 22275
/proc/meminfo: memFree=26203232/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=77080 CPUtime=1797.58 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16726 0 0 0 179754 4 0 0 20 0 1 0 282080031 78929920 17399 33554432000 4194304 5208918 140735093471744 140735093469832 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 19270 17399 96 248 0 19019 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 126984

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.24 2.29 2.19 3/183 22275
/proc/meminfo: memFree=26203232/32873660 swapFree=7120/7120
[pid=21744] ppid=21742 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (npSolver-wbo-It) S 21742 21744 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282079777 9367552 275 33554432000 4194304 5064252 140734873075376 140734873074288 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 2287 275 233 213 0 72 0
[pid=21746] ppid=21744 vsize=31608 CPUtime=2.51 cores=0,2,4,6
/proc/21746/stat : 21746 (npSolver-wbo) S 21744 21744 21579 0 -1 4202496 8670 19505 0 0 93 25 127 6 20 0 1 0 282079778 32366592 6150 33554432000 4194304 5990268 140734883032272 140734883023680 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 7902 6150 174 439 0 7459 0
[pid=21757] ppid=21746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21757/stat : 21757 (satsolver.sh) S 21746 21744 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282080030 9367552 266 33554432000 4194304 5064252 140735976637216 140735976636128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21757/statm: 2287 266 226 213 0 72 0
[pid=21758] ppid=21757 vsize=77080 CPUtime=1797.58 cores=0,2,4,6
/proc/21758/stat : 21758 (glucose) R 21757 21744 21579 0 -1 4202496 16726 0 0 0 179754 4 0 0 20 0 1 0 282080031 78929920 17399 33554432000 4194304 5208918 140735093471744 140735093469832 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21758/statm: 19270 17399 96 248 0 19019 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 126984

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.76
CPU system time (s): 0.365944
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 157336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.365944
maximum resident set size= 95628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 51752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147
involuntary context switches= 1919

runsolver used 3.12552 second user time and 7.69583 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 00:59:00
IDJOB=3715333
IDBENCH=78610
IDSOLVER=2297
FILE ID=node117/3715333-1338159540
RUNJOBID= node117-1338159294-21595
PBS_JOBID= 14624552
Free space on /tmp= 68380 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715333-1338159540/watcher-3715333-1338159540 -o /tmp/evaluation-result-3715333-1338159540/solver-3715333-1338159540 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715333-1338159540.wbo 454841579 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d2bb62ae8ab16c7fb57ef4b7c9a87326
RANDOM SEED=454841579

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        23115248 kB
Buffers:          344996 kB
Cached:          5778992 kB
SwapCached:            0 kB
Active:          6644240 kB
Inactive:        2195036 kB
Active(anon):    2706688 kB
Inactive(anon):    11352 kB
Active(file):    3937552 kB
Inactive(file):  2183684 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10632 kB
Writeback:           196 kB
AnonPages:       2722592 kB
Mapped:            15504 kB
Shmem:               200 kB
Slab:             776700 kB
SReclaimable:     220372 kB
SUnreclaim:       556328 kB
KernelStack:        1480 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    3651380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1943552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69584 MiB
End job on node117 at 2012-05-28 01:29:01