Trace number 3700643

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.08 1801.02

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.20-13.opb
MD5SUM33fd175b84968779bfb4b5b76f997c8b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11676
Best CPU time to get the best result obtained on this benchmark1800.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216117
Total number of constraints3620088
Number of constraints which are clauses3620088
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.08/10.11	c run usual solver
20.48/21.13	c model valid
20.48/21.13	c current solution ok
22.49/23.15	o 211607
22.49/23.15	c current bound: 105803
22.49/23.15	c fallback to adder encoding
1800.08/1801.01	c error: unexpected solver exit code
1800.08/1801.01	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-3700643-1338144885/watcher-3700643-1338144885 -o /tmp/evaluation-result-3700643-1338144885/solver-3700643-1338144885 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700643-1338144885.opb 662795804 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: 1.98 1.99 1.99 2/179 23883
/proc/meminfo: memFree=28575520/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0

[startup+0.064481 s]
/proc/loadavg: 1.98 1.99 1.99 2/179 23883
/proc/meminfo: memFree=28575520/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 1.98 1.99 1.99 2/179 23883
/proc/meminfo: memFree=28575520/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 1.98 1.99 1.99 2/179 23883
/proc/meminfo: memFree=28575520/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 1.98 1.99 1.99 2/179 23883
/proc/meminfo: memFree=28575520/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/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: 1.98 1.99 1.99 3/181 23885
/proc/meminfo: memFree=28565492/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=19772 CPUtime=1.49 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) R 23883 23883 21157 0 -1 4202496 3035 0 0 0 148 1 0 0 20 0 1 0 280616285 20246528 3005 33554432000 4194304 5992684 140736598476720 140736598472840 4374596 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 4943 3005 145 440 0 4499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28920

[startup+3.10027 s]
/proc/loadavg: 1.98 1.99 1.99 3/181 23885
/proc/meminfo: memFree=28554636/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=36552 CPUtime=3.09 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) R 23883 23883 21157 0 -1 4202496 3647 0 0 0 306 3 0 0 20 0 1 0 280616285 37429248 5653 33554432000 4194304 5992684 140736598476720 140736598472840 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 9138 5653 145 440 0 8694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45700

[startup+6.30027 s]
/proc/loadavg: 1.98 1.99 1.99 3/181 23885
/proc/meminfo: memFree=28537572/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=70112 CPUtime=6.28 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) R 23883 23883 21157 0 -1 4202496 4405 0 0 0 624 4 0 0 20 0 1 0 280616285 71794688 10994 33554432000 4194304 5992684 140736598476720 140736598472840 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 17528 10994 145 440 0 17084 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 79260

[startup+12.7004 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 23887
/proc/meminfo: memFree=28140816/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=158432 CPUtime=10.14 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 11337 0 0 0 993 21 0 0 20 0 1 0 280616285 162234368 25414 33554432000 4194304 5992684 140736598476720 140736598470752 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 39608 25414 164 440 0 39164 0
[pid=23886] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23886/stat : 23886 (cp2_pre.sh) S 23884 23883 21157 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 280617300 9367552 277 33554432000 4194304 5064252 140737469969248 140737469967952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23886/statm: 2287 277 234 213 0 72 0
[pid=23887] ppid=23886 vsize=287340 CPUtime=2.53 cores=0,2,4,6
/proc/23887/stat : 23887 (coprocessor) R 23886 23883 21157 0 -1 4202496 41330 0 0 0 243 10 0 0 20 0 1 0 280617301 294236160 70118 33554432000 4194304 6586260 140736720505248 140736720501400 4753787 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23887/statm: 71835 70118 182 584 0 71247 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 464068

[startup+25.5004 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 23897
/proc/meminfo: memFree=28081996/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=137760 CPUtime=0.45 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 26611 0 0 0 40 5 0 0 20 0 1 0 280618789 141066240 31723 33554432000 4194304 5208918 140734256565824 140734255515224 4221600 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23897/statm: 34440 31725 70 248 0 34189 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 463048

[startup+51.1005 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 23897
/proc/meminfo: memFree=27784148/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=461080 CPUtime=26.04 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 68017 0 0 0 2585 19 0 0 20 0 1 0 280618789 472145920 95760 33554432000 4194304 5208918 140734256565824 140734256563496 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 115270 95760 105 248 0 115019 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 786368

[startup+102.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/183 23897
/proc/meminfo: memFree=27746632/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=461080 CPUtime=77.24 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 68043 0 0 0 7705 19 0 0 20 0 1 0 280618789 472145920 95786 33554432000 4194304 5208918 140734256565824 140734256563496 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 115270 95786 105 248 0 115019 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 786368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23897
/proc/meminfo: memFree=27737964/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=461476 CPUtime=137.22 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 68140 0 0 0 13703 19 0 0 20 0 1 0 280618789 472551424 96394 33554432000 4194304 5208918 140734256565824 140734256563784 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 115369 96394 105 248 0 115118 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 786764

[startup+222.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23898
/proc/meminfo: memFree=27718772/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 106992 0 0 0 139631 71 0 0 20 0 1 0 280618789 677269504 141059 33554432000 4194304 5208918 140734256565824 140734256563576 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 165349 141059 105 248 0 165098 0
Current children cumulated CPU time (s) 1421.43
Current children cumulated vsize (KiB) 986684

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23931
/proc/meminfo: memFree=27312396/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=812988 CPUtime=1457.01 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 113948 0 0 0 145623 78 0 0 20 0 1 0 280618789 832499712 158533 33554432000 4194304 5208918 140734256565824 140734256563672 4222250 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 203247 158533 105 248 0 202996 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 1138276

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 23934
/proc/meminfo: memFree=27267744/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=695292 CPUtime=1517.01 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 117884 0 0 0 151618 83 0 0 20 0 1 0 280618789 711979008 155244 33554432000 4194304 5208918 140734256565824 140734256563672 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 173823 155244 105 248 0 173572 0
Current children cumulated CPU time (s) 1541.42
Current children cumulated vsize (KiB) 1020580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23934
/proc/meminfo: memFree=27315680/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=702056 CPUtime=1576.99 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 120802 0 0 0 157611 88 0 0 20 0 1 0 280618789 718905344 153417 33554432000 4194304 5208918 140734256565824 140734256563672 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 175514 153417 105 248 0 175263 0
Current children cumulated CPU time (s) 1601.4
Current children cumulated vsize (KiB) 1027344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23934
/proc/meminfo: memFree=27277912/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=716412 CPUtime=1636.98 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 124959 0 0 0 163606 92 0 0 20 0 1 0 280618789 733605888 157941 33554432000 4194304 5208918 140734256565824 140734256563672 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 179103 157941 105 248 0 178852 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 1041700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23935
/proc/meminfo: memFree=27271928/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=726236 CPUtime=1696.97 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 128618 0 0 0 169600 97 0 0 20 0 1 0 280618789 743665664 157341 33554432000 4194304 5208918 140734256565824 140734256563672 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 181559 157341 105 248 0 181308 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 1051524

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 23987
/proc/meminfo: memFree=27504664/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=736304 CPUtime=1756.97 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 131218 0 0 0 175596 101 0 0 20 0 1 0 280618789 753975296 168117 33554432000 4194304 5208918 140734256565824 140734256563672 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 184076 168117 105 248 0 183825 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 1061592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23987
/proc/meminfo: memFree=27546600/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=736724 CPUtime=1775.67 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 131571 0 0 0 177463 104 0 0 20 0 1 0 280618789 754405376 157698 33554432000 4194304 5208918 140734256565824 140734256563672 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 184181 157698 105 248 0 183930 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1062012

Sending SIGTERM to process tree (bottom up)

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

[startup+1801 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 23987
/proc/meminfo: memFree=27546600/32873648 swapFree=7116/7116
[pid=23883] ppid=23881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23883/stat : 23883 (npSolver-pbo.sh) S 23881 23883 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 280616285 9367552 275 33554432000 4194304 5064252 140737436706288 140737436705200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23883/statm: 2287 275 233 213 0 72 0
[pid=23884] ppid=23883 vsize=306992 CPUtime=24.41 cores=0,2,4,6
/proc/23884/stat : 23884 (npSolver-pbo) S 23883 23883 21157 0 -1 4202496 20303 76462 0 0 1631 211 547 52 20 0 1 0 280616285 314359808 60511 33554432000 4194304 5992684 140736598476720 140736598469040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23884/statm: 76748 60511 180 440 0 76304 0
[pid=23896] ppid=23884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (satsolver.sh) S 23884 23883 21157 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280618789 9367552 266 33554432000 4194304 5064252 140733452381808 140733452380720 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23896/statm: 2287 266 226 213 0 72 0
[pid=23897] ppid=23896 vsize=736724 CPUtime=1775.67 cores=0,2,4,6
/proc/23897/stat : 23897 (glucose) R 23896 23883 21157 0 -1 4202496 131571 0 0 0 177463 104 0 0 20 0 1 0 280618789 754405376 157698 33554432000 4194304 5208918 140734256565824 140734256563672 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23897/statm: 184181 157698 105 248 0 183930 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1062012

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23883 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=791687
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=650597
# CPU time returned by wait4() is 24.4423
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.02
CPU time (s): 1800.08
CPU user time (s): 1796.41
CPU system time (s): 3.67
CPU usage (%): 99.948
Max. virtual memory (cumulated for all children) (KiB): 1273340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7917
system time used= 2.6506
maximum resident set size= 364332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 527288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 730
involuntary context switches= 73

runsolver used 3.2685 second user time and 8.26974 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 20:54:49
IDJOB=3700643
IDBENCH=92809
IDSOLVER=2277
FILE ID=node114/3700643-1338144885
RUNJOBID= node114-1338123068-21173
PBS_JOBID= 14624495
Free space on /tmp= 71136 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.20-13.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700643-1338144885/watcher-3700643-1338144885 -o /tmp/evaluation-result-3700643-1338144885/solver-3700643-1338144885 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700643-1338144885.opb 662795804 HOME HOME

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

MD5SUM BENCH= 33fd175b84968779bfb4b5b76f997c8b
RANDOM SEED=662795804

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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		: 2666.242
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.242
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		: 2666.242
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.242
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:        28575780 kB
Buffers:          520824 kB
Cached:          2317564 kB
SwapCached:         2128 kB
Active:          2159208 kB
Inactive:        1280228 kB
Active(anon):     594832 kB
Inactive(anon):     7892 kB
Active(file):    1564376 kB
Inactive(file):  1272336 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:            121228 kB
Writeback:             0 kB
AnonPages:        607748 kB
Mapped:            15496 kB
Shmem:               116 kB
Slab:             714792 kB
SReclaimable:     158636 kB
SUnreclaim:       556156 kB
KernelStack:        1456 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     818280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 70972 MiB
End job on node114 at 2012-05-27 21:24:50