Trace number 3748042

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.01 1801.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.47/2.22	c run inc solver
1.47/2.22	c [INC SYSTEM] run initial solver
1.47/2.22	c [INC SYSTEM] preprocess with white file
8.02/8.74	c [INC SYSTEM] finished preprocessing in 6 s
8.02/8.74	c [INC SYSTEM] execute solver
1800.01/1801.01	HOME/npSolver-pbo-I.sh: line 18: 29595 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

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-3748042-1339159870/watcher-3748042-1339159870 -o /tmp/evaluation-result-3748042-1339159870/solver-3748042-1339159870 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748042-1339159870.opb 221688442 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.51 1.13 1.24 2/179 29594
/proc/meminfo: memFree=30992620/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0

[startup+0.0285659 s]
/proc/loadavg: 1.51 1.13 1.24 2/179 29594
/proc/meminfo: memFree=30992620/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 1.51 1.13 1.24 2/179 29594
/proc/meminfo: memFree=30992620/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 1.51 1.13 1.24 2/179 29594
/proc/meminfo: memFree=30992620/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 1.51 1.13 1.24 2/179 29594
/proc/meminfo: memFree=30992620/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.51 1.13 1.24 2/182 29597
/proc/meminfo: memFree=30714832/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=255324 CPUtime=1.47 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) D 29594 29594 20971 0 -1 4202496 13294 0 0 0 141 6 0 0 20 0 1 0 382112685 261451776 48863 33554432000 4194304 6004724 140734705286480 140734705282352 5193835 0 0 4096 0 18446744071581216301 0 0 17 4 0 0 0 0 0
/proc/29595/statm: 63831 48863 157 442 0 63385 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 264472

[startup+3.10677 s]
/proc/loadavg: 1.79 1.19 1.26 2/184 29599
/proc/meminfo: memFree=30564808/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=1.56 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13301 0 0 0 141 15 0 0 20 0 1 0 382112685 188919808 31161 33554432000 4194304 6004724 140734705286480 140734705280944 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31161 163 442 0 45677 0
[pid=29598] ppid=29595 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29598/stat : 29598 (cp2_pre.sh) S 29595 29594 20971 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382112908 9367552 277 33554432000 4194304 5064252 140734882507360 140734882506064 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29598/statm: 2287 277 234 213 0 72 0
[pid=29599] ppid=29598 vsize=111924 CPUtime=0.86 cores=0,2,4,6
/proc/29599/stat : 29599 (coprocessor) R 29598 29594 20971 0 -1 4202496 11056 0 0 0 82 4 0 0 20 0 1 0 382112908 114610176 25962 33554432000 4194304 6586260 140735587045904 140735587042664 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29599/statm: 27981 25962 137 584 0 27393 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 314712
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 1.79 1.19 1.26 3/184 29640
/proc/meminfo: memFree=30367704/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=1.56 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13301 0 0 0 141 15 0 0 20 0 1 0 382112685 188919808 31161 33554432000 4194304 6004724 140734705286480 140734705280944 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31161 163 442 0 45677 0
[pid=29598] ppid=29595 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29598/stat : 29598 (cp2_pre.sh) S 29595 29594 20971 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382112908 9367552 277 33554432000 4194304 5064252 140734882507360 140734882506064 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29598/statm: 2287 277 234 213 0 72 0
[pid=29599] ppid=29598 vsize=429088 CPUtime=4.06 cores=0,2,4,6
/proc/29599/stat : 29599 (coprocessor) R 29598 29594 20971 0 -1 4202496 53459 0 0 0 393 13 0 0 20 0 1 0 382112908 439386112 103624 33554432000 4194304 6586260 140735587045904 140735587041928 4752615 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29599/statm: 107272 103624 181 584 0 106684 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 631876

[startup+12.7004 s]
/proc/loadavg: 1.89 1.22 1.27 3/183 29729
/proc/meminfo: memFree=30646352/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=136988 CPUtime=3.95 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 26167 0 0 0 389 6 0 0 20 0 1 0 382113559 140275712 31563 33554432000 4194304 5654031 140736127040480 140736127028296 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29674/statm: 34247 31563 140 357 0 33887 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 330628

[startup+25.5004 s]
/proc/loadavg: 1.98 1.27 1.28 3/183 29904
/proc/meminfo: memFree=30588680/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=150824 CPUtime=16.74 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 26695 0 0 0 1668 6 0 0 20 0 1 0 382113559 154443776 32598 33554432000 4194304 5654031 140736127040480 140736127038568 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29674/statm: 37706 32598 141 357 0 37346 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 344464

[startup+51.1004 s]
/proc/loadavg: 2.23 1.38 1.32 3/183 30080
/proc/meminfo: memFree=29992964/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=152580 CPUtime=42.34 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 28308 0 0 0 4227 7 0 0 20 0 1 0 382113559 156241920 33733 33554432000 4194304 5654031 140736127040480 140736127028296 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 38145 33733 142 357 0 37785 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 346220

[startup+102.3 s]
/proc/loadavg: 2.48 1.57 1.38 3/183 30256
/proc/meminfo: memFree=30224160/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=168708 CPUtime=93.53 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 30910 0 0 0 9344 9 0 0 20 0 1 0 382113559 172756992 39418 33554432000 4194304 5654031 140736127040480 140736127028296 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 42177 39418 142 357 0 41817 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 362348

[startup+162.3 s]
/proc/loadavg: 2.43 1.72 1.44 3/182 30434
/proc/meminfo: memFree=30379096/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=187384 CPUtime=153.5 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 31551 0 0 0 15340 10 0 0 20 0 1 0 382113559 191881216 44625 33554432000 4194304 5654031 140736127040480 140736127028296 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 46846 44625 142 357 0 46486 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 381024

[startup+222.3 s]
/proc/loadavg: 2.33 1.81 1.49 2/183 30523
/proc/meminfo: memFree=29141060/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=187384 CPUtime=213.47 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 31565 0 0 0 21337 10 0 0 20 0 1 0 382113559 191881216 44649 33554432000 4194304 5654031 140736127040480 140736127028296 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 46846 44649 142 357 0 46486 0

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

/proc/loadavg: 2.09 2.07 1.90 3/181 31390
/proc/meminfo: memFree=30494616/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=199500 CPUtime=1353.31 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 41915 0 0 0 135303 28 0 0 20 0 1 0 382113559 204288000 47129 33554432000 4194304 5654031 140736127040480 140736127028296 4232763 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 49875 47129 142 357 0 49515 0
Current children cumulated CPU time (s) 1361.37
Current children cumulated vsize (KiB) 393140

[startup+1422.3 s]
/proc/loadavg: 2.09 2.07 1.91 3/181 31390
/proc/meminfo: memFree=30417684/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=279640 CPUtime=1413.3 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 43262 0 0 0 141300 30 0 0 20 0 1 0 382113559 286351360 60731 33554432000 4194304 5654031 140736127040480 140736127028296 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 69910 60731 142 357 0 69550 0
Current children cumulated CPU time (s) 1421.36
Current children cumulated vsize (KiB) 473280

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 1.91 3/181 31390
/proc/meminfo: memFree=30444540/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=248820 CPUtime=1473.29 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 43733 0 0 0 147298 31 0 0 20 0 1 0 382113559 254791680 56125 33554432000 4194304 5654031 140736127040480 140736127028296 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 62205 56125 142 357 0 61845 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 442460

[startup+1542.3 s]
/proc/loadavg: 2.09 2.07 1.92 3/180 31390
/proc/meminfo: memFree=30467976/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=199500 CPUtime=1533.28 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 44330 0 0 0 153296 32 0 0 20 0 1 0 382113559 204288000 48063 33554432000 4194304 5654031 140736127040480 140736127028296 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 49875 48063 142 357 0 49515 0
Current children cumulated CPU time (s) 1541.34
Current children cumulated vsize (KiB) 393140

[startup+1602.3 s]
/proc/loadavg: 2.09 2.07 1.93 3/181 31391
/proc/meminfo: memFree=30427664/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=279640 CPUtime=1593.26 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 45320 0 0 0 159293 33 0 0 20 0 1 0 382113559 286351360 61312 33554432000 4194304 5654031 140736127040480 140736127038568 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 69910 61312 142 357 0 69550 0
Current children cumulated CPU time (s) 1601.32
Current children cumulated vsize (KiB) 473280

[startup+1662.3 s]
/proc/loadavg: 2.13 2.08 1.94 3/181 31391
/proc/meminfo: memFree=30421736/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=248820 CPUtime=1653.26 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 45725 0 0 0 165291 35 0 0 20 0 1 0 382113559 254791680 57149 33554432000 4194304 5654031 140736127040480 140736127028296 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 62205 57149 142 357 0 61845 0
Current children cumulated CPU time (s) 1661.32
Current children cumulated vsize (KiB) 442460

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 1.94 3/181 31391
/proc/meminfo: memFree=30415064/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=279640 CPUtime=1713.26 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 46324 0 0 0 171290 36 0 0 20 0 1 0 382113559 286351360 63360 33554432000 4194304 5654031 140736127040480 140736127028296 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 69910 63360 142 357 0 69550 0
Current children cumulated CPU time (s) 1721.32
Current children cumulated vsize (KiB) 473280

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 1.95 3/182 31394
/proc/meminfo: memFree=30419184/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=248820 CPUtime=1773.24 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 46727 0 0 0 177287 37 0 0 20 0 1 0 382113559 254791680 58685 33554432000 4194304 5654031 140736127040480 140736127038408 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 62205 58685 142 357 0 61845 0
Current children cumulated CPU time (s) 1781.3
Current children cumulated vsize (KiB) 442460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.07 2.07 1.95 3/181 31394
/proc/meminfo: memFree=30436832/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=279640 CPUtime=1791.95 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 46911 0 0 0 179157 38 0 0 20 0 1 0 382113559 286351360 60398 33554432000 4194304 5654031 140736127040480 140736127028296 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 69910 60398 142 357 0 69550 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 473280

Sending SIGTERM to process tree (bottom up)

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

[startup+1801 s]
/proc/loadavg: 2.07 2.07 1.95 3/181 31394
/proc/meminfo: memFree=30436832/32873844 swapFree=7632/7632
[pid=29594] ppid=29592 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29594/stat : 29594 (npSolver-pbo-I.) S 29592 29594 20971 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382112685 9367552 274 33554432000 4194304 5064252 140737311768320 140737311767232 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29594/statm: 2287 274 233 213 0 72 0
[pid=29595] ppid=29594 vsize=184492 CPUtime=8.06 cores=0,2,4,6
/proc/29595/stat : 29595 (npSolver-pbo) S 29594 29594 20971 0 -1 4202496 13319 57018 0 0 141 15 605 45 20 0 1 0 382112685 188919808 31165 33554432000 4194304 6004724 140734705286480 140734705272760 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 65 0 0
/proc/29595/statm: 46123 31165 167 442 0 45677 0
[pid=29674] ppid=29595 vsize=279640 CPUtime=1791.95 cores=0,2,4,6
/proc/29674/stat : 29674 (glucosInc) R 29595 29594 20971 0 -1 4202496 46911 0 0 0 179157 38 0 0 20 0 1 0 382113559 286351360 60398 33554432000 4194304 5654031 140736127040480 140736127028296 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29674/statm: 69910 60398 142 357 0 69550 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 473280

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29594 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=471864
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=611906
# CPU time returned by wait4() is 8.08377
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.01
CPU time (s): 1800.01
CPU user time (s): 1799.03
CPU system time (s): 0.98
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 665212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.47186
system time used= 0.611906
maximum resident set size= 463952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 179432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 41

runsolver used 3.48747 second user time and 9.99348 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 14:51:10
IDJOB=3748042
IDBENCH=75548
IDSOLVER=2333
FILE ID=node119/3748042-1339159870
RUNJOBID= node119-1339159837-28997
PBS_JOBID= 14643755
Free space on /tmp= 70820 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748042-1339159870/watcher-3748042-1339159870 -o /tmp/evaluation-result-3748042-1339159870/solver-3748042-1339159870 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748042-1339159870.opb 221688442 HOME HOME

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=221688442

node119.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.943
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	: 5333.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        30993000 kB
Buffers:          205188 kB
Cached:           697700 kB
SwapCached:         2560 kB
Active:           377452 kB
Inactive:         662652 kB
Active(anon):     134356 kB
Inactive(anon):     3936 kB
Active(file):     243096 kB
Inactive(file):   658716 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097012 kB
Dirty:             33272 kB
Writeback:             0 kB
AnonPages:        136672 kB
Mapped:             9856 kB
Shmem:                 0 kB
Slab:             699740 kB
SReclaimable:     138844 kB
SUnreclaim:       560896 kB
KernelStack:        1472 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     294340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70788 MiB
End job on node119 at 2012-06-08 15:21:11