Trace number 3713229

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 1.0? (TO) 1800.1 1800.61

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.79/6.06	o 7202
5.79/6.06	c current bound: 3601
5.87/6.14	c fallback to adder encoding
1080.36/1080.81	o 3591
1080.36/1080.81	c current bound: 1795
1080.36/1080.81	c fallback to adder encoding
1800.06/1800.61	./satsolver.sh: line 5: 13622 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	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-3713229-1338211909/watcher-3713229-1338211909 -o /tmp/evaluation-result-3713229-1338211909/solver-3713229-1338211909 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713229-1338211909.wbo 658705645 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: 2.07 2.02 2.00 3/176 13496
/proc/meminfo: memFree=27679048/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0

[startup+0.053349 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 13496
/proc/meminfo: memFree=27679048/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 13496
/proc/meminfo: memFree=27679048/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 13496
/proc/meminfo: memFree=27679048/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700186 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 13496
/proc/meminfo: memFree=27679048/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.15 2.03 2.01 3/178 13498
/proc/meminfo: memFree=27664380/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=34876 CPUtime=1.49 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) R 13496 13496 11248 0 -1 4202496 3158 0 0 0 148 1 0 0 20 0 1 0 287316365 35713024 5173 33554432000 4194304 5990268 140736394655744 140736394650984 4766785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13497/statm: 8719 5173 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10028 s]
/proc/loadavg: 2.15 2.03 2.01 3/178 13498
/proc/meminfo: memFree=27633848/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=68532 CPUtime=2.84 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 6888 0 0 0 276 8 0 0 20 0 1 0 287316365 70176768 11868 33554432000 4194304 5990268 140736394655744 140736394648896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13497/statm: 17133 11868 149 439 0 16690 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 77680

[startup+6.30021 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 13508
/proc/meminfo: memFree=27596496/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=112392 CPUtime=6.06 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) R 13496 13496 11248 0 -1 4202496 12070 28608 0 0 309 58 225 14 20 0 1 0 287316365 115089408 22420 33554432000 4194304 5990268 140736394655744 140736394648896 4568153 0 0 4096 0 0 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 28098 22420 162 439 0 27655 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 121540

[startup+12.7003 s]
/proc/loadavg: 2.20 2.05 2.01 3/181 13511
/proc/meminfo: memFree=27164452/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13510/stat : 13510 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287317099 9367552 267 33554432000 4194304 5064252 140734000702768 140734000701680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13510/statm: 2287 267 226 213 0 72 0
[pid=13511] ppid=13510 vsize=252844 CPUtime=5.34 cores=1,3,5,7
/proc/13511/stat : 13511 (glucose) R 13510 13496 11248 0 -1 4202496 40723 0 0 0 523 11 0 0 20 0 1 0 287317100 258912256 54028 33554432000 4194304 5208918 140736519857232 140736519855080 4211623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13511/statm: 63211 54028 95 248 0 62960 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 514604

[startup+25.5004 s]
/proc/loadavg: 2.17 2.04 2.01 3/181 13511
/proc/meminfo: memFree=26936336/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13510/stat : 13510 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287317099 9367552 267 33554432000 4194304 5064252 140734000702768 140734000701680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13510/statm: 2287 267 226 213 0 72 0
[pid=13511] ppid=13510 vsize=252844 CPUtime=18.14 cores=1,3,5,7
/proc/13511/stat : 13511 (glucose) R 13510 13496 11248 0 -1 4202496 40724 0 0 0 1803 11 0 0 20 0 1 0 287317100 258912256 54540 33554432000 4194304 5208918 140736519857232 140736519855080 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13511/statm: 63211 54540 95 248 0 62960 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 514604

[startup+51.1003 s]
/proc/loadavg: 2.25 2.07 2.02 3/183 13513
/proc/meminfo: memFree=23174688/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13510/stat : 13510 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287317099 9367552 267 33554432000 4194304 5064252 140734000702768 140734000701680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13510/statm: 2287 267 226 213 0 72 0
[pid=13511] ppid=13510 vsize=257348 CPUtime=43.74 cores=1,3,5,7
/proc/13511/stat : 13511 (glucose) R 13510 13496 11248 0 -1 4202496 41243 0 0 0 4363 11 0 0 20 0 1 0 287317100 263524352 55570 33554432000 4194304 5208918 140736519857232 140736519855064 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13511/statm: 64337 55570 104 248 0 64086 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 519108

[startup+102.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/184 13519
/proc/meminfo: memFree=25669728/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13510/stat : 13510 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287317099 9367552 267 33554432000 4194304 5064252 140734000702768 140734000701680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13510/statm: 2287 267 226 213 0 72 0
[pid=13511] ppid=13510 vsize=257348 CPUtime=94.93 cores=1,3,5,7
/proc/13511/stat : 13511 (glucose) R 13510 13496 11248 0 -1 4202496 41260 0 0 0 9482 11 0 0 20 0 1 0 287317100 263524352 55587 33554432000 4194304 5208918 140736519857232 140736519855064 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13511/statm: 64337 55587 104 248 0 64086 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 519108

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/183 13523
/proc/meminfo: memFree=24090940/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13510/stat : 13510 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287317099 9367552 267 33554432000 4194304 5064252 140734000702768 140734000701680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13510/statm: 2287 267 226 213 0 72 0
[pid=13511] ppid=13510 vsize=257348 CPUtime=154.92 cores=1,3,5,7
/proc/13511/stat : 13511 (glucose) R 13510 13496 11248 0 -1 4202496 41346 0 0 0 15481 11 0 0 20 0 1 0 287317100 263524352 56184 33554432000 4194304 5208918 140736519857232 140736519855064 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13511/statm: 64337 56184 104 248 0 64086 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 519108

[startup+222.307 s]
/proc/loadavg: 2.13 2.09 2.03 3/183 13523
/proc/meminfo: memFree=21118152/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=7.11 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 14320 28608 0 0 400 72 225 14 20 0 1 0 287316365 249307136 42595 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 42595 163 439 0 60423 0
[pid=13510] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/183 13633
/proc/meminfo: memFree=27931656/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=236080 CPUtime=340.24 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 38433 0 0 0 34014 10 0 0 20 0 1 0 287424564 241745920 52567 33554432000 4194304 5208918 140733441676224 140733441674072 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 59020 52567 105 248 0 58769 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 497840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 13633
/proc/meminfo: memFree=27930436/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=236884 CPUtime=400.22 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 38573 0 0 0 40012 10 0 0 20 0 1 0 287424564 242569216 52707 33554432000 4194304 5208918 140733441676224 140733441673976 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 59221 52707 105 248 0 58970 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 498644

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13634
/proc/meminfo: memFree=27930308/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=237156 CPUtime=460.22 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 38664 0 0 0 46012 10 0 0 20 0 1 0 287424564 242847744 52798 33554432000 4194304 5208918 140733441676224 140733441674072 4211176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 59289 52798 105 248 0 59038 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 498916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13634
/proc/meminfo: memFree=27927144/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=238408 CPUtime=520.21 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 38970 0 0 0 52010 11 0 0 20 0 1 0 287424564 244129792 53615 33554432000 4194304 5208918 140733441676224 140733441674072 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 59602 53615 105 248 0 59351 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 500168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13634
/proc/meminfo: memFree=27924544/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=241220 CPUtime=580.2 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 39598 0 0 0 58009 11 0 0 20 0 1 0 287424564 247009280 54243 33554432000 4194304 5208918 140733441676224 140733441674184 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 60305 54243 105 248 0 60054 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 502980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13637
/proc/meminfo: memFree=27921996/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=241652 CPUtime=640.19 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 39713 0 0 0 64008 11 0 0 20 0 1 0 287424564 247451648 54869 33554432000 4194304 5208918 140733441676224 140733441674120 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 60413 54869 105 248 0 60162 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 503412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13660
/proc/meminfo: memFree=27915556/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=243576 CPUtime=700.18 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 40204 0 0 0 70007 11 0 0 20 0 1 0 287424564 249421824 55871 33554432000 4194304 5208918 140733441676224 140733441674072 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 60894 55871 105 248 0 60643 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 505336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13660
/proc/meminfo: memFree=27914556/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=244544 CPUtime=718.48 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 40447 0 0 0 71837 11 0 0 20 0 1 0 287424564 250413056 56114 33554432000 4194304 5208918 140733441676224 140733441673976 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 61136 56114 105 248 0 60885 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 506304

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13660
/proc/meminfo: memFree=27914556/32873648 swapFree=6864/6864
[pid=13496] ppid=13494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13496/stat : 13496 (npSolver-wbo.sh) S 13494 13496 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287316365 9367552 275 33554432000 4194304 5064252 140734610242080 140734610240992 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13496/statm: 2287 275 233 213 0 72 0
[pid=13497] ppid=13496 vsize=243464 CPUtime=1081.58 cores=1,3,5,7
/proc/13497/stat : 13497 (npSolver-wbo) S 13496 13496 11248 0 -1 4202496 21322 80559 0 0 504 85 107507 62 20 0 1 0 287316365 249307136 40548 33554432000 4194304 5990268 140736394655744 140736394647184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/13497/statm: 60866 40548 164 439 0 60423 0
[pid=13621] ppid=13497 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13621/stat : 13621 (satsolver.sh) S 13497 13496 11248 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287424563 9367552 267 33554432000 4194304 5064252 140736892037280 140736892036192 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13621/statm: 2287 267 226 213 0 72 0
[pid=13622] ppid=13621 vsize=244544 CPUtime=718.48 cores=1,3,5,7
/proc/13622/stat : 13622 (glucose) R 13621 13496 11248 0 -1 4202496 40447 0 0 0 71837 11 0 0 20 0 1 0 287424564 250413056 56114 33554432000 4194304 5208918 140733441676224 140733441673976 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13622/statm: 61136 56114 105 248 0 60885 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 506304

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.1
CPU user time (s): 1798.5
CPU system time (s): 1.60176
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 638652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.60176
maximum resident set size= 289216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 529344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 957
involuntary context switches= 1888

runsolver used 3.2835 second user time and 9.37157 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 15:31:49
IDJOB=3713229
IDBENCH=79325
IDSOLVER=2294
FILE ID=node125/3713229-1338211909
RUNJOBID= node125-1338195650-11265
PBS_JOBID= 14624609
Free space on /tmp= 71252 MiB

SOLVER NAME= npSolver 1.0
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.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713229-1338211909/watcher-3713229-1338211909 -o /tmp/evaluation-result-3713229-1338211909/solver-3713229-1338211909 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713229-1338211909.wbo 658705645 HOME HOME

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

MD5SUM BENCH= 25ae7044365e399485d04cd072582b8a
RANDOM SEED=658705645

node125.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		: 2666.373
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	: 5332.74
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		: 2666.373
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		: 2666.373
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		: 2666.373
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.90
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		: 2666.373
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		: 2666.373
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	: 5438.54
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		: 2666.373
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		: 2666.373
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:       32873648 kB
MemFree:        27679692 kB
Buffers:          513300 kB
Cached:          2489876 kB
SwapCached:         2304 kB
Active:          2812568 kB
Inactive:        1516200 kB
Active(anon):    1316576 kB
Inactive(anon):     9556 kB
Active(file):    1495992 kB
Inactive(file):  1506644 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:             18140 kB
Writeback:             0 kB
AnonPages:       1348420 kB
Mapped:            14932 kB
Shmem:               104 kB
Slab:             725956 kB
SReclaimable:     169276 kB
SUnreclaim:       556680 kB
KernelStack:        1480 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2257232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1320960 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= 71012 MiB
End job on node125 at 2012-05-28 16:01:50