Trace number 3698139

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.07 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.22	c run inc solver
0.00/0.22	c [INC SYSTEM] run initial solver
0.00/0.22	c [INC SYSTEM] preprocess with white file
1.17/1.24	c [INC SYSTEM] finished preprocessing in 1 s
1.17/1.24	c [INC SYSTEM] execute solver
1.21/1.30	c [INC SEARCH] formula is SAT
1.21/1.30	c [INC SYSTEM] solved the initial formula
1.21/1.34	c model valid
1.21/1.34	c current solution ok
1.31/1.46	o 1323
1.31/1.46	c [INC SYSTEM] there exists a inc, kill it!
1.31/1.46	c write failed with 2
1.31/1.46	c [INC SEARCH] iteration: 0
1.31/1.46	c [INC BOUNDS] best value:1323 search for 1322
1.31/1.46	c [INC SYSTEM] create new solver instance
1.31/1.46	c [INC] encode full formula
1.31/1.46	c fallback to adder encoding
1.78/1.81	c set iterative enc to: cardAdder
1.78/1.81	c set iterative enc to: none
1.78/1.85	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  2929 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -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-3698139-1338067433/watcher-3698139-1338067433 -o /tmp/evaluation-result-3698139-1338067433/solver-3698139-1338067433 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698139-1338067433.opb 1433684242 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.00 2.00 2.00 3/178 2928
/proc/meminfo: memFree=27496604/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0

[startup+0.0739809 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2928
/proc/meminfo: memFree=27496604/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2928
/proc/meminfo: memFree=27496604/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2928
/proc/meminfo: memFree=27496604/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2928
/proc/meminfo: memFree=27496604/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2932
/proc/meminfo: memFree=27436192/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.48 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) R 2928 2928 824 0 -1 4202496 6321 14874 0 0 30 11 102 5 20 0 1 0 272871827 22470656 5043 33554432000 4194304 5992684 140736958797024 140736958792496 5044337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5044 182 440 0 5042 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31092

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27389252/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=82956 CPUtime=1.24 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 16452 0 0 0 121 3 0 0 20 0 1 0 272872013 84946944 17484 33554432000 4194304 5654031 140735233082928 140735233070744 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2937/statm: 20739 17484 141 357 0 20379 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 114048

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27372124/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=82956 CPUtime=4.43 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 16591 0 0 0 440 3 0 0 20 0 1 0 272872013 84946944 17623 33554432000 4194304 5654031 140735233082928 140735233070744 4208694 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2937/statm: 20739 17623 141 357 0 20379 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 114048

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27367316/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=84900 CPUtime=10.83 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 16887 0 0 0 1080 3 0 0 20 0 1 0 272872013 86937600 17919 33554432000 4194304 5654031 140735233082928 140735233070744 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 21225 17919 142 357 0 20865 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 115992

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27392732/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=84900 CPUtime=23.63 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 17138 0 0 0 2360 3 0 0 20 0 1 0 272872013 86937600 18681 33554432000 4194304 5654031 140735233082928 140735233070744 4214522 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 21225 18681 142 357 0 20865 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 115992

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27365724/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=89840 CPUtime=49.23 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 19349 0 0 0 4918 5 0 0 20 0 1 0 272872013 91996160 20355 33554432000 4194304 5654031 140735233082928 140735233080712 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 22460 20355 142 357 0 22100 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 120932

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27336064/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=139252 CPUtime=100.42 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 20459 0 0 0 10036 6 0 0 20 0 1 0 272872013 142594048 27819 33554432000 4194304 5654031 140735233082928 140735233070744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 34813 27819 142 357 0 34453 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 170344

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2937
/proc/meminfo: memFree=27338732/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=120576 CPUtime=160.41 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 21470 0 0 0 16033 8 0 0 20 0 1 0 272872013 123469824 26795 33554432000 4194304 5654031 140735233082928 140735233070744 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 30144 26795 142 357 0 29784 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 151668

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 2938
/proc/meminfo: memFree=27293184/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=169896 CPUtime=220.39 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 21901 0 0 0 22030 9 0 0 20 0 1 0 272872013 173973504 37387 33554432000 4194304 5654031 140735233082928 140735233070744 4215079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 42474 37387 142 357 0 42114 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 200988

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 2938
/proc/meminfo: memFree=27293096/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 3011
/proc/meminfo: memFree=28178172/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1300.21 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26044 0 0 0 129995 26 0 0 20 0 1 0 272872013 256823296 51095 33554432000 4194304 5654031 140735233082928 140735233070744 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 51095 142 357 0 62341 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 281896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3011
/proc/meminfo: memFree=28201676/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=200716 CPUtime=1360.2 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26140 0 0 0 135993 27 0 0 20 0 1 0 272872013 205533184 44096 33554432000 4194304 5654031 140735233082928 140735233070744 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 50179 44096 142 357 0 49819 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 231808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3011
/proc/meminfo: memFree=28175488/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=200716 CPUtime=1420.2 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26146 0 0 0 141992 28 0 0 20 0 1 0 272872013 205533184 47168 33554432000 4194304 5654031 140735233082928 140735233070744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 50179 47168 142 357 0 49819 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 231808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3012
/proc/meminfo: memFree=28125156/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1480.18 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26456 0 0 0 147990 28 0 0 20 0 1 0 272872013 256823296 50541 33554432000 4194304 5654031 140735233082928 140735233070744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 50541 142 357 0 62341 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 281896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3012
/proc/meminfo: memFree=28152024/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1540.18 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26461 0 0 0 153989 29 0 0 20 0 1 0 272872013 256823296 53101 33554432000 4194304 5654031 140735233082928 140735233070744 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 53101 142 357 0 62341 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 281896

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 3015
/proc/meminfo: memFree=28106080/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1600.16 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26484 0 0 0 159987 29 0 0 20 0 1 0 272872013 256823296 56685 33554432000 4194304 5654031 140735233082928 140735233070744 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 56685 142 357 0 62341 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 281896

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3015
/proc/meminfo: memFree=28137304/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=200716 CPUtime=1660.14 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26586 0 0 0 165984 30 0 0 20 0 1 0 272872013 205533184 46656 33554432000 4194304 5654031 140735233082928 140735233070744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 50179 46656 142 357 0 49819 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 231808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3015
/proc/meminfo: memFree=28109876/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1720.14 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26896 0 0 0 171982 32 0 0 20 0 1 0 272872013 256823296 50029 33554432000 4194304 5654031 140735233082928 140735233070744 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 50029 142 357 0 62341 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 281896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3027
/proc/meminfo: memFree=28102016/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1780.13 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26902 0 0 0 177981 32 0 0 20 0 1 0 272872013 256823296 53101 33554432000 4194304 5654031 140735233082928 140735233070744 4232870 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 53101 142 357 0 62341 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 281896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3027
/proc/meminfo: memFree=28147628/32873844 swapFree=7620/7620
[pid=2928] ppid=2926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2928/stat : 2928 (npSolver-pbo-It) S 2926 2928 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272871827 9367552 275 33554432000 4194304 5064252 140736203520160 140736203519072 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2928/statm: 2287 275 233 213 0 72 0
[pid=2929] ppid=2928 vsize=21944 CPUtime=1.84 cores=0,2,4,6
/proc/2929/stat : 2929 (npSolver-pbo) S 2928 2928 824 0 -1 4202496 8517 15389 0 0 61 16 102 5 20 0 1 0 272871827 22470656 5092 33554432000 4194304 5992684 140736958797024 140736958782856 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2929/statm: 5486 5092 183 440 0 5042 0
[pid=2937] ppid=2929 vsize=250804 CPUtime=1798.23 cores=0,2,4,6
/proc/2937/stat : 2937 (glucosInc) R 2929 2928 824 0 -1 4202496 26908 0 0 0 179791 32 0 0 20 0 1 0 272872013 256823296 54125 33554432000 4194304 5654031 140735233082928 140735233070744 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2937/statm: 62701 54125 142 357 0 62341 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 281896

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.54
CPU system time (s): 0.53
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 362036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63675
system time used= 0.217966
maximum resident set size= 69704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 65400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123
involuntary context switches= 25

runsolver used 3.14752 second user time and 8.30674 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-26 23:23:53
IDJOB=3698139
IDBENCH=2845
IDSOLVER=2275
FILE ID=node107/3698139-1338067433
RUNJOBID= node107-1338052952-840
PBS_JOBID= 14624408
Free space on /tmp= 71372 MiB

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

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

MD5SUM BENCH= 41d95962f9f821e00bc6bf0e503d69d6
RANDOM SEED=1433684242

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        27496984 kB
Buffers:          262568 kB
Cached:          3430820 kB
SwapCached:            0 kB
Active:          1765312 kB
Inactive:        2817932 kB
Active(anon):     892544 kB
Inactive(anon):        0 kB
Active(file):     872768 kB
Inactive(file):  2817932 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9968 kB
Writeback:             0 kB
AnonPages:        905348 kB
Mapped:            15700 kB
Shmem:               200 kB
Slab:             643760 kB
SReclaimable:      85612 kB
SUnreclaim:       558148 kB
KernelStack:        1504 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1167876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71464 MiB
End job on node107 at 2012-05-26 23:53:53