Trace number 3751309

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-quickBound (fixed)? (TO) 1800.08 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 133
Number of bits of the biggest sum of numbers8
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.12	c run inc solver
0.00/0.12	c [INC SYSTEM] run initial solver
0.00/0.12	c [INC SYSTEM] preprocess with white file
0.00/0.40	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.40	c [INC SYSTEM] execute solver
1800.08/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18: 25742 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751309-1339170193/watcher-3751309-1339170193 -o /tmp/evaluation-result-3751309-1339170193/solver-3751309-1339170193 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751309-1339170193.opb 2100610194 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.85 2.00 1.99 3/173 25739
/proc/meminfo: memFree=29893824/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0

[startup+0.0471419 s]
/proc/loadavg: 1.85 2.00 1.99 3/173 25739
/proc/meminfo: memFree=29893824/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 1.85 2.00 1.99 3/173 25739
/proc/meminfo: memFree=29893824/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300163 s]
/proc/loadavg: 1.85 2.00 1.99 3/173 25739
/proc/meminfo: memFree=29893824/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 1.85 2.00 1.99 3/173 25739
/proc/meminfo: memFree=29893824/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.85 2.00 1.99 3/181 25753
/proc/meminfo: memFree=29862328/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=11800 CPUtime=1.09 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 2877 0 0 0 109 0 0 0 20 0 1 0 383143701 12083200 2547 33554432000 4194304 5654031 140737058941824 140737058939608 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 2950 2547 142 357 0 2590 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34612

[startup+3.10033 s]
/proc/loadavg: 1.85 2.00 1.99 3/181 25753
/proc/meminfo: memFree=29852872/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=16876 CPUtime=2.69 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 4294 0 0 0 268 1 0 0 20 0 1 0 383143701 17281024 3830 33554432000 4194304 5654031 140737058941824 140737058929640 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 4219 3830 142 357 0 3859 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39688

[startup+6.30035 s]
/proc/loadavg: 1.94 2.02 2.00 3/181 25753
/proc/meminfo: memFree=29837424/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=23948 CPUtime=5.89 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 5087 0 0 0 588 1 0 0 20 0 1 0 383143701 24522752 5642 33554432000 4194304 5654031 140737058941824 140737058929640 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 5987 5642 142 357 0 5627 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46760

[startup+12.7004 s]
/proc/loadavg: 1.94 2.02 2.00 3/181 25753
/proc/meminfo: memFree=29826308/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=35452 CPUtime=12.29 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 6951 0 0 0 1227 2 0 0 20 0 1 0 383143701 36302848 7376 33554432000 4194304 5654031 140737058941824 140737058929640 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 8863 7376 142 357 0 8503 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 58264

[startup+25.5004 s]
/proc/loadavg: 1.96 2.01 2.00 3/181 25753
/proc/meminfo: memFree=29808916/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=51600 CPUtime=25.08 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 8228 0 0 0 2506 2 0 0 20 0 1 0 383143701 52838400 9681 33554432000 4194304 5654031 140737058941824 140737058929640 4233448 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 12900 9681 142 357 0 12540 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 74412

[startup+51.1004 s]
/proc/loadavg: 1.91 2.00 1.99 3/181 25882
/proc/meminfo: memFree=29740956/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=119776 CPUtime=50.68 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 9375 0 0 0 5064 4 0 0 20 0 1 0 383143701 122650624 26041 33554432000 4194304 5654031 140737058941824 140737058929640 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 29944 26041 142 357 0 29584 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 142588

[startup+102.307 s]
/proc/loadavg: 1.96 2.00 1.99 3/184 26017
/proc/meminfo: memFree=29552300/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=120840 CPUtime=101.87 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 11342 0 0 0 10180 7 0 0 20 0 1 0 383143701 123740160 29774 33554432000 4194304 5654031 140737058941824 140737058929640 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 30210 29774 142 357 0 29850 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 143652

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 26017
/proc/meminfo: memFree=29468600/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=151660 CPUtime=161.86 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 12910 0 0 0 16174 12 0 0 20 0 1 0 383143701 155299840 37126 33554432000 4194304 5654031 140737058941824 140737058929640 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 37915 37126 142 357 0 37555 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 174472

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26018
/proc/meminfo: memFree=29463920/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=201748 CPUtime=221.85 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 15576 0 0 0 22168 17 0 0 20 0 1 0 383143701 206589952 37603 33554432000 4194304 5654031 140737058941824 140737058929640 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 50437 37603 142 357 0 50077 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 224560

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/183 26052
/proc/meminfo: memFree=29337484/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=222228 CPUtime=1361.57 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 49320 0 0 0 136065 92 0 0 20 0 1 0 383143701 227561472 48179 33554432000 4194304 5654031 140737058941824 140737058929640 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 55557 48179 142 357 0 55197 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 245040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26053
/proc/meminfo: memFree=29249004/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=435876 CPUtime=1421.58 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 50350 0 0 0 142063 95 0 0 20 0 1 0 383143701 446337024 76292 33554432000 4194304 5654031 140737058941824 140737058929640 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 108969 76292 142 357 0 108609 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 458688

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26053
/proc/meminfo: memFree=29341536/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=222228 CPUtime=1481.56 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 51884 0 0 0 148056 100 0 0 20 0 1 0 383143701 227561472 48691 33554432000 4194304 5654031 140737058941824 140737058929640 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 55557 48691 142 357 0 55197 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 245040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26053
/proc/meminfo: memFree=29248448/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=303616 CPUtime=1541.54 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 52560 0 0 0 154053 101 0 0 20 0 1 0 383143701 310902784 75428 33554432000 4194304 5654031 140737058941824 140737058929640 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 75904 75428 142 357 0 75544 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 326428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26053
/proc/meminfo: memFree=29345560/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=222228 CPUtime=1601.52 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 54468 0 0 0 160045 107 0 0 20 0 1 0 383143701 227561472 46643 33554432000 4194304 5654031 140737058941824 140737058929640 4214944 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 55557 46643 142 357 0 55197 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 245040

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 26056
/proc/meminfo: memFree=29242736/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=303616 CPUtime=1661.51 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 55036 0 0 0 166042 109 0 0 20 0 1 0 383143701 310902784 75315 33554432000 4194304 5654031 140737058941824 140737058929640 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 75904 75315 142 357 0 75544 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 326428

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26057
/proc/meminfo: memFree=29391500/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=172140 CPUtime=1721.5 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 56223 0 0 0 172036 114 0 0 20 0 1 0 383143701 176271360 41222 33554432000 4194304 5654031 140737058941824 140737058929640 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 43035 41222 142 357 0 42675 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 194952

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 26057
/proc/meminfo: memFree=29259256/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=303616 CPUtime=1781.49 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 57607 0 0 0 178033 116 0 0 20 0 1 0 383143701 310902784 70707 33554432000 4194304 5654031 140737058941824 140737058929640 4215353 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 75904 70707 142 357 0 75544 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 326428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26057
/proc/meminfo: memFree=29220160/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=435876 CPUtime=1799.7 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 58088 0 0 0 179852 118 0 0 20 0 1 0 383143701 446337024 78852 33554432000 4194304 5654031 140737058941824 140737058929640 4215344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 108969 78852 142 357 0 108609 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 458688

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26057
/proc/meminfo: memFree=29220160/32873844 swapFree=7632/7632
[pid=25739] ppid=25736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25739/stat : 25739 (npSolver-pbo-It) S 25736 25739 25698 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383143661 9367552 275 33554432000 4194304 5064252 140736805508592 140736805507504 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25739/statm: 2287 275 233 213 0 72 0
[pid=25742] ppid=25739 vsize=13664 CPUtime=0.38 cores=0,2,4,6
/proc/25742/stat : 25742 (npSolver-pbo) S 25739 25739 25698 0 -1 4202496 5104 5117 0 0 11 0 25 2 20 0 1 0 383143661 13991936 2842 33554432000 4194304 6004724 140733851339584 140733851325864 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25742/statm: 3416 2842 152 442 0 2970 0
[pid=25753] ppid=25742 vsize=435876 CPUtime=1799.7 cores=0,2,4,6
/proc/25753/stat : 25753 (glucosInc) R 25742 25739 25698 0 -1 4202496 58088 0 0 0 179852 118 0 0 20 0 1 0 383143701 446337024 78852 33554432000 4194304 5654031 140737058941824 140737058929640 4215344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25753/statm: 108969 78852 142 357 0 108609 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 458688

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25739 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=370943
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 0.401938
# 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.51
CPU time (s): 1800.08
CPU user time (s): 1798.88
CPU system time (s): 1.2
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 508008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.370943
system time used= 0.030995
maximum resident set size= 38664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 12

runsolver used 3.09253 second user time and 8.79366 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-08 17:43:13
IDJOB=3751309
IDBENCH=90214
IDSOLVER=2335
FILE ID=node141/3751309-1339170193
RUNJOBID= node141-1339170193-25714
PBS_JOBID= 14643818
Free space on /tmp= 69144 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751309-1339170193/watcher-3751309-1339170193 -o /tmp/evaluation-result-3751309-1339170193/solver-3751309-1339170193 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751309-1339170193.opb 2100610194 HOME HOME

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=2100610194

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29893824 kB
Buffers:          180560 kB
Cached:          1878956 kB
SwapCached:         2800 kB
Active:           419340 kB
Inactive:        1644216 kB
Active(anon):       2332 kB
Inactive(anon):     4220 kB
Active(file):     417008 kB
Inactive(file):  1639996 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098924 kB
Dirty:             18312 kB
Writeback:             0 kB
AnonPages:         10084 kB
Mapped:             7836 kB
Shmem:                 0 kB
Slab:             775320 kB
SReclaimable:     216864 kB
SUnreclaim:       558456 kB
KernelStack:        1328 kB
PageTables:         3584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69100 MiB
End job on node141 at 2012-06-08 18:13:14