Trace number 3713922

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? (TO) 1800.09 1801.12

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-0-100-0.wbo
MD5SUM25ae7044365e399485d04cd072582b8a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark0.628904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints18058
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 911376
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 911375
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.79/2.82	c run usual solver
5.68/5.79	o 7202
5.68/5.79	c current bound: 3601
5.68/5.79	c fallback to adder encoding
1165.67/1166.64	o 3591
1165.67/1166.64	c current bound: 1795
1165.67/1166.64	c fallback to adder encoding
1800.06/1801.11	./satsolver.sh: line 5:  7816 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1801.11	c error: unexpected solver exit code
1800.06/1801.11	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-3713922-1338212633/watcher-3713922-1338212633 -o /tmp/evaluation-result-3713922-1338212633/solver-3713922-1338212633 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3713922-1338212633.wbo 825696048 HOME HOME 

running on 4 cores: 1,3,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): 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: 1.99 1.99 1.99 3/175 7644
/proc/meminfo: memFree=28481796/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0

[startup+0.075548 s]
/proc/loadavg: 1.99 1.99 1.99 3/175 7644
/proc/meminfo: memFree=28481796/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100206 s]
/proc/loadavg: 1.99 1.99 1.99 3/175 7644
/proc/meminfo: memFree=28481796/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 1.99 1.99 1.99 3/175 7644
/proc/meminfo: memFree=28481796/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 1.99 1.99 1.99 3/175 7644
/proc/meminfo: memFree=28481796/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 7648
/proc/meminfo: memFree=28415488/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=34876 CPUtime=1.49 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) R 7644 7644 4385 0 -1 4202496 2854 0 0 0 148 1 0 0 20 0 1 0 287388749 35713024 4869 33554432000 4194304 5990268 140736853226224 140736853221464 4604887 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7645/statm: 8719 4869 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10032 s]
/proc/loadavg: 2.07 2.01 2.00 3/177 7656
/proc/meminfo: memFree=28292672/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=68532 CPUtime=2.83 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 6793 0 0 0 275 8 0 0 20 0 1 0 287388749 70176768 11773 33554432000 4194304 5990268 140736853226224 140736853219376 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7645/statm: 17133 11773 149 439 0 16690 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 77680

[startup+6.30029 s]
/proc/loadavg: 2.07 2.01 2.00 3/179 7668
/proc/meminfo: memFree=28140804/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=145160 CPUtime=6.28 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) R 7644 7644 4385 0 -1 4202496 12667 28433 0 0 336 54 223 15 20 0 1 0 287388749 148643840 30683 33554432000 4194304 5990268 140736853226224 140736853218280 5042551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7645/statm: 36290 30683 162 439 0 35847 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 154308

[startup+12.7002 s]
/proc/loadavg: 2.14 2.02 2.00 3/181 7670
/proc/meminfo: memFree=27723216/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7669/stat : 7669 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287389502 9367552 267 33554432000 4194304 5064252 140734169387984 140734169386896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7669/statm: 2287 267 226 213 0 72 0
[pid=7670] ppid=7669 vsize=252844 CPUtime=4.86 cores=1,3,5,7
/proc/7670/stat : 7670 (glucose) R 7669 7644 4385 0 -1 4202496 42727 0 0 0 475 11 0 0 20 0 1 0 287389503 258912256 53988 33554432000 4194304 5208918 140737158691872 140737158689720 4211553 0 0 4096 0 0 0 0 17 5 0 0 28 0 0
/proc/7670/statm: 63211 53988 95 248 0 62960 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 514604

[startup+25.5003 s]
/proc/loadavg: 2.11 2.02 2.00 3/181 7670
/proc/meminfo: memFree=27728692/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7669/stat : 7669 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287389502 9367552 267 33554432000 4194304 5064252 140734169387984 140734169386896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7669/statm: 2287 267 226 213 0 72 0
[pid=7670] ppid=7669 vsize=252844 CPUtime=17.66 cores=1,3,5,7
/proc/7670/stat : 7670 (glucose) R 7669 7644 4385 0 -1 4202496 42727 0 0 0 1755 11 0 0 20 0 1 0 287389503 258912256 53988 33554432000 4194304 5208918 140737158691872 140737158689720 4228997 0 0 4096 0 0 0 0 17 5 0 0 28 0 0
/proc/7670/statm: 63211 53988 95 248 0 62960 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 514604

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 7670
/proc/meminfo: memFree=27724452/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7669/stat : 7669 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287389502 9367552 267 33554432000 4194304 5064252 140734169387984 140734169386896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7669/statm: 2287 267 226 213 0 72 0
[pid=7670] ppid=7669 vsize=257348 CPUtime=43.26 cores=1,3,5,7
/proc/7670/stat : 7670 (glucose) R 7669 7644 4385 0 -1 4202496 43248 0 0 0 4315 11 0 0 20 0 1 0 287389503 263524352 55020 33554432000 4194304 5208918 140737158691872 140737158689704 4205203 0 0 4096 0 0 0 0 17 5 0 0 28 0 0
/proc/7670/statm: 64337 55020 104 248 0 64086 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 519108

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 7670
/proc/meminfo: memFree=27716512/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7669/stat : 7669 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287389502 9367552 267 33554432000 4194304 5064252 140734169387984 140734169386896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7669/statm: 2287 267 226 213 0 72 0
[pid=7670] ppid=7669 vsize=257348 CPUtime=94.45 cores=1,3,5,7
/proc/7670/stat : 7670 (glucose) R 7669 7644 4385 0 -1 4202496 43265 0 0 0 9434 11 0 0 20 0 1 0 287389503 263524352 55037 33554432000 4194304 5208918 140737158691872 140737158689704 4228924 0 0 4096 0 0 0 0 17 5 0 0 28 0 0
/proc/7670/statm: 64337 55037 104 248 0 64086 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 519108

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 7670
/proc/meminfo: memFree=27714996/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7669/stat : 7669 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287389502 9367552 267 33554432000 4194304 5064252 140734169387984 140734169386896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7669/statm: 2287 267 226 213 0 72 0
[pid=7670] ppid=7669 vsize=257348 CPUtime=154.44 cores=1,3,5,7
/proc/7670/stat : 7670 (glucose) R 7669 7644 4385 0 -1 4202496 43379 0 0 0 15433 11 0 0 20 0 1 0 287389503 263524352 55151 33554432000 4194304 5208918 140737158691872 140737158689704 4228997 0 0 4096 0 0 0 0 17 5 0 0 28 0 0
/proc/7670/statm: 64337 55151 104 248 0 64086 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 519108

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 7671
/proc/meminfo: memFree=27709976/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=7.09 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 14432 28433 0 0 404 67 223 15 20 0 1 0 287388749 249307136 42197 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 42197 163 439 0 60423 0
[pid=7669] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7817
/proc/meminfo: memFree=27296708/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=235784 CPUtime=254.41 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 38936 0 0 0 25430 11 0 0 20 0 1 0 287505533 241442816 51747 33554432000 4194304 5208918 140736110097456 140736110095416 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 58946 51747 105 248 0 58695 0
Current children cumulated CPU time (s) 1421.33
Current children cumulated vsize (KiB) 497544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7818
/proc/meminfo: memFree=27292272/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=235920 CPUtime=314.4 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 38989 0 0 0 31429 11 0 0 20 0 1 0 287505533 241582080 51800 33554432000 4194304 5208918 140736110097456 140736110095304 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 58980 51800 105 248 0 58729 0
Current children cumulated CPU time (s) 1481.32
Current children cumulated vsize (KiB) 497680

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 7818
/proc/meminfo: memFree=27288224/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=236080 CPUtime=374.39 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 39038 0 0 0 37428 11 0 0 20 0 1 0 287505533 241745920 51849 33554432000 4194304 5208918 140736110097456 140736110095304 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 59020 51849 105 248 0 58769 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 497840

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 7821
/proc/meminfo: memFree=27280004/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=236884 CPUtime=434.36 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 39239 0 0 0 43425 11 0 0 20 0 1 0 287505533 242569216 52599 33554432000 4194304 5208918 140736110097456 140736110095208 4205746 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 59221 52599 105 248 0 58970 0
Current children cumulated CPU time (s) 1601.28
Current children cumulated vsize (KiB) 498644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7821
/proc/meminfo: memFree=27275420/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=237588 CPUtime=494.35 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 39401 0 0 0 49424 11 0 0 20 0 1 0 287505533 243290112 52759 33554432000 4194304 5208918 140736110097456 140736110095208 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 59397 52759 105 248 0 59146 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 499348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7821
/proc/meminfo: memFree=27271936/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=239280 CPUtime=554.34 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 39783 0 0 0 55423 11 0 0 20 0 1 0 287505533 245022720 53799 33554432000 4194304 5208918 140736110097456 140736110095128 4211577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 59820 53799 105 248 0 59569 0
Current children cumulated CPU time (s) 1721.26
Current children cumulated vsize (KiB) 501040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7822
/proc/meminfo: memFree=27263192/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=241220 CPUtime=614.34 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 40218 0 0 0 61423 11 0 0 20 0 1 0 287505533 247009280 54234 33554432000 4194304 5208918 140736110097456 140736110095416 4205672 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 60305 54234 105 248 0 60054 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 502980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7822
/proc/meminfo: memFree=27261148/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=241220 CPUtime=633.14 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 40226 0 0 0 63303 11 0 0 20 0 1 0 287505533 247009280 54242 33554432000 4194304 5208918 140736110097456 140736110095416 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 60305 54242 105 248 0 60054 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 502980

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7822
/proc/meminfo: memFree=27261148/32873624 swapFree=7104/7104
[pid=7644] ppid=7642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7644/stat : 7644 (npSolver-wbo-I.) S 7642 7644 4385 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287388749 9367552 274 33554432000 4194304 5064252 140734179696960 140734179695872 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7644/statm: 2287 274 233 213 0 72 0
[pid=7645] ppid=7644 vsize=243464 CPUtime=1166.92 cores=1,3,5,7
/proc/7645/stat : 7645 (npSolver-wbo) S 7644 7644 4385 0 -1 4202496 21687 82684 0 0 511 80 116048 53 20 0 1 0 287388749 249307136 40662 33554432000 4194304 5990268 140736853226224 140736853217664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 42 0 0
/proc/7645/statm: 60866 40662 164 439 0 60423 0
[pid=7815] ppid=7645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7815/stat : 7815 (satsolver.sh) S 7645 7644 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287505533 9367552 267 33554432000 4194304 5064252 140735782715776 140735782714688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7815/statm: 2287 267 226 213 0 72 0
[pid=7816] ppid=7815 vsize=241220 CPUtime=633.14 cores=1,3,5,7
/proc/7816/stat : 7816 (glucose) R 7815 7644 4385 0 -1 4202496 40226 0 0 0 63303 11 0 0 20 0 1 0 287505533 247009280 54242 33554432000 4194304 5208918 140736110097456 140736110095416 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7816/statm: 60305 54242 105 248 0 60054 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 502980

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.09
CPU user time (s): 1798.63
CPU system time (s): 1.46478
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 638652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.46478
maximum resident set size= 287008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 529328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 960
involuntary context switches= 1883

runsolver used 3.60245 second user time and 8.41772 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-28 15:43:53
IDJOB=3713922
IDBENCH=79325
IDSOLVER=2295
FILE ID=node121/3713922-1338212633
RUNJOBID= node121-1338194146-4402
PBS_JOBID= 14624594
Free space on /tmp= 71644 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713922-1338212633/watcher-3713922-1338212633 -o /tmp/evaluation-result-3713922-1338212633/solver-3713922-1338212633 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3713922-1338212633.wbo 825696048 HOME HOME

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

MD5SUM BENCH= 25ae7044365e399485d04cd072582b8a
RANDOM SEED=825696048

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.91
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28481688 kB
Buffers:          584476 kB
Cached:          2906272 kB
SwapCached:            0 kB
Active:           980568 kB
Inactive:        2547796 kB
Active(anon):      34868 kB
Inactive(anon):        0 kB
Active(file):     945700 kB
Inactive(file):  2547796 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17736 kB
Writeback:             0 kB
AnonPages:         27108 kB
Mapped:            14664 kB
Shmem:               200 kB
Slab:             725368 kB
SReclaimable:     169104 kB
SUnreclaim:       556264 kB
KernelStack:        1496 kB
PageTables:         3864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     148368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71296 MiB
End job on node121 at 2012-05-28 16:13:54