Trace number 3752084

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-quickBound (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-des.a.opb
MD5SUM41d95962f9f821e00bc6bf0e503d69d6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark942
Best CPU time to get the best result obtained on this benchmark6.51401
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 957
Optimality of the best value was proved NO
Number of variables6175
Total number of constraints17920
Number of constraints which are clauses17920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint495
Number of terms in the objective function 6175
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6175
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6175
Number of bits of the biggest sum of numbers13
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.23	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.23	c [INC SYSTEM] execute solver
0.00/0.24	c [INC SEARCH] formula is SAT
0.00/0.24	c [INC SYSTEM] solved the initial formula
0.00/0.29	c model valid
0.00/0.29	c current solution ok
0.00/0.31	o 1030
0.00/0.31	c starting approximation
0.00/0.31	c factor = 1
0.00/0.31	c can not find a suitable factor, leaving approximation
0.00/0.31	c finished approximation
0.00/0.31	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.31	c write failed with 2
0.00/0.31	c [INC SEARCH] iteration: 0
0.00/0.31	c [INC BOUNDS] best value:1030 search for 1029
0.00/0.31	c [INC SYSTEM] create new solver instance
0.00/0.31	c [INC] encode full formula
0.00/0.31	c fallback to adder encoding
0.00/0.65	c set iterative enc to: cardAdder
0.00/0.65	c set iterative enc to: none
0.00/0.69	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.40	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-3752084-1339126997/watcher-3752084-1339126997 -o /tmp/evaluation-result-3752084-1339126997/solver-3752084-1339126997 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752084-1339126997.opb 525724866 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.04 2.06 3/178 25619
/proc/meminfo: memFree=18452476/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0

[startup+0.019543 s]
/proc/loadavg: 2.01 2.04 2.06 3/178 25619
/proc/meminfo: memFree=18452476/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.01 2.04 2.06 3/178 25619
/proc/meminfo: memFree=18452476/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.01 2.04 2.06 3/178 25619
/proc/meminfo: memFree=18452476/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70021 s]
/proc/loadavg: 2.01 2.04 2.06 3/178 25619
/proc/meminfo: memFree=18452476/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 25628
/proc/meminfo: memFree=18333996/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=69984 CPUtime=0.8 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 14917 0 0 0 77 3 0 0 20 0 1 0 378825833 71663616 14784 33554432000 4194304 5654031 140735743805296 140735743803448 4215088 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 17496 14784 141 357 0 17136 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107968

[startup+3.10031 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 25628
/proc/meminfo: memFree=18342236/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=69984 CPUtime=2.39 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 14917 0 0 0 236 3 0 0 20 0 1 0 378825833 71663616 14784 33554432000 4194304 5654031 140735743805296 140735743793112 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 17496 14784 141 357 0 17136 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 107968

[startup+6.30031 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 25628
/proc/meminfo: memFree=18340764/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=69984 CPUtime=5.59 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 14944 0 0 0 556 3 0 0 20 0 1 0 378825833 71663616 14811 33554432000 4194304 5654031 140735743805296 140735743793112 4214603 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 17496 14811 141 357 0 17136 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 107968

[startup+12.7004 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 25628
/proc/meminfo: memFree=18339384/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=71156 CPUtime=11.99 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 15109 0 0 0 1196 3 0 0 20 0 1 0 378825833 72863744 15487 33554432000 4194304 5654031 140735743805296 140735743793112 4214618 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 17789 15487 141 357 0 17429 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 109140

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.06 3/181 25628
/proc/meminfo: memFree=18338028/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=72700 CPUtime=24.78 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 15502 0 0 0 2475 3 0 0 20 0 1 0 378825833 74444800 16391 33554432000 4194304 5654031 140735743805296 140735743793112 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 18175 16391 141 357 0 17815 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 110684

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.06 3/181 25628
/proc/meminfo: memFree=18310168/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=106464 CPUtime=50.38 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 17524 0 0 0 5034 4 0 0 20 0 1 0 378825833 109019136 22984 33554432000 4194304 5654031 140735743805296 140735743793112 4215327 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 26616 22984 141 357 0 26256 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 144448

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 25628
/proc/meminfo: memFree=18284540/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=125140 CPUtime=101.58 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 18219 0 0 0 10154 4 0 0 20 0 1 0 378825833 128143360 28709 33554432000 4194304 5654031 140735743805296 140735743793112 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 31285 28709 141 357 0 30925 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 163124

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/181 25628
/proc/meminfo: memFree=18265304/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=136812 CPUtime=161.56 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 19000 0 0 0 16151 5 0 0 20 0 1 0 378825833 140095488 33015 33554432000 4194304 5654031 140735743805296 140735743793112 4209222 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 34203 33015 141 357 0 33843 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 174796

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/181 25675
/proc/meminfo: memFree=31594892/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=155780 CPUtime=221.55 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 19330 0 0 0 22150 5 0 0 20 0 1 0 378825833 159518720 37911 33554432000 4194304 5654031 140735743805296 140735743793112 4236240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 38945 37911 141 357 0 38585 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 193764

[startup+282.3 s]

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

/proc/meminfo: memFree=31508088/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1241.37 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 28971 0 0 0 124113 24 0 0 20 0 1 0 378825833 191082496 44050 33554432000 4194304 5654031 140735743805296 140735743793112 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 44050 141 357 0 46291 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 224588

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 25709
/proc/meminfo: memFree=31482072/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=236692 CPUtime=1301.37 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 29283 0 0 0 130112 25 0 0 20 0 1 0 378825833 242372608 47935 33554432000 4194304 5654031 140735743805296 140735743793112 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 59173 47935 141 357 0 58813 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 274676

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 25709
/proc/meminfo: memFree=31506548/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1361.35 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 29839 0 0 0 136109 26 0 0 20 0 1 0 378825833 191082496 38888 33554432000 4194304 5654031 140735743805296 140735743793112 4215687 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 38888 141 357 0 46291 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 224588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 25709
/proc/meminfo: memFree=31477008/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1421.35 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 29849 0 0 0 142108 27 0 0 20 0 1 0 378825833 191082496 44008 33554432000 4194304 5654031 140735743805296 140735743793112 4215088 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 44008 141 357 0 46291 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 224588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 25710
/proc/meminfo: memFree=31449828/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=236692 CPUtime=1481.33 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 30163 0 0 0 148105 28 0 0 20 0 1 0 378825833 242372608 48917 33554432000 4194304 5654031 140735743805296 140735743793112 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 59173 48917 141 357 0 58813 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 274676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25710
/proc/meminfo: memFree=31515208/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1541.31 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 30728 0 0 0 154102 29 0 0 20 0 1 0 378825833 191082496 39400 33554432000 4194304 5654031 140735743805296 140735743793112 4215121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 39400 141 357 0 46291 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 224588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25710
/proc/meminfo: memFree=31488896/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1601.31 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 30737 0 0 0 160101 30 0 0 20 0 1 0 378825833 191082496 44008 33554432000 4194304 5654031 140735743805296 140735743793112 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 44008 141 357 0 46291 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 224588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 25713
/proc/meminfo: memFree=31458232/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=236692 CPUtime=1661.3 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 31046 0 0 0 166099 31 0 0 20 0 1 0 378825833 242372608 48405 33554432000 4194304 5654031 140735743805296 140735743793112 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 59173 48405 141 357 0 58813 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 274676

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 25713
/proc/meminfo: memFree=31439948/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=236692 CPUtime=1721.29 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 31052 0 0 0 172098 31 0 0 20 0 1 0 378825833 242372608 51477 33554432000 4194304 5654031 140735743805296 140735743793112 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 59173 51477 141 357 0 58813 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 274676

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 25714
/proc/meminfo: memFree=31510184/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1781.28 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 31610 0 0 0 178095 33 0 0 20 0 1 0 378825833 191082496 40936 33554432000 4194304 5654031 140735743805296 140735743793112 4215097 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 40936 141 357 0 46291 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 224588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 25714
/proc/meminfo: memFree=31501868/32873844 swapFree=7380/7380
[pid=25619] ppid=25617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25619/stat : 25619 (npSolver-pbo-It) S 25617 25619 22322 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378825763 9367552 274 33554432000 4194304 5064252 140735482129184 140735482128096 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25619/statm: 2287 274 233 213 0 72 0
[pid=25620] ppid=25619 vsize=28836 CPUtime=0.68 cores=0,2,4,6
/proc/25620/stat : 25620 (npSolver-pbo) S 25619 25619 22322 0 -1 4202496 9334 4321 0 0 49 7 11 1 20 0 1 0 378825764 29528064 6902 33554432000 4194304 6004724 140735519045424 140735519031272 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25620/statm: 7209 6902 191 442 0 6763 0
[pid=25628] ppid=25620 vsize=186604 CPUtime=1799.38 cores=0,2,4,6
/proc/25628/stat : 25628 (glucosInc) R 25620 25619 22322 0 -1 4202496 31612 0 0 0 179905 33 0 0 20 0 1 0 378825833 191082496 41960 33554432000 4194304 5654031 140735743805296 140735743793112 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25628/statm: 46651 41960 141 357 0 46291 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 224588

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.66
CPU system time (s): 0.431934
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 354816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.431934
maximum resident set size= 277548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 49008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66
involuntary context switches= 1890

runsolver used 3.57546 second user time and 9.30858 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-08 05:43:17
IDJOB=3752084
IDBENCH=2845
IDSOLVER=2335
FILE ID=node118/3752084-1339126997
RUNJOBID= node118-1339110918-23912
PBS_JOBID= 14643735
Free space on /tmp= 67724 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-des.a.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752084-1339126997/watcher-3752084-1339126997 -o /tmp/evaluation-result-3752084-1339126997/solver-3752084-1339126997 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752084-1339126997.opb 525724866 HOME HOME

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

MD5SUM BENCH= 41d95962f9f821e00bc6bf0e503d69d6
RANDOM SEED=525724866

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        18452848 kB
Buffers:           96120 kB
Cached:          3324052 kB
SwapCached:         6484 kB
Active:         13373468 kB
Inactive:         157844 kB
Active(anon):   10107052 kB
Inactive(anon):     6596 kB
Active(file):    3266416 kB
Inactive(file):   151248 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095448 kB
Dirty:              9860 kB
Writeback:             0 kB
AnonPages:      10114368 kB
Mapped:             9824 kB
Shmem:                 0 kB
Slab:             730476 kB
SReclaimable:     170160 kB
SUnreclaim:       560316 kB
KernelStack:        1504 kB
PageTables:        23700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11695156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6148096 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= 70796 MiB
End job on node118 at 2012-06-08 06:13:17