Trace number 3746215

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-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMd900242764082ad39bc001b38a8b6b82
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.192969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.74	c run inc solver
0.00/0.74	c [INC SYSTEM] run initial solver
0.00/0.74	c [INC SYSTEM] preprocess with white file
0.00/0.89	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.89	c [INC SYSTEM] execute solver
1800.09/1800.41	c an unexpexted return value has been received, exit
1800.09/1800.41	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-3746215-1339100992/watcher-3746215-1339100992 -o /tmp/evaluation-result-3746215-1339100992/solver-3746215-1339100992 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746215-1339100992.opb 1558654646 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.15 3.04 2.54 3/178 26960
/proc/meminfo: memFree=29689904/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0

[startup+0.0949999 s]
/proc/loadavg: 2.15 3.04 2.54 3/178 26960
/proc/meminfo: memFree=29689904/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100371 s]
/proc/loadavg: 2.15 3.04 2.54 3/178 26960
/proc/meminfo: memFree=29689904/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30032 s]
/proc/loadavg: 2.15 3.04 2.54 3/178 26960
/proc/meminfo: memFree=29689904/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 2.15 3.04 2.54 3/178 26960
/proc/meminfo: memFree=29689904/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.14 3.03 2.54 3/181 26966
/proc/meminfo: memFree=29684328/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=5828 CPUtime=0.6 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 1584 0 0 0 60 0 0 0 20 0 1 0 376226296 5967872 960 33554432000 4194304 5654031 140734531146704 140734589345784 4216213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 1457 960 142 357 0 1097 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18844

[startup+3.1003 s]
/proc/loadavg: 2.14 3.03 2.54 3/181 26966
/proc/meminfo: memFree=29680748/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=10188 CPUtime=2.2 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 2767 0 0 0 220 0 0 0 20 0 1 0 376226296 10432512 2101 33554432000 4194304 5654031 140734531146704 140734531134520 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 2547 2101 142 357 0 2187 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23204

[startup+6.3003 s]
/proc/loadavg: 2.13 3.01 2.53 3/181 26966
/proc/meminfo: memFree=29677648/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=14632 CPUtime=5.4 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 3814 0 0 0 540 0 0 0 20 0 1 0 376226296 14983168 3114 33554432000 4194304 5654031 140734531146704 140734531134520 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 3658 3114 142 357 0 3298 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27648

[startup+12.7003 s]
/proc/loadavg: 2.12 2.99 2.53 3/182 26969
/proc/meminfo: memFree=29636552/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=21704 CPUtime=11.79 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 4086 0 0 0 1179 0 0 0 20 0 1 0 376226296 22224896 4356 33554432000 4194304 5654031 140734531146704 140734531134520 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 5426 4356 142 357 0 5066 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34720

[startup+25.5003 s]
/proc/loadavg: 2.10 2.96 2.52 3/182 26969
/proc/meminfo: memFree=29623536/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=24452 CPUtime=24.59 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 4919 0 0 0 2458 1 0 0 20 0 1 0 376226296 25038848 5650 33554432000 4194304 5654031 140734531146704 140734531134520 4218807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 6113 5650 142 357 0 5753 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37468

[startup+51.1004 s]
/proc/loadavg: 2.06 2.87 2.51 3/182 26969
/proc/meminfo: memFree=29651712/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=40616 CPUtime=50.18 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 6946 0 0 0 5017 1 0 0 20 0 1 0 376226296 41590784 8450 33554432000 4194304 5654031 140734531146704 140734531134520 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 10154 8450 142 357 0 9794 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53632

[startup+102.307 s]
/proc/loadavg: 2.02 2.73 2.48 3/181 26969
/proc/meminfo: memFree=29628880/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=70964 CPUtime=101.37 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 7718 0 0 0 10135 2 0 0 20 0 1 0 376226296 72667136 14602 33554432000 4194304 5654031 140734531146704 140734531144584 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 17741 14602 142 357 0 17381 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 83980

[startup+162.3 s]
/proc/loadavg: 2.01 2.59 2.44 3/181 26969
/proc/meminfo: memFree=29620188/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=70964 CPUtime=161.36 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 7856 0 0 0 16133 3 0 0 20 0 1 0 376226296 72667136 16782 33554432000 4194304 5654031 140734531146704 140734531134520 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 17741 16782 142 357 0 17381 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83980

[startup+222.3 s]
/proc/loadavg: 2.04 2.50 2.42 3/181 26970
/proc/meminfo: memFree=29584380/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=70964 CPUtime=221.35 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 7857 0 0 0 22132 3 0 0 20 0 1 0 376226296 72667136 17294 33554432000 4194304 5654031 140734531146704 140734531134520 4233155 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 17741 17294 142 357 0 17381 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 83980

[startup+282.3 s]

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

/proc/loadavg: 1.99 2.00 2.10 3/181 27027
/proc/meminfo: memFree=29355080/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=132516 CPUtime=1301.2 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 21147 0 0 0 130091 29 0 0 20 0 1 0 376226296 135696384 28393 33554432000 4194304 5654031 140734531146704 140734531134520 4232980 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 33129 28393 142 357 0 32769 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 145532

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.09 3/181 27027
/proc/meminfo: memFree=29384388/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=83196 CPUtime=1361.18 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 21745 0 0 0 136088 30 0 0 20 0 1 0 376226296 85192704 20353 33554432000 4194304 5654031 140734531146704 140734531134520 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 20799 20353 142 357 0 20439 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 96212

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.09 3/181 27028
/proc/meminfo: memFree=29382108/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=83196 CPUtime=1421.18 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 22725 0 0 0 142085 33 0 0 20 0 1 0 376226296 85192704 20353 33554432000 4194304 5654031 140734531146704 140734531134520 4215888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 20799 20353 142 357 0 20439 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 96212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 27028
/proc/meminfo: memFree=29326264/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=163336 CPUtime=1481.16 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 23693 0 0 0 148082 34 0 0 20 0 1 0 376226296 167256064 34604 33554432000 4194304 5654031 140734531146704 140734531134520 4232763 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 40834 34604 142 357 0 40474 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 176352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 27029
/proc/meminfo: memFree=29337004/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=132516 CPUtime=1541.15 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 24256 0 0 0 154080 35 0 0 20 0 1 0 376226296 135696384 32664 33554432000 4194304 5654031 140734531146704 140734531134520 4232949 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 33129 32664 142 357 0 32769 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 145532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 27029
/proc/meminfo: memFree=29333056/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=132516 CPUtime=1601.14 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 25050 0 0 0 160077 37 0 0 20 0 1 0 376226296 135696384 30441 33554432000 4194304 5654031 140734531146704 140734531134520 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 33129 30441 142 357 0 32769 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 145532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/181 27029
/proc/meminfo: memFree=29368188/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=83196 CPUtime=1661.12 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 25654 0 0 0 166074 38 0 0 20 0 1 0 376226296 85192704 20353 33554432000 4194304 5654031 140734531146704 140734531134520 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 20799 20353 142 357 0 20439 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 96212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/181 27030
/proc/meminfo: memFree=29290244/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=163336 CPUtime=1721.12 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 26630 0 0 0 172072 40 0 0 20 0 1 0 376226296 167256064 35116 33554432000 4194304 5654031 140734531146704 140734531134520 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 40834 35116 142 357 0 40474 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 176352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 27030
/proc/meminfo: memFree=29297148/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=163336 CPUtime=1781.11 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 27433 0 0 0 178069 42 0 0 20 0 1 0 376226296 167256064 32903 33554432000 4194304 5654031 140734531146704 140734531144792 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 40834 32903 142 357 0 40474 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 176352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 27030
/proc/meminfo: memFree=29285912/32873844 swapFree=7116/7116
[pid=26960] ppid=26958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26960/stat : 26960 (npSolver-pbo-It) S 26958 26960 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376226206 9367552 275 33554432000 4194304 5064252 140735581295088 140735581294000 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26960/statm: 2287 275 233 213 0 72 0
[pid=26961] ppid=26960 vsize=3868 CPUtime=0.88 cores=1,3,5,7
/proc/26961/stat : 26961 (npSolver-pbo) S 26960 26960 26405 0 -1 4202496 10562 2486 0 0 72 2 14 0 20 0 1 0 376226207 3960832 625 33554432000 4194304 6004724 140734589358272 140734589344552 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26961/statm: 967 625 167 442 0 521 0
[pid=26966] ppid=26961 vsize=163336 CPUtime=1799.21 cores=1,3,5,7
/proc/26966/stat : 26966 (glucosInc) R 26961 26960 26405 0 -1 4202496 27605 0 0 0 179879 42 0 0 20 0 1 0 376226296 167256064 35116 33554432000 4194304 5654031 140734531146704 140734531134520 4215778 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26966/statm: 40834 35116 142 357 0 40474 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 176352

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 26960 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=863868
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 0.892863
# 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.65
CPU system time (s): 0.44
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 176352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.863868
system time used= 0.028995
maximum resident set size= 64764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 8

runsolver used 3.11553 second user time and 8.35573 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-07 22:29:52
IDJOB=3746215
IDBENCH=2562
IDSOLVER=2332
FILE ID=node111/3746215-1339100992
RUNJOBID= node111-1339098177-26422
PBS_JOBID= 14643742
Free space on /tmp= 67400 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746215-1339100992/watcher-3746215-1339100992 -o /tmp/evaluation-result-3746215-1339100992/solver-3746215-1339100992 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746215-1339100992.opb 1558654646 HOME HOME

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

MD5SUM BENCH= d900242764082ad39bc001b38a8b6b82
RANDOM SEED=1558654646

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.91
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29690284 kB
Buffers:          179352 kB
Cached:          2104808 kB
SwapCached:         1504 kB
Active:           406636 kB
Inactive:        1963628 kB
Active(anon):      83988 kB
Inactive(anon):     4228 kB
Active(file):     322648 kB
Inactive(file):  1959400 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:        154680 kB
Mapped:             9320 kB
Shmem:                 0 kB
Slab:             673012 kB
SReclaimable:     115224 kB
SUnreclaim:       557788 kB
KernelStack:        1504 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     209436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 67348 MiB
End job on node111 at 2012-06-07 22:59:53