Trace number 3750831

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.1 1800.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMd2bbedf2ff9ef2e6ad23a9f71b3b2a0e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6444
Best CPU time to get the best result obtained on this benchmark1797.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 885852
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 885852
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.29/2.31	c run usual solver
681.86/682.05	c model valid
681.86/682.05	c current solution ok
685.29/685.50	o -1645
685.29/685.50	c current bound: 442103
685.29/685.50	c fallback to adder encoding
1800.05/1800.51	./satsolver.sh: line 5:  4563 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.51	c error: unexpected solver exit code
1800.05/1800.51	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-3750831-1339172457/watcher-3750831-1339172457 -o /tmp/evaluation-result-3750831-1339172457/solver-3750831-1339172457 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750831-1339172457.opb 375489240 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4543
/proc/meminfo: memFree=28689488/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0

[startup+0.076864 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4543
/proc/meminfo: memFree=28689488/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4543
/proc/meminfo: memFree=28689488/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4543
/proc/meminfo: memFree=28689488/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4543
/proc/meminfo: memFree=28689488/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4545
/proc/meminfo: memFree=28544328/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=241416 CPUtime=1.49 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) R 4543 4543 4063 0 -1 4202496 23297 0 0 0 144 5 0 0 20 0 1 0 383371583 247209984 44974 33554432000 4194304 6004724 140734748432480 140734748427432 4536305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 60354 44974 154 442 0 59908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250564

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4545
/proc/meminfo: memFree=28463964/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=2.34 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23635 0 0 0 208 26 0 0 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748426528 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 176896
heavy processes:

[startup+6.30122 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4547
/proc/meminfo: memFree=27981328/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=2.34 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23635 0 0 0 208 26 0 0 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748426528 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4546] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4546/stat : 4546 (cp2_pre.sh) S 4544 4543 4063 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383371818 9367552 276 33554432000 4194304 5064252 140736442720768 140736442719472 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4546/statm: 2287 276 234 213 0 72 0
[pid=4547] ppid=4546 vsize=514532 CPUtime=3.93 cores=0,2,4,6
/proc/4547/stat : 4547 (coprocessor) R 4546 4543 4063 0 -1 4202496 56984 0 0 0 377 16 0 0 20 0 1 0 383371819 526880768 122825 33554432000 4194304 6586260 140735853610896 140735853607048 4775781 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/4547/statm: 128633 122825 173 584 0 128045 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 700576

[startup+12.7069 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 4550
/proc/meminfo: memFree=28280180/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=10.37 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23642 67648 0 0 208 26 767 36 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748427616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4549] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4549/stat : 4549 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383372622 9367552 267 33554432000 4194304 5064252 140735084689872 140735084688784 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4549/statm: 2287 267 226 213 0 72 0
[pid=4550] ppid=4549 vsize=234364 CPUtime=2.29 cores=0,2,4,6
/proc/4550/stat : 4550 (glucose) R 4549 4543 4063 0 -1 4202496 41874 0 0 0 221 8 0 0 20 0 1 0 383372623 239988736 52191 33554432000 4194304 5208918 140735268697936 140735268695608 4211888 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4550/statm: 58591 52191 95 248 0 58340 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 420408

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 4550
/proc/meminfo: memFree=28277404/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=10.37 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23642 67648 0 0 208 26 767 36 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748427616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4549] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4549/stat : 4549 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383372622 9367552 267 33554432000 4194304 5064252 140735084689872 140735084688784 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4549/statm: 2287 267 226 213 0 72 0
[pid=4550] ppid=4549 vsize=235996 CPUtime=15.09 cores=0,2,4,6
/proc/4550/stat : 4550 (glucose) R 4549 4543 4063 0 -1 4202496 42274 0 0 0 1500 9 0 0 20 0 1 0 383372623 241659904 53102 33554432000 4194304 5208918 140735268697936 140735268695832 4229469 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4550/statm: 58999 53102 103 248 0 58748 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 422040

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 4550
/proc/meminfo: memFree=28276536/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=10.37 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23642 67648 0 0 208 26 767 36 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748427616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4549] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4549/stat : 4549 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383372622 9367552 267 33554432000 4194304 5064252 140735084689872 140735084688784 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4549/statm: 2287 267 226 213 0 72 0
[pid=4550] ppid=4549 vsize=237240 CPUtime=40.69 cores=0,2,4,6
/proc/4550/stat : 4550 (glucose) R 4549 4543 4063 0 -1 4202496 42573 0 0 0 4060 9 0 0 20 0 1 0 383372623 242933760 53401 33554432000 4194304 5208918 140735268697936 140735268695800 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4550/statm: 59310 53401 103 248 0 59059 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 423284

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 4550
/proc/meminfo: memFree=28274492/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=10.37 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23642 67648 0 0 208 26 767 36 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748427616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4549] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4549/stat : 4549 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383372622 9367552 267 33554432000 4194304 5064252 140735084689872 140735084688784 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4549/statm: 2287 267 226 213 0 72 0
[pid=4550] ppid=4549 vsize=237516 CPUtime=91.87 cores=0,2,4,6
/proc/4550/stat : 4550 (glucose) R 4549 4543 4063 0 -1 4202496 42662 0 0 0 9178 9 0 0 20 0 1 0 383372623 243216384 53490 33554432000 4194304 5208918 140735268697936 140735268695688 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4550/statm: 59379 53490 103 248 0 59128 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 423560

[startup+162.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4550
/proc/meminfo: memFree=28273580/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=167748 CPUtime=10.37 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 23642 67648 0 0 208 26 767 36 20 0 1 0 383371583 171773952 38009 33554432000 4194304 6004724 140734748432480 140734748427616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4544/statm: 41937 38009 163 442 0 41491 0
[pid=4549] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4549/stat : 4549 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383372622 9367552 267 33554432000 4194304 5064252 140735084689872 140735084688784 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4549/statm: 2287 267 226 213 0 72 0
[pid=4550] ppid=4549 vsize=239216 CPUtime=151.87 cores=0,2,4,6
/proc/4550/stat : 4550 (glucose) R 4549 4543 4063 0 -1 4202496 43071 0 0 0 15178 9 0 0 20 0 1 0 383372623 244957184 53899 33554432000 4194304 5208918 140735268697936 140735268695784 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4550/statm: 59804 53899 104 248 0 59553 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 425260

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4550
/proc/meminfo: memFree=28263456/32873648 swapFree=7372/7372

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 4569
/proc/meminfo: memFree=27390636/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=722056 CPUtime=733.52 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 104101 0 0 0 73320 32 0 0 20 0 1 0 383440445 739385344 161094 33554432000 4194304 5208918 140737349235680 140737349231992 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 180514 161094 105 248 0 180263 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1180548

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4570
/proc/meminfo: memFree=27381532/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=803444 CPUtime=793.53 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 104769 0 0 0 79319 34 0 0 20 0 1 0 383440445 822726656 163276 33554432000 4194304 5208918 140737349235680 140737349231448 4229307 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 200861 163276 105 248 0 200610 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1261936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4570
/proc/meminfo: memFree=27371064/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=803444 CPUtime=853.51 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 104843 0 0 0 85317 34 0 0 20 0 1 0 383440445 822726656 165905 33554432000 4194304 5208918 140737349235680 140737349232056 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 200861 165905 105 248 0 200610 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1261936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4570
/proc/meminfo: memFree=27359600/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=811204 CPUtime=913.5 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 105063 0 0 0 91316 34 0 0 20 0 1 0 383440445 830672896 168680 33554432000 4194304 5208918 140737349235680 140737349232056 4211027 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 202801 168680 105 248 0 202550 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1269696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4570
/proc/meminfo: memFree=27379712/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=811204 CPUtime=973.5 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 106609 0 0 0 97312 38 0 0 20 0 1 0 383440445 830672896 163691 33554432000 4194304 5208918 140737349235680 140737349233832 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 202801 163691 105 248 0 202550 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1269696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4570
/proc/meminfo: memFree=27366088/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=811204 CPUtime=1033.48 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 106791 0 0 0 103310 38 0 0 20 0 1 0 383440445 830672896 166931 33554432000 4194304 5208918 140737349235680 140737349232056 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 202801 166931 105 248 0 202550 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1269696

[startup+1782.3 s]
/proc/loadavg: 2.28 2.06 2.02 3/184 4616
/proc/meminfo: memFree=22114484/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=817396 CPUtime=1093.47 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 107090 0 0 0 109309 38 0 0 20 0 1 0 383440445 837013504 169271 33554432000 4194304 5208918 140737349235680 140737349232056 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 204349 169271 105 248 0 204098 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1275888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.52 2.13 2.04 3/184 4616
/proc/meminfo: memFree=21652832/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=817396 CPUtime=1111.67 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 107310 0 0 0 111128 39 0 0 20 0 1 0 383440445 837013504 170513 33554432000 4194304 5208918 140737349235680 140737349232056 4211049 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 204349 170513 105 248 0 204098 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1275888

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.52 2.13 2.04 3/184 4616
/proc/meminfo: memFree=21652832/32873648 swapFree=7372/7372
[pid=4543] ppid=4541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4543/stat : 4543 (npSolver-pbo.sh) S 4541 4543 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383371582 9367552 275 33554432000 4194304 5064252 140734468686832 140734468685744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4543/statm: 2287 275 233 213 0 72 0
[pid=4544] ppid=4543 vsize=440196 CPUtime=688.38 cores=0,2,4,6
/proc/4544/stat : 4544 (npSolver-pbo) S 4543 4543 4063 0 -1 4202496 35834 123074 0 0 546 343 67888 61 20 0 1 0 383371583 450760704 90256 33554432000 4194304 6004724 140734748432480 140734748424832 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 9 0 0
/proc/4544/statm: 110049 90256 175 442 0 109603 0
[pid=4562] ppid=4544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4562/stat : 4562 (satsolver.sh) S 4544 4543 4063 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383440445 9367552 266 33554432000 4194304 5064252 140736620350400 140736620349312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4562/statm: 2287 266 226 213 0 72 0
[pid=4563] ppid=4562 vsize=817396 CPUtime=1111.67 cores=0,2,4,6
/proc/4563/stat : 4563 (glucose) R 4562 4543 4063 0 -1 4202496 107310 0 0 0 111128 39 0 0 20 0 1 0 383440445 837013504 170513 33554432000 4194304 5208918 140737349235680 140737349232056 4211049 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4563/statm: 204349 170513 105 248 0 204098 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1275888

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.1
CPU user time (s): 1795.63
CPU system time (s): 4.46832
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 1399924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.63
system time used= 4.46832
maximum resident set size= 797428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1335
involuntary context switches= 2239

runsolver used 3.2615 second user time and 8.94464 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 18:20:57
IDJOB=3750831
IDBENCH=90421
IDSOLVER=2334
FILE ID=node124/3750831-1339172457
RUNJOBID= node124-1339168522-4079
PBS_JOBID= 14643802
Free space on /tmp= 70756 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750831-1339172457/watcher-3750831-1339172457 -o /tmp/evaluation-result-3750831-1339172457/solver-3750831-1339172457 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750831-1339172457.opb 375489240 HOME HOME

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

MD5SUM BENCH= d2bbedf2ff9ef2e6ad23a9f71b3b2a0e
RANDOM SEED=375489240

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28689760 kB
Buffers:          473244 kB
Cached:          2653012 kB
SwapCached:         8612 kB
Active:          1457880 kB
Inactive:        1868220 kB
Active(anon):     184040 kB
Inactive(anon):    11112 kB
Active(file):    1273840 kB
Inactive(file):  1857108 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             10652 kB
Writeback:             0 kB
AnonPages:        196140 kB
Mapped:            10672 kB
Shmem:                 0 kB
Slab:             717784 kB
SReclaimable:     161400 kB
SUnreclaim:       556384 kB
KernelStack:        1512 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     332628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 68584 MiB
End job on node124 at 2012-06-08 18:50:58