Trace number 3746596

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.09 1800.41

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.08	c old isEQ: 0, new EQ is 0
0.00/0.32	c old isEQ: 116, new EQ is 1
0.00/0.38	c run inc solver
0.00/0.38	c [INC SYSTEM] run initial solver
0.00/0.38	c [INC SYSTEM] preprocess with white file
1.57/1.69	c [INC SYSTEM] finished preprocessing in 1 s
1.57/1.69	c [INC SYSTEM] execute solver
1800.09/1800.40	c an unexpexted return value has been received, exit
1800.09/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-3746596-1339103669/watcher-3746596-1339103669 -o /tmp/evaluation-result-3746596-1339103669/solver-3746596-1339103669 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746596-1339103669.opb 219276157 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.02 3/180 8743
/proc/meminfo: memFree=14583460/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0

[startup+0.0586039 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 8743
/proc/meminfo: memFree=14583460/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100364 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 8743
/proc/meminfo: memFree=14583460/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300308 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 8743
/proc/meminfo: memFree=14583460/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 8743
/proc/meminfo: memFree=14583460/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.02 3/184 8747
/proc/meminfo: memFree=14493064/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=0.37 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9835 0 0 0 34 3 0 0 20 0 1 0 20333811 18980864 4072 33554432000 4194304 6004724 140733863963296 140733863957760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4072 164 442 0 4188 0
[pid=8746] ppid=8744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8746/stat : 8746 (cp2_pre.sh) S 8744 8743 8001 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 20333849 9367552 277 33554432000 4194304 5064252 140733266740976 140733266739680 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8746/statm: 2287 277 234 213 0 72 0
[pid=8747] ppid=8746 vsize=91476 CPUtime=1.11 cores=1,3,5,7
/proc/8747/stat : 8747 (coprocessor) R 8746 8743 8001 0 -1 4202496 17972 0 0 0 95 16 0 0 20 0 1 0 20333850 93671424 21625 33554432000 4194304 6586260 140733265728128 140733265724392 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8747/statm: 22869 21625 203 584 0 22281 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 128308

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 8749
/proc/meminfo: memFree=14530844/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=37300 CPUtime=1.39 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 7757 0 0 0 138 1 0 0 20 0 1 0 20333981 38195200 7861 33554432000 4194304 5654031 140737388103456 140737388091272 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8749/statm: 9325 7861 140 357 0 8965 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 64984

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 8749
/proc/meminfo: memFree=14529356/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=37568 CPUtime=4.6 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 7912 0 0 0 458 2 0 0 20 0 1 0 20333981 38469632 8009 33554432000 4194304 5654031 140737388103456 140737388091272 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8749/statm: 9392 8009 140 357 0 9032 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 65252

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 8749
/proc/meminfo: memFree=14527412/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=38252 CPUtime=10.99 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 8276 0 0 0 1097 2 0 0 20 0 1 0 20333981 39170048 8363 33554432000 4194304 5654031 140737388103456 140737388091272 4232772 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8749/statm: 9563 8363 141 357 0 9203 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 65936

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 8749
/proc/meminfo: memFree=14524868/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=39172 CPUtime=23.79 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 9324 0 0 0 2376 3 0 0 20 0 1 0 20333981 40112128 8532 33554432000 4194304 5654031 140737388103456 140737388091272 4216844 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8749/statm: 9793 8532 142 357 0 9433 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 66856

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 8749
/proc/meminfo: memFree=14520768/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=40924 CPUtime=49.38 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 10673 0 0 0 4934 4 0 0 20 0 1 0 20333981 41906176 9259 33554432000 4194304 5654031 140737388103456 140737388091272 4233344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 10231 9259 142 357 0 9871 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68608

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 8749
/proc/meminfo: memFree=14499052/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=63968 CPUtime=100.58 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 11867 0 0 0 10053 5 0 0 20 0 1 0 20333981 65503232 13907 33554432000 4194304 5654031 140737388103456 140737388091272 4232607 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 15992 13907 142 357 0 15632 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91652

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/183 8796
/proc/meminfo: memFree=30817148/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=71148 CPUtime=160.56 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 13353 0 0 0 16049 7 0 0 20 0 1 0 20333981 72855552 16189 33554432000 4194304 5654031 140737388103456 140737388091272 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 17787 16189 142 357 0 17427 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 98832

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.01 3/183 8839
/proc/meminfo: memFree=30794084/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=71148 CPUtime=220.55 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 13491 0 0 0 22048 7 0 0 20 0 1 0 20333981 72855552 17099 33554432000 4194304 5654031 140737388103456 140737388091272 4214612 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 17787 17099 142 357 0 17427 0
Current children cumulated CPU time (s) 222.22

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

/proc/loadavg: 2.09 2.08 2.02 3/183 8850
/proc/meminfo: memFree=30600412/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1300.39 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 17392 0 0 0 130019 20 0 0 20 0 1 0 20333981 178561024 41900 33554432000 4194304 5654031 140737388103456 140737388091272 4232441 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 41900 142 357 0 43234 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 202060

[startup+1362.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/183 8850
/proc/meminfo: memFree=30613088/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1360.37 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 18071 0 0 0 136015 22 0 0 20 0 1 0 20333981 178561024 39340 33554432000 4194304 5654031 140737388103456 140737388091272 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 39340 142 357 0 43234 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 202060

[startup+1422.31 s]
/proc/loadavg: 2.06 2.08 2.01 3/183 8850
/proc/meminfo: memFree=30643592/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=125056 CPUtime=1420.37 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 18673 0 0 0 142014 23 0 0 20 0 1 0 20333981 128057344 30576 33554432000 4194304 5654031 140737388103456 140737388101480 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 31264 30576 142 357 0 30904 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 152740

[startup+1482.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/183 8850
/proc/meminfo: memFree=30600352/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1480.36 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 18755 0 0 0 148011 25 0 0 20 0 1 0 20333981 178561024 41900 33554432000 4194304 5654031 140737388103456 140737388091272 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 41900 142 357 0 43234 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 202060

[startup+1542.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/184 8854
/proc/meminfo: memFree=30606256/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1540.34 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 18938 0 0 0 154009 25 0 0 20 0 1 0 20333981 178561024 40876 33554432000 4194304 5654031 140737388103456 140737388091272 4232605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 40876 142 357 0 43234 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 202060

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 8854
/proc/meminfo: memFree=30620756/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1600.33 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 19612 0 0 0 160006 27 0 0 20 0 1 0 20333981 178561024 38828 33554432000 4194304 5654031 140737388103456 140737388091272 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 38828 142 357 0 43234 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 202060

[startup+1662.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 8854
/proc/meminfo: memFree=30632192/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=205196 CPUtime=1660.32 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 20203 0 0 0 166004 28 0 0 20 0 1 0 20333981 210120704 43503 33554432000 4194304 5654031 140737388103456 140737388091272 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 51299 43503 142 357 0 50939 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 232880

[startup+1722.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 8854
/proc/meminfo: memFree=30642896/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1720.31 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 20287 0 0 0 172002 29 0 0 20 0 1 0 20333981 178561024 40876 33554432000 4194304 5654031 140737388103456 140737388091272 4208641 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 40876 142 357 0 43234 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 202060

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/183 8854
/proc/meminfo: memFree=30628704/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=125056 CPUtime=1780.31 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 20901 0 0 0 178000 31 0 0 20 0 1 0 20333981 128057344 30576 33554432000 4194304 5654031 140737388103456 140737388091272 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 31264 30576 142 357 0 30904 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 152740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 8854
/proc/meminfo: memFree=30646776/32873844 swapFree=7124/7124
[pid=8743] ppid=8741 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8743/stat : 8743 (npSolver-pbo-It) S 8741 8743 8001 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20333811 9367552 275 33554432000 4194304 5064252 140736464882128 140736464881040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8743/statm: 2287 275 233 213 0 72 0
[pid=8744] ppid=8743 vsize=18536 CPUtime=1.67 cores=1,3,5,7
/proc/8744/stat : 8744 (npSolver-pbo) S 8743 8743 8001 0 -1 4202496 9852 18875 0 0 34 3 113 17 20 0 1 0 20333811 18980864 4075 33554432000 4194304 6004724 140733863963296 140733863949576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8744/statm: 4634 4075 167 442 0 4188 0
[pid=8749] ppid=8744 vsize=174376 CPUtime=1798.42 cores=1,3,5,7
/proc/8749/stat : 8749 (glucosInc) R 8744 8743 8001 0 -1 4202496 20979 0 0 0 179810 32 0 0 20 0 1 0 20333981 178561024 39852 33554432000 4194304 5654031 140737388103456 140737388091272 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8749/statm: 43594 39852 142 357 0 43234 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 202060

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 8743 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=476775
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=218966
# CPU time returned by wait4() is 1.69574
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1799.57
CPU system time (s): 0.52
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 232880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.47677
system time used= 0.218966
maximum resident set size= 89000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29103
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 8

runsolver used 8.00278 second user time and 18.6212 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-07 23:14:29
IDJOB=3746596
IDBENCH=48295
IDSOLVER=2332
FILE ID=node133/3746596-1339103669
RUNJOBID= node133-1339098176-8018
PBS_JOBID= 14643720
Free space on /tmp= 66572 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746596-1339103669/watcher-3746596-1339103669 -o /tmp/evaluation-result-3746596-1339103669/solver-3746596-1339103669 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746596-1339103669.opb 219276157 HOME HOME

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=219276157

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        14583840 kB
Buffers:           74876 kB
Cached:          4964108 kB
SwapCached:         4004 kB
Active:         16358852 kB
Inactive:        1021568 kB
Active(anon):   12338716 kB
Inactive(anon):     4988 kB
Active(file):    4020136 kB
Inactive(file):  1016580 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              8792 kB
Writeback:             0 kB
AnonPages:      12344980 kB
Mapped:            10924 kB
Shmem:                 0 kB
Slab:             741988 kB
SReclaimable:     184168 kB
SUnreclaim:       557820 kB
KernelStack:        1520 kB
PageTables:        28120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   14874448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7264256 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= 70360 MiB
End job on node133 at 2012-06-07 23:44:29