Trace number 3746456

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-topDown (fixed)? (TO) 1800.08 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12046_2-sat.opb
MD5SUM8df6acf86997549eac6f2a4fde05a479
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 variables48158
Total number of constraints168360
Number of constraints which are clauses167568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints792
Minimum length of a constraint1
Maximum length of a constraint67
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c run inc solver
0.99/1.06	c [INC SYSTEM] run initial solver
0.99/1.06	c [INC SYSTEM] preprocess with white file
4.57/4.60	c [INC SYSTEM] finished preprocessing in 3 s
4.57/4.60	c [INC SYSTEM] execute solver
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	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-3746456-1339104479/watcher-3746456-1339104479 -o /tmp/evaluation-result-3746456-1339104479/solver-3746456-1339104479 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746456-1339104479.opb 1018771552 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 29985
/proc/meminfo: memFree=31141628/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0

[startup+0.09309 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 29985
/proc/meminfo: memFree=31141628/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100233 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 29985
/proc/meminfo: memFree=31141628/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 29985
/proc/meminfo: memFree=31141628/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 29985
/proc/meminfo: memFree=31141628/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 29987
/proc/meminfo: memFree=31008880/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=1.06 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17130 0 0 0 98 8 0 0 20 0 1 0 376575210 98848768 23155 33554432000 4194304 6004724 140736688950272 140736688944736 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29986/statm: 24133 23155 163 442 0 23687 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 105680

[startup+3.10042 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 29989
/proc/meminfo: memFree=30772484/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=1.06 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17130 0 0 0 98 8 0 0 20 0 1 0 376575210 98848768 23155 33554432000 4194304 6004724 140736688950272 140736688944736 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29986/statm: 24133 23155 163 442 0 23687 0
[pid=29988] ppid=29986 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29988/stat : 29988 (cp2_pre.sh) S 29986 29985 28222 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376575316 9367552 277 33554432000 4194304 5064252 140736433065616 140736433064320 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29988/statm: 2287 277 234 213 0 72 0
[pid=29989] ppid=29988 vsize=255196 CPUtime=2.02 cores=1,3,5,7
/proc/29989/stat : 29989 (coprocessor) R 29988 29985 28222 0 -1 4202496 38975 0 0 0 195 7 0 0 20 0 1 0 376575316 261320704 62016 33554432000 4194304 6586260 140735465165904 140735465161624 4773969 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/29989/statm: 63799 62016 181 584 0 63211 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 370024

[startup+6.3004 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 29991
/proc/meminfo: memFree=30921748/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=87888 CPUtime=1.69 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 18249 0 0 0 166 3 0 0 20 0 1 0 376575670 89997312 20027 33554432000 4194304 5654031 140737482758768 140737482756552 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 21972 20027 131 357 0 21612 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 193568

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 29991
/proc/meminfo: memFree=30914488/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=89172 CPUtime=8.08 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 18471 0 0 0 805 3 0 0 20 0 1 0 376575670 91312128 20249 33554432000 4194304 5654031 140737482758768 140737482746584 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 22293 20249 140 357 0 21933 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 194852

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 29991
/proc/meminfo: memFree=30938036/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=90508 CPUtime=20.88 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 19810 0 0 0 2084 4 0 0 20 0 1 0 376575670 92680192 20558 33554432000 4194304 5654031 140737482758768 140737482746584 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 22627 20558 142 357 0 22267 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 196188

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 29991
/proc/meminfo: memFree=30858872/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=119144 CPUtime=46.48 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 22181 0 0 0 4643 5 0 0 20 0 1 0 376575670 122003456 26955 33554432000 4194304 5654031 140737482758768 140737482746584 4233309 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 29786 26955 142 357 0 29426 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 224824

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 29991
/proc/meminfo: memFree=30900216/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=119144 CPUtime=97.68 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 22332 0 0 0 9763 5 0 0 20 0 1 0 376575670 122003456 27612 33554432000 4194304 5654031 140737482758768 140737482746584 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 29786 27612 142 357 0 29426 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 224824

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29996
/proc/meminfo: memFree=30990416/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=119144 CPUtime=157.65 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 22357 0 0 0 15760 5 0 0 20 0 1 0 376575670 122003456 28287 33554432000 4194304 5654031 140737482758768 140737482746584 4232788 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 29786 28287 142 357 0 29426 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 224824

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29997
/proc/meminfo: memFree=30966460/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=119144 CPUtime=217.63 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 22608 0 0 0 21758 5 0 0 20 0 1 0 376575670 122003456 28287 33554432000 4194304 5654031 140737482758768 140737482746584 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 29786 28287 142 357 0 29426 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 224824

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 30049
/proc/meminfo: memFree=30674664/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1297.48 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 28781 0 0 0 129733 15 0 0 20 0 1 0 376575670 203943936 44584 33554432000 4194304 5654031 140737482758768 140737482746584 4232518 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 44584 142 357 0 49431 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 304844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30052
/proc/meminfo: memFree=30666376/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1357.46 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 29176 0 0 0 135730 16 0 0 20 0 1 0 376575670 203943936 44072 33554432000 4194304 5654031 140737482758768 140737482746584 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 44072 142 357 0 49431 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 304844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30052
/proc/meminfo: memFree=30708724/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=149844 CPUtime=1417.46 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 29183 0 0 0 141730 16 0 0 20 0 1 0 376575670 153440256 36017 33554432000 4194304 5654031 140737482758768 140737482746584 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 37461 36017 142 357 0 37101 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 255524

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30053
/proc/meminfo: memFree=30648128/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1477.45 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 29581 0 0 0 147728 17 0 0 20 0 1 0 376575670 203943936 48168 33554432000 4194304 5654031 140737482758768 140737482746584 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 48168 142 357 0 49431 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 304844

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 30064
/proc/meminfo: memFree=30657844/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1537.44 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 29976 0 0 0 153726 18 0 0 20 0 1 0 376575670 203943936 46632 33554432000 4194304 5654031 140737482758768 140737482746584 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 46632 142 357 0 49431 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 304844

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 30064
/proc/meminfo: memFree=30655668/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1597.43 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 30769 0 0 0 159723 20 0 0 20 0 1 0 376575670 203943936 45096 33554432000 4194304 5654031 140737482758768 140737482746584 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 45096 142 357 0 49431 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 304844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30064
/proc/meminfo: memFree=30681036/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=149844 CPUtime=1657.42 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 31365 0 0 0 165721 21 0 0 20 0 1 0 376575670 153440256 36017 33554432000 4194304 5654031 140737482758768 140737482746584 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 37461 36017 142 357 0 37101 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 255524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30064
/proc/meminfo: memFree=30645388/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1717.41 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 31762 0 0 0 171719 22 0 0 20 0 1 0 376575670 203943936 47656 33554432000 4194304 5654031 140737482758768 140737482746584 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 47656 142 357 0 49431 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 304844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30065
/proc/meminfo: memFree=30659088/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1777.4 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 32744 0 0 0 177717 23 0 0 20 0 1 0 376575670 203943936 45096 33554432000 4194304 5654031 140737482758768 140737482746584 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 45096 142 357 0 49431 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 304844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30065
/proc/meminfo: memFree=30703476/32873648 swapFree=7376/7376
[pid=29985] ppid=29983 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29985/stat : 29985 (npSolver-pbo-It) S 29983 29985 28222 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376575209 9367552 275 33554432000 4194304 5064252 140733462197296 140733462196208 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29985/statm: 2287 275 233 213 0 72 0
[pid=29986] ppid=29985 vsize=96532 CPUtime=4.58 cores=1,3,5,7
/proc/29986/stat : 29986 (npSolver-pbo) S 29985 29985 28222 0 -1 4202496 17147 44011 0 0 98 8 315 37 20 0 1 0 376575210 98848768 23159 33554432000 4194304 6004724 140736688950272 140736688936552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29986/statm: 24133 23159 167 442 0 23687 0
[pid=29991] ppid=29986 vsize=199164 CPUtime=1795.5 cores=1,3,5,7
/proc/29991/stat : 29991 (glucosInc) R 29986 29985 28222 0 -1 4202496 32746 0 0 0 179527 23 0 0 20 0 1 0 376575670 203943936 46120 33554432000 4194304 5654031 140737482758768 140737482746584 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29991/statm: 49791 46120 142 357 0 49431 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 304844

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29985 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=133371
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=469928
# CPU time returned by wait4() is 4.6033
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.4
CPU system time (s): 0.68
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 407292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.13337
system time used= 0.469928
maximum resident set size= 295248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 81376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 28

runsolver used 2.6316 second user time and 7.2099 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-07 23:27:59
IDJOB=3746456
IDBENCH=73459
IDSOLVER=2332
FILE ID=node112/3746456-1339104479
RUNJOBID= node112-1339098176-28239
PBS_JOBID= 14643741
Free space on /tmp= 71156 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12046_2-sat.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746456-1339104479/watcher-3746456-1339104479 -o /tmp/evaluation-result-3746456-1339104479/solver-3746456-1339104479 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746456-1339104479.opb 1018771552 HOME HOME

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

MD5SUM BENCH= 8df6acf86997549eac6f2a4fde05a479
RANDOM SEED=1018771552

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31141900 kB
Buffers:           72964 kB
Cached:           809060 kB
SwapCached:         2096 kB
Active:           374464 kB
Inactive:         595260 kB
Active(anon):      87504 kB
Inactive(anon):     3060 kB
Active(file):     286960 kB
Inactive(file):   592200 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099372 kB
Dirty:             14420 kB
Writeback:            16 kB
AnonPages:         94320 kB
Mapped:             9980 kB
Shmem:                 0 kB
Slab:             620324 kB
SReclaimable:      62768 kB
SUnreclaim:       557556 kB
KernelStack:        1488 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     227052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71120 MiB
End job on node112 at 2012-06-07 23:58:00