Trace number 3698502

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.03 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUMd26c1c744a6cc6b94bc88bd85095e6b9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36160
Best CPU time to get the best result obtained on this benchmark746.157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 187909
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 187909
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.14	c fallback to adder encoding
6.99/7.01	c run inc solver
6.99/7.01	c [INC SYSTEM] run initial solver
6.99/7.01	c [INC SYSTEM] preprocess with white file
23.83/24.09	c [INC SYSTEM] finished preprocessing in 17 s
23.83/24.09	c [INC SYSTEM] execute solver
127.37/127.51	c [INC SEARCH] formula is SAT
127.47/127.62	c [INC SYSTEM] solved the initial formula
128.36/128.55	c model valid
128.36/128.55	c current solution ok
136.28/136.79	o 0
136.28/136.79	c [INC SYSTEM] there exists a inc, kill it!
136.28/136.79	c write failed with 2
136.50/136.82	c [INC SEARCH] iteration: 0
136.50/136.82	c [INC BOUNDS] best value:187909 search for 187908
136.50/136.82	c [INC SYSTEM] create new solver instance
136.50/136.82	c [INC] encode full formula
136.50/136.82	c fallback to adder encoding
136.60/136.96	c set iterative enc to: adder
136.60/136.96	c set iterative enc to: none
136.67/137.18	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.61	c write failed with -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-3698502-1338112564/watcher-3698502-1338112564 -o /tmp/evaluation-result-3698502-1338112564/solver-3698502-1338112564 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698502-1338112564.opb 2059259954 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: 2.01 2.00 2.00 3/178 30714
/proc/meminfo: memFree=31102932/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0

[startup+0.0418461 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 30714
/proc/meminfo: memFree=31102932/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100233 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 30714
/proc/meminfo: memFree=31102932/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 30714
/proc/meminfo: memFree=31102932/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700219 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 30714
/proc/meminfo: memFree=31102932/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30716
/proc/meminfo: memFree=31095768/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=13548 CPUtime=1.49 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) R 30714 30714 25163 0 -1 4202496 2887 0 0 0 149 0 0 0 20 0 1 0 277381917 13873152 2391 33554432000 4194304 5992684 140737101657840 140737101653960 4768609 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 3387 2391 146 440 0 2943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22696

[startup+3.10023 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30716
/proc/meminfo: memFree=31088632/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=49772 CPUtime=3.09 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) R 30714 30714 25163 0 -1 4202496 10327 0 0 0 307 2 0 0 20 0 1 0 277381917 50966528 11360 33554432000 4194304 5992684 140737101657840 140737101653960 4524592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 12443 11360 159 440 0 11999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58920

[startup+6.30027 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30716
/proc/meminfo: memFree=30837196/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=372748 CPUtime=6.29 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) R 30714 30714 25163 0 -1 4202496 32066 0 0 0 616 13 0 0 20 0 1 0 277381917 381693952 84590 33554432000 4194304 5992684 140737101657840 140737101652808 4525041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 93187 84590 167 440 0 92743 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381896

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 30718
/proc/meminfo: memFree=29479452/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=372748 CPUtime=7 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 32792 0 0 0 652 48 0 0 20 0 1 0 277381917 381693952 91296 33554432000 4194304 5992684 140737101657840 140737101652288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 93187 91296 174 440 0 92743 0
[pid=30717] ppid=30715 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30717/stat : 30717 (cp2_pre.sh) S 30715 30714 25163 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 277382619 9367552 276 33554432000 4194304 5064252 140733716851584 140733716850288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30717/statm: 2287 276 234 213 0 72 0
[pid=30718] ppid=30717 vsize=1185172 CPUtime=5.66 cores=0,2,4,6
/proc/30718/stat : 30718 (coprocessor) R 30717 30714 25163 0 -1 4202496 81552 0 0 0 540 26 0 0 20 0 1 0 277382620 1213616128 261699 33554432000 4194304 6586260 140735215775696 140735215771960 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/30718/statm: 296293 261699 164 584 0 295705 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1576216

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 30720
/proc/meminfo: memFree=30197012/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=372748 CPUtime=23.94 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 32807 119590 0 0 652 49 1623 70 20 0 1 0 277381917 381693952 91298 33554432000 4194304 5992684 140737101657840 140737101644104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 93187 91298 176 440 0 92743 0
[pid=30720] ppid=30715 vsize=575204 CPUtime=1.39 cores=0,2,4,6
/proc/30720/stat : 30720 (glucosInc) R 30715 30714 25163 0 -1 4202496 75342 0 0 0 123 16 0 0 20 0 1 0 277384327 589008896 121401 33554432000 4194304 5654031 140737072788080 140737071737528 4797458 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30720/statm: 143801 121402 109 357 0 143441 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 957100

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 30720
/proc/meminfo: memFree=30073476/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=372748 CPUtime=23.94 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 32807 119590 0 0 652 49 1623 70 20 0 1 0 277381917 381693952 91298 33554432000 4194304 5992684 140737101657840 140737101644104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 93187 91298 176 440 0 92743 0
[pid=30720] ppid=30715 vsize=615664 CPUtime=26.98 cores=0,2,4,6
/proc/30720/stat : 30720 (glucosInc) R 30715 30714 25163 0 -1 4202496 88765 0 0 0 2679 19 0 0 20 0 1 0 277384327 630439936 135397 33554432000 4194304 5654031 140737072788080 140737072785864 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30720/statm: 153916 135397 140 357 0 153556 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 997560

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 30721
/proc/meminfo: memFree=30060140/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=372748 CPUtime=23.94 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 32807 119590 0 0 652 49 1623 70 20 0 1 0 277381917 381693952 91298 33554432000 4194304 5992684 140737101657840 140737101644104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 93187 91298 176 440 0 92743 0
[pid=30720] ppid=30715 vsize=615664 CPUtime=78.18 cores=0,2,4,6
/proc/30720/stat : 30720 (glucosInc) R 30715 30714 25163 0 -1 4202496 88770 0 0 0 7799 19 0 0 20 0 1 0 277384327 630439936 135402 33554432000 4194304 5654031 140737072788080 140737072785864 4214957 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30720/statm: 153916 135402 140 357 0 153556 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 997560

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30724
/proc/meminfo: memFree=29874896/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=621588 CPUtime=25.1 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 86993 0 0 0 2490 20 0 0 20 0 1 0 277395636 636506112 139248 33554432000 4194304 5654031 140736297404432 140736297392248 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 155397 139248 139 357 0 155037 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 1041596

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 30724
/proc/meminfo: memFree=29883200/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=627584 CPUtime=85.09 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 87869 0 0 0 8489 20 0 0 20 0 1 0 277395636 642646016 141146 33554432000 4194304 5654031 140736297404432 140736297392248 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 156896 141146 139 357 0 156536 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 1047592

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 30727
/proc/meminfo: memFree=29867808/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6

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

/proc/meminfo: memFree=29869528/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1164.9 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 116469 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 1061928

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30801
/proc/meminfo: memFree=29864996/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1224.89 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 122468 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4233021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 1061928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30801
/proc/meminfo: memFree=29859964/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1284.89 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 128468 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1061928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30804
/proc/meminfo: memFree=29846564/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1344.87 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 134466 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1061928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30804
/proc/meminfo: memFree=29844772/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1404.86 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 140465 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 1061928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30805
/proc/meminfo: memFree=29840428/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1464.85 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89719 0 0 0 146464 21 0 0 20 0 1 0 277395636 657326080 145557 33554432000 4194304 5654031 140736297404432 140736297392248 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 145557 140 357 0 160120 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 1061928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30805
/proc/meminfo: memFree=29838504/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1524.84 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89720 0 0 0 152463 21 0 0 20 0 1 0 277395636 657326080 146069 33554432000 4194304 5654031 140736297404432 140736297392248 4232473 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 146069 140 357 0 160120 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 1061928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30805
/proc/meminfo: memFree=29836584/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1584.84 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89720 0 0 0 158463 21 0 0 20 0 1 0 277395636 657326080 146069 33554432000 4194304 5654031 140736297404432 140736297392248 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 146069 140 357 0 160120 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1061928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30805
/proc/meminfo: memFree=29832364/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1644.82 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89721 0 0 0 164461 21 0 0 20 0 1 0 277395636 657326080 146581 33554432000 4194304 5654031 140736297404432 140736297392248 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 146581 140 357 0 160120 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1061928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30805
/proc/meminfo: memFree=29830316/32873648 swapFree=7116/7116
[pid=30714] ppid=30712 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (npSolver-pbo-It) S 30712 30714 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277381917 9367552 275 33554432000 4194304 5064252 140735460550528 140735460549440 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 275 233 213 0 72 0
[pid=30715] ppid=30714 vsize=410860 CPUtime=136.89 cores=0,2,4,6
/proc/30715/stat : 30715 (npSolver-pbo) S 30714 30714 25163 0 -1 4202496 46490 210289 0 0 926 692 11937 134 20 0 1 0 277381917 420720640 99947 33554432000 4194304 5992684 140737101657840 140737101643672 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/30715/statm: 102715 99947 185 440 0 102271 0
[pid=30724] ppid=30715 vsize=641920 CPUtime=1663.14 cores=0,2,4,6
/proc/30724/stat : 30724 (glucosInc) R 30715 30714 25163 0 -1 4202496 89721 0 0 0 166293 21 0 0 20 0 1 0 277395636 657326080 146581 33554432000 4194304 5654031 140736297404432 140736297392248 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30724/statm: 160480 146581 140 357 0 160120 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1061928

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.03
CPU user time (s): 1791.56
CPU system time (s): 8.47
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 1873232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

runsolver used 3.81942 second user time and 10.4464 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 11:56:04
IDJOB=3698502
IDBENCH=91122
IDSOLVER=2275
FILE ID=node123/3698502-1338112564
RUNJOBID= node123-1338101373-27114
PBS_JOBID= 14624452
Free space on /tmp= 71556 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698502-1338112564/watcher-3698502-1338112564 -o /tmp/evaluation-result-3698502-1338112564/solver-3698502-1338112564 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698502-1338112564.opb 2059259954 HOME HOME

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

MD5SUM BENCH= d26c1c744a6cc6b94bc88bd85095e6b9
RANDOM SEED=2059259954

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31103436 kB
Buffers:           62888 kB
Cached:           272932 kB
SwapCached:         1308 kB
Active:           882092 kB
Inactive:         119148 kB
Active(anon):     662664 kB
Inactive(anon):     5020 kB
Active(file):     219428 kB
Inactive(file):   114128 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102264 kB
Dirty:             35768 kB
Writeback:             0 kB
AnonPages:        640904 kB
Mapped:            11944 kB
Shmem:                 0 kB
Slab:             623164 kB
SReclaimable:      67356 kB
SUnreclaim:       555808 kB
KernelStack:        1480 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     935744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node123 at 2012-05-27 12:26:07