Trace number 3699527

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? (TO) 1800.06 1800.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-test4.pi.opb
MD5SUMcca57c347e264f92fb70010109aa24c5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 104
Optimality of the best value was proved NO
Number of variables6139
Total number of constraints1437
Number of constraints which are clauses1437
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 constraint5
Maximum length of a constraint172
Number of terms in the objective function 6139
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 6139
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 6139
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.20	c run inc solver
0.00/0.20	c [INC SYSTEM] run initial solver
0.00/0.20	c [INC SYSTEM] preprocess with white file
2.45/2.89	c [INC SYSTEM] finished preprocessing in 2 s
2.45/2.89	c [INC SYSTEM] execute solver
2.46/2.99	c [INC SEARCH] formula is SAT
2.46/2.99	c [INC SYSTEM] solved the initial formula
2.48/3.03	c model valid
2.48/3.03	c current solution ok
2.78/3.21	o 990
2.78/3.21	c execute binary inc search
2.78/3.21	c [INC SEARCH] current bound: 495
2.78/3.21	c [INC SEARCH] iteration: 0
2.78/3.21	c [INC SEARCH] lower bound: 0 upperbound 990 current bound: 495 best value:990
2.78/3.21	c [INC SYSTEM] there exists a inc, kill it!
2.78/3.21	c write failed with 2
2.78/3.21	c [INC SYSTEM] create new solver instance
2.78/3.21	c [INC] encode full formula
2.78/3.21	c fallback to adder encoding
3.07/3.50	c set iterative enc to: cardAdder
3.07/3.50	c set iterative enc to: none
3.07/3.54	c [INC SEARCH] isOptimum variable: 0
4.37/4.82	c [INC SEARCH] formula is SAT
4.37/4.83	c [INC SEARCH] copied best model
4.37/4.83	c sat variable: 1 optimum/unsat variable: 0
4.37/4.87	c model valid
4.37/4.87	c current solution ok
4.37/4.87	o 368
4.37/4.87	c [INC SEARCH] current bound: 184
4.37/4.87	c [INC SEARCH] iteration: 1
4.37/4.87	c [INC SEARCH] lower bound: 0 upperbound 368 current bound: 184 best value:368
4.37/4.87	c [INC SYSTEM] there exists a inc, kill it!
4.37/4.87	c write failed with 2
4.37/4.88	c [INC SYSTEM] create new solver instance
4.37/4.88	c [INC] encode full formula
4.37/4.88	c fallback to adder encoding
4.68/5.13	c set iterative enc to: cardAdder
4.68/5.13	c set iterative enc to: none
4.68/5.17	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.81	HOME/npSolver-pbo-I.sh: line 18:  9440 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699527-1338058352/watcher-3699527-1338058352 -o /tmp/evaluation-result-3699527-1338058352/solver-3699527-1338058352 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699527-1338058352.opb 336301614 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 9439
/proc/meminfo: memFree=28644592/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0

[startup+0.038146 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 9439
/proc/meminfo: memFree=28644592/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 9439
/proc/meminfo: memFree=28644592/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 9439
/proc/meminfo: memFree=28644592/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 1.95 1.99 1.99 3/180 9439
/proc/meminfo: memFree=28644592/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.95 1.99 1.99 3/184 9443
/proc/meminfo: memFree=28542532/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=23328 CPUtime=0.2 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 5789 0 0 0 18 2 0 0 20 0 1 0 271960529 23887872 5124 33554432000 4194304 5992684 140733806758144 140733806752592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 5832 5124 163 440 0 5388 0
[pid=9442] ppid=9440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9442/stat : 9442 (cp2_pre.sh) S 9440 9439 8474 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271960550 9367552 277 33554432000 4194304 5064252 140733525687696 140733525686400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9442/statm: 2287 277 234 213 0 72 0
[pid=9443] ppid=9442 vsize=78884 CPUtime=1.27 cores=0,2,4,6
/proc/9443/stat : 9443 (coprocessor) R 9442 9439 8474 0 -1 4202496 15527 0 0 0 125 2 0 0 20 0 1 0 271960551 80777216 18994 33554432000 4194304 6586260 140733220377696 140733220373288 5599168 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/9443/statm: 19721 18994 190 584 0 19133 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 120508

[startup+3.10029 s]
/proc/loadavg: 1.95 1.99 1.99 3/184 9443
/proc/meminfo: memFree=28540672/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=26240 CPUtime=2.58 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) R 9439 9439 8474 0 -1 4202496 6549 17326 0 0 24 8 222 4 20 0 1 0 271960529 26869760 5853 33554432000 4194304 5992684 140733806758144 140733806744408 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 6560 5853 173 440 0 6116 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 35388

[startup+6.30025 s]
/proc/loadavg: 1.95 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28492800/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=75400 CPUtime=1.12 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 15440 0 0 0 109 3 0 0 20 0 1 0 271961046 77209600 15619 33554432000 4194304 5654031 140735103344944 140735103342552 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9452/statm: 18850 15619 141 357 0 18490 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 146420

[startup+12.7003 s]
/proc/loadavg: 1.95 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28490448/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=83576 CPUtime=7.51 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 15868 0 0 0 748 3 0 0 20 0 1 0 271961046 85581824 16028 33554432000 4194304 5654031 140735103344944 140735103332760 4214578 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9452/statm: 20894 16028 142 357 0 20534 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 154596

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28485928/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=85216 CPUtime=20.3 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 16408 0 0 0 2027 3 0 0 20 0 1 0 271961046 87261184 17065 33554432000 4194304 5654031 140735103344944 140735103332760 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 21304 17065 142 357 0 20944 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 156236

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28476912/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=86712 CPUtime=45.9 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 17470 0 0 0 4586 4 0 0 20 0 1 0 271961046 88793088 17308 33554432000 4194304 5654031 140735103344944 140735103332760 4215307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 21678 17308 142 357 0 21318 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 157732

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28432752/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=118236 CPUtime=97.1 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 18498 0 0 0 9705 5 0 0 20 0 1 0 271961046 121073664 24487 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 29559 24487 142 357 0 29199 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 189256

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 9452
/proc/meminfo: memFree=28407420/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=136912 CPUtime=157.08 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 18595 0 0 0 15703 5 0 0 20 0 1 0 271961046 140197888 30833 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 34228 30833 142 357 0 33868 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 207932

[startup+222.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/183 9452
/proc/meminfo: memFree=28393268/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=136912 CPUtime=217.07 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 18612 0 0 0 21702 5 0 0 20 0 1 0 271961046 140197888 31872 33554432000 4194304 5654031 140735103344944 140735103332760 4215081 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 34228 31872 142 357 0 33868 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 207932

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/183 9485
/proc/meminfo: memFree=28300616/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1296.9 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 23834 0 0 0 129678 12 0 0 20 0 1 0 271961046 202878976 40442 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 40442 142 357 0 49171 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 269144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9485
/proc/meminfo: memFree=28294532/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1356.88 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 23838 0 0 0 135676 12 0 0 20 0 1 0 271961046 202878976 42490 33554432000 4194304 5654031 140735103344944 140735103332760 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 42490 142 357 0 49171 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 269144

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 9485
/proc/meminfo: memFree=28284120/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1416.87 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 23850 0 0 0 141675 12 0 0 20 0 1 0 271961046 202878976 44538 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 44538 142 357 0 49171 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 269144

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9485
/proc/meminfo: memFree=28241236/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1476.86 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 23855 0 0 0 147673 13 0 0 20 0 1 0 271961046 202878976 47098 33554432000 4194304 5654031 140735103344944 140735103332760 4214957 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 47098 142 357 0 49171 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 269144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9486
/proc/meminfo: memFree=28227584/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=248212 CPUtime=1536.85 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 24163 0 0 0 153672 13 0 0 20 0 1 0 271961046 254169088 49447 33554432000 4194304 5654031 140735103344944 140735103343032 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 62053 49447 142 357 0 61693 0
Current children cumulated CPU time (s) 1541.61
Current children cumulated vsize (KiB) 319232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9486
/proc/meminfo: memFree=28258304/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=248212 CPUtime=1596.84 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 24166 0 0 0 159671 13 0 0 20 0 1 0 271961046 254169088 50983 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 62053 50983 142 357 0 61693 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 319232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9489
/proc/meminfo: memFree=28219552/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=248212 CPUtime=1656.82 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 24184 0 0 0 165669 13 0 0 20 0 1 0 271961046 254169088 52519 33554432000 4194304 5654031 140735103344944 140735103332760 4215115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 62053 52519 142 357 0 61693 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 319232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9489
/proc/meminfo: memFree=28312840/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=167304 CPUtime=1716.81 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 24640 0 0 0 171667 14 0 0 20 0 1 0 271961046 171319296 37303 33554432000 4194304 5654031 140735103344944 140735103332760 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 41826 37303 142 357 0 41466 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 238324

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9489
/proc/meminfo: memFree=28298816/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1776.8 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 25230 0 0 0 177665 15 0 0 20 0 1 0 271961046 202878976 40954 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 40954 142 357 0 49171 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 269144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9539
/proc/meminfo: memFree=28422280/32873844 swapFree=7096/7096
[pid=9439] ppid=9437 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9439/stat : 9439 (npSolver-pbo-I.) S 9437 9439 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271960529 9367552 275 33554432000 4194304 5064252 140736059918608 140736059917520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9439/statm: 2287 275 233 213 0 72 0
[pid=9440] ppid=9439 vsize=61872 CPUtime=4.76 cores=0,2,4,6
/proc/9440/stat : 9440 (npSolver-pbo) S 9439 9439 8474 0 -1 4202496 16739 41760 0 0 85 24 356 11 20 0 1 0 271960529 63356928 14772 33554432000 4194304 5992684 140733806758144 140733806743048 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9440/statm: 15468 14772 184 440 0 15024 0
[pid=9452] ppid=9440 vsize=198124 CPUtime=1795.3 cores=0,2,4,6
/proc/9452/stat : 9452 (glucosInc) R 9440 9439 8474 0 -1 4202496 25232 0 0 0 179515 15 0 0 20 0 1 0 271961046 202878976 41978 33554432000 4194304 5654031 140735103344944 140735103332760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9452/statm: 49531 41978 142 357 0 49171 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 269144

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 9439 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=418328
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=357945
# CPU time returned by wait4() is 4.77627
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.06
CPU user time (s): 1799.56
CPU system time (s): 0.5
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 368552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.41833
system time used= 0.357945
maximum resident set size= 82072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 615
involuntary context switches= 51

runsolver used 3.38549 second user time and 9.13461 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 20:52:32
IDJOB=3699527
IDBENCH=2042
IDSOLVER=2276
FILE ID=node132/3699527-1338058352
RUNJOBID= node132-1338052924-8490
PBS_JOBID= 14624394
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-test4.pi.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699527-1338058352/watcher-3699527-1338058352 -o /tmp/evaluation-result-3699527-1338058352/solver-3699527-1338058352 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699527-1338058352.opb 336301614 HOME HOME

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

MD5SUM BENCH= cca57c347e264f92fb70010109aa24c5
RANDOM SEED=336301614

node132.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.832
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.66
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.832
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	: 5332.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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28645500 kB
Buffers:          290808 kB
Cached:          3104268 kB
SwapCached:            0 kB
Active:           903736 kB
Inactive:        2535688 kB
Active(anon):      46472 kB
Inactive(anon):        0 kB
Active(file):     857264 kB
Inactive(file):  2535688 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21008 kB
Writeback:             0 kB
AnonPages:         59220 kB
Mapped:            15644 kB
Shmem:               212 kB
Slab:             651240 kB
SReclaimable:      92448 kB
SUnreclaim:       558792 kB
KernelStack:        1528 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     162792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 71508 MiB
End job on node132 at 2012-05-26 21:22:33