Trace number 3747635

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 inc-topDown (fixed)? (TO) 1800.04 1801.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf98241fe158e95fe184473fa73acbc2e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1296
Best CPU time to get the best result obtained on this benchmark285.746
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 28908
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 898854
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 898854
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

1.89/1.92	c run inc solver
1.89/1.92	c [INC SYSTEM] run initial solver
1.89/1.92	c [INC SYSTEM] preprocess with white file
9.15/9.32	c [INC SYSTEM] finished preprocessing in 7 s
9.15/9.32	c [INC SYSTEM] execute solver
141.42/141.63	c [INC SEARCH] formula is SAT
141.42/141.65	c [INC SYSTEM] solved the initial formula
141.52/141.75	c model valid
141.52/141.75	c current solution ok
144.11/144.35	o -269
144.11/144.35	c [INC SYSTEM] there exists a inc, kill it!
144.11/144.35	c write failed with 2
144.11/144.36	c [INC SEARCH] iteration: 0
144.11/144.36	c [INC BOUNDS] best value:898585 search for 898584
144.11/144.36	c [INC SYSTEM] create new solver instance
144.11/144.36	c [INC] encode full formula
144.11/144.36	c fallback to adder encoding
147.42/147.60	c set iterative enc to: adder
147.42/147.60	c set iterative enc to: none
147.91/148.63	c [INC SEARCH] isOptimum variable: 0

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-3747635-1339107248/watcher-3747635-1339107248 -o /tmp/evaluation-result-3747635-1339107248/solver-3747635-1339107248 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747635-1339107248.opb 1225371094 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.00 2.00 2.00 3/178 22300
/proc/meminfo: memFree=15580788/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0

[startup+0.089759 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22300
/proc/meminfo: memFree=15580788/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100355 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22300
/proc/meminfo: memFree=15580788/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300312 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22300
/proc/meminfo: memFree=15580788/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700333 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22300
/proc/meminfo: memFree=15580788/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22302
/proc/meminfo: memFree=15439408/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=240124 CPUtime=1.48 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) R 22300 22300 21098 0 -1 4202496 21885 0 0 0 141 7 0 0 20 0 1 0 376853345 245886976 43984 33554432000 4194304 6004724 140735635389552 140735635384152 4536063 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 60031 43984 153 442 0 59585 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 249272

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22304
/proc/meminfo: memFree=15352944/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=1.96 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22199 0 0 0 171 25 0 0 20 0 1 0 376853345 171819008 30417 33554432000 4194304 6004724 140735635389552 140735635384016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30417 162 442 0 41502 0
[pid=22303] ppid=22301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22303/stat : 22303 (cp2_pre.sh) S 22301 22300 21098 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376853542 9367552 277 33554432000 4194304 5064252 140735554654288 140735554652992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22303/statm: 2287 277 234 213 0 72 0
[pid=22304] ppid=22303 vsize=133108 CPUtime=1.12 cores=1,3,5,7
/proc/22304/stat : 22304 (coprocessor) R 22303 22300 21098 0 -1 4202496 11659 0 0 0 106 6 0 0 20 0 1 0 376853543 136302592 31934 33554432000 4194304 6586260 140736985638384 140736985635144 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22304/statm: 33277 31934 138 584 0 32689 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 319196

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22304
/proc/meminfo: memFree=15001896/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=1.96 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22199 0 0 0 171 25 0 0 20 0 1 0 376853345 171819008 30417 33554432000 4194304 6004724 140735635389552 140735635384016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30417 162 442 0 41502 0
[pid=22303] ppid=22301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22303/stat : 22303 (cp2_pre.sh) S 22301 22300 21098 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376853542 9367552 277 33554432000 4194304 5064252 140735554654288 140735554652992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22303/statm: 2287 277 234 213 0 72 0
[pid=22304] ppid=22303 vsize=405704 CPUtime=4.32 cores=1,3,5,7
/proc/22304/stat : 22304 (coprocessor) R 22303 22300 21098 0 -1 4202496 50043 0 0 0 416 16 0 0 20 0 1 0 376853543 415440896 98934 33554432000 4194304 6586260 140736985638384 140736985634408 4750189 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22304/statm: 101426 98934 182 584 0 100838 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 591792

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22306
/proc/meminfo: memFree=15265616/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=9.17 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22217 57804 0 0 171 25 688 33 20 0 1 0 376853345 171819008 30421 33554432000 4194304 6004724 140735635389552 140735635375832 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30421 166 442 0 41502 0
[pid=22306] ppid=22301 vsize=173612 CPUtime=3.36 cores=1,3,5,7
/proc/22306/stat : 22306 (glucosInc) R 22301 22300 21098 0 -1 4202496 31669 0 0 0 329 7 0 0 20 0 1 0 376854277 177778688 38215 33554432000 4194304 5654031 140735550492976 140735550490664 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22306/statm: 43403 38215 131 357 0 43043 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 350552

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22306
/proc/meminfo: memFree=15266668/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=9.17 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22217 57804 0 0 171 25 688 33 20 0 1 0 376853345 171819008 30421 33554432000 4194304 6004724 140735635389552 140735635375832 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30421 166 442 0 41502 0
[pid=22306] ppid=22301 vsize=173612 CPUtime=16.16 cores=1,3,5,7
/proc/22306/stat : 22306 (glucosInc) R 22301 22300 21098 0 -1 4202496 31679 0 0 0 1609 7 0 0 20 0 1 0 376854277 177778688 38225 33554432000 4194304 5654031 140735550492976 140735550490664 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22306/statm: 43403 38225 131 357 0 43043 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 350552

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22307
/proc/meminfo: memFree=15264612/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=9.17 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22217 57804 0 0 171 25 688 33 20 0 1 0 376853345 171819008 30421 33554432000 4194304 6004724 140735635389552 140735635375832 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30421 166 442 0 41502 0
[pid=22306] ppid=22301 vsize=173612 CPUtime=41.76 cores=1,3,5,7
/proc/22306/stat : 22306 (glucosInc) R 22301 22300 21098 0 -1 4202496 31688 0 0 0 4169 7 0 0 20 0 1 0 376854277 177778688 38234 33554432000 4194304 5654031 140735550492976 140735550490664 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22306/statm: 43403 38234 131 357 0 43043 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 350552

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 22349
/proc/meminfo: memFree=26627012/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=167792 CPUtime=9.17 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 22217 57804 0 0 171 25 688 33 20 0 1 0 376853345 171819008 30421 33554432000 4194304 6004724 140735635389552 140735635375832 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22301/statm: 41948 30421 166 442 0 41502 0
[pid=22306] ppid=22301 vsize=173612 CPUtime=92.95 cores=1,3,5,7
/proc/22306/stat : 22306 (glucosInc) R 22301 22300 21098 0 -1 4202496 31701 0 0 0 9288 7 0 0 20 0 1 0 376854277 177778688 38247 33554432000 4194304 5654031 140735550492976 140735550490664 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22306/statm: 43403 38247 131 357 0 43043 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 350552

[startup+162.3 s]
/proc/loadavg: 2.42 2.13 2.04 3/182 22352
/proc/meminfo: memFree=22964304/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=724296 CPUtime=13.65 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 101335 0 0 0 1335 30 0 0 20 0 1 0 376868208 741679104 155082 33554432000 4194304 5654031 140735628431920 140735628429704 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22352/statm: 181074 155082 141 357 0 180714 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 916852

[startup+222.3 s]
/proc/loadavg: 2.22 2.13 2.05 3/181 22355
/proc/meminfo: memFree=23299496/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=724428 CPUtime=73.64 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 101366 0 0 0 7334 30 0 0 20 0 1 0 376868208 741814272 155113 33554432000 4194304 5654031 140735628431920 140735628429816 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 181107 155113 141 357 0 180747 0
Current children cumulated CPU time (s) 221.59

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

/proc/meminfo: memFree=23215452/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=752924 CPUtime=1153.48 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104376 0 0 0 115312 36 0 0 20 0 1 0 376868208 770994176 164852 33554432000 4194304 5654031 140735628431920 140735628419736 4215124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 188231 164852 142 357 0 187871 0
Current children cumulated CPU time (s) 1301.43
Current children cumulated vsize (KiB) 945480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22364
/proc/meminfo: memFree=23203508/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=752924 CPUtime=1213.47 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104376 0 0 0 121311 36 0 0 20 0 1 0 376868208 770994176 164852 33554432000 4194304 5654031 140735628431920 140735628419736 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 188231 164852 142 357 0 187871 0
Current children cumulated CPU time (s) 1361.42
Current children cumulated vsize (KiB) 945480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22365
/proc/meminfo: memFree=23198420/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1273.47 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104545 0 0 0 127310 37 0 0 20 0 1 0 376868208 854335488 165532 33554432000 4194304 5654031 140735628431920 140735628419736 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 165532 142 357 0 208218 0
Current children cumulated CPU time (s) 1421.42
Current children cumulated vsize (KiB) 1026868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22365
/proc/meminfo: memFree=23196372/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1333.45 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104546 0 0 0 133308 37 0 0 20 0 1 0 376868208 854335488 166044 33554432000 4194304 5654031 140735628431920 140735628419736 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 166044 142 357 0 208218 0
Current children cumulated CPU time (s) 1481.4
Current children cumulated vsize (KiB) 1026868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22365
/proc/meminfo: memFree=23190636/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1393.44 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104547 0 0 0 139307 37 0 0 20 0 1 0 376868208 854335488 166556 33554432000 4194304 5654031 140735628431920 140735628419736 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 166556 142 357 0 208218 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 1026868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22368
/proc/meminfo: memFree=23183196/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1453.42 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104557 0 0 0 145305 37 0 0 20 0 1 0 376868208 854335488 167580 33554432000 4194304 5654031 140735628431920 140735628419736 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 167580 142 357 0 208218 0
Current children cumulated CPU time (s) 1601.37
Current children cumulated vsize (KiB) 1026868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22368
/proc/meminfo: memFree=23180860/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1513.41 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104573 0 0 0 151304 37 0 0 20 0 1 0 376868208 854335488 167580 33554432000 4194304 5654031 140735628431920 140735628419736 4215055 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 167580 142 357 0 208218 0
Current children cumulated CPU time (s) 1661.36
Current children cumulated vsize (KiB) 1026868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22370
/proc/meminfo: memFree=23173344/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1573.4 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104577 0 0 0 157303 37 0 0 20 0 1 0 376868208 854335488 168604 33554432000 4194304 5654031 140735628431920 140735628419736 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 168604 142 357 0 208218 0
Current children cumulated CPU time (s) 1721.35
Current children cumulated vsize (KiB) 1026868

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22370
/proc/meminfo: memFree=23170036/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1633.39 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104583 0 0 0 163302 37 0 0 20 0 1 0 376868208 854335488 169116 33554432000 4194304 5654031 140735628431920 140735628419736 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 169116 142 357 0 208218 0
Current children cumulated CPU time (s) 1781.34
Current children cumulated vsize (KiB) 1026868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22370
/proc/meminfo: memFree=23169804/32873844 swapFree=8656/8656
[pid=22300] ppid=22298 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22300/stat : 22300 (npSolver-pbo-It) S 22298 22300 21098 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376853345 9367552 274 33554432000 4194304 5064252 140735980470736 140735980469648 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22300/statm: 2287 274 233 213 0 72 0
[pid=22301] ppid=22300 vsize=183408 CPUtime=147.95 cores=1,3,5,7
/proc/22301/stat : 22301 (npSolver-pbo) S 22300 22300 21098 0 -1 4202496 36524 91161 0 0 550 284 13906 55 20 0 1 0 376853345 187809792 34336 33554432000 4194304 6004724 140735635389552 140735635375400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/22301/statm: 45852 34336 177 442 0 45406 0
[pid=22352] ppid=22301 vsize=834312 CPUtime=1652.09 cores=1,3,5,7
/proc/22352/stat : 22352 (glucosInc) R 22301 22300 21098 0 -1 4202496 104583 0 0 0 165172 37 0 0 20 0 1 0 376868208 854335488 169116 33554432000 4194304 5654031 140735628431920 140735628419736 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22352/statm: 208578 169116 142 357 0 208218 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1026868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22300 and gives
#  childrusage.ru_utime.tv_sec=144
#  childrusage.ru_utime.tv_usec=564022
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=397483
# CPU time returned by wait4() is 147.962
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1796.28
CPU system time (s): 3.76
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 1157096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.564
system time used= 3.39748
maximum resident set size= 603484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128042
page faults= 0
swaps= 0
block input operations= 8
block output operations= 898912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 983
involuntary context switches= 1100

runsolver used 3.9324 second user time and 10.9423 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-08 00:14:08
IDJOB=3747635
IDBENCH=90511
IDSOLVER=2332
FILE ID=node102/3747635-1339107248
RUNJOBID= node102-1339098179-21115
PBS_JOBID= 14643751
Free space on /tmp= 66416 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747635-1339107248/watcher-3747635-1339107248 -o /tmp/evaluation-result-3747635-1339107248/solver-3747635-1339107248 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747635-1339107248.opb 1225371094 HOME HOME

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

MD5SUM BENCH= f98241fe158e95fe184473fa73acbc2e
RANDOM SEED=1225371094

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:       32873844 kB
MemFree:        15581060 kB
Buffers:          188420 kB
Cached:          5906904 kB
SwapCached:         2696 kB
Active:         15579588 kB
Inactive:         759412 kB
Active(anon):   10241300 kB
Inactive(anon):     4928 kB
Active(file):    5338288 kB
Inactive(file):   754484 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             11360 kB
Writeback:            68 kB
AnonPages:      10259900 kB
Mapped:             9712 kB
Shmem:                 0 kB
Slab:             786536 kB
SReclaimable:     226708 kB
SUnreclaim:       559828 kB
KernelStack:        1512 kB
PageTables:        23988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11498096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3741696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69476 MiB
End job on node102 at 2012-06-08 00:44:11