Trace number 3698629

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.08 1802.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=37-P2=29-P3=83-P4=23-P5=67-B.opb
MD5SUMfeb866c77c1922bd09324402c14b21f3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.044992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

11.18/11.24	c run inc solver
11.18/11.24	c [INC SYSTEM] run initial solver
11.18/11.24	c [INC SYSTEM] preprocess with white file
42.35/42.68	c [INC SYSTEM] finished preprocessing in 31 s
42.35/42.68	c [INC SYSTEM] execute solver
1551.99/1552.53	c [INC SEARCH] formula is SAT
1551.99/1552.59	c [INC SYSTEM] solved the initial formula
1552.09/1552.60	c model valid
1552.09/1552.60	c current solution ok
1561.19/1562.28	o 61
1561.19/1562.28	c [INC SYSTEM] there exists a inc, kill it!
1561.19/1562.28	c write failed with 2
1561.19/1562.28	c [INC SEARCH] iteration: 0
1561.19/1562.28	c [INC BOUNDS] best value:61 search for 60
1561.19/1562.28	c [INC SYSTEM] create new solver instance
1561.19/1562.28	c [INC] encode full formula
1561.19/1562.28	c set iterative enc to: swc
1561.97/1563.93	c [INC SEARCH] isOptimum variable: 0

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-3698629-1338074932/watcher-3698629-1338074932 -o /tmp/evaluation-result-3698629-1338074932/solver-3698629-1338074932 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698629-1338074932.opb 755601228 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.02 3/177 10586
/proc/meminfo: memFree=27264088/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0

[startup+0.0213271 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 10586
/proc/meminfo: memFree=27264088/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 10586
/proc/meminfo: memFree=27264088/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 10586
/proc/meminfo: memFree=27264088/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700211 s]
/proc/loadavg: 2.00 2.00 2.02 3/177 10586
/proc/meminfo: memFree=27264088/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10588
/proc/meminfo: memFree=27223316/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=34896 CPUtime=1.49 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) R 10586 10586 5308 0 -1 4202496 2999 0 0 0 148 1 0 0 20 0 1 0 273620012 35733504 8084 33554432000 4194304 5992684 140737065595168 140737065590280 4374808 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 8724 8084 147 440 0 8280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44044

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10588
/proc/meminfo: memFree=27179936/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=67664 CPUtime=3.08 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) R 10586 10586 5308 0 -1 4202496 3541 0 0 0 307 1 0 0 20 0 1 0 273620012 69287936 15764 33554432000 4194304 5992684 140737065595168 140737065590632 4524687 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 16916 15764 147 440 0 16472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76812

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10588
/proc/meminfo: memFree=27052956/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=133200 CPUtime=6.29 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) R 10586 10586 5308 0 -1 4202496 4115 0 0 0 625 4 0 0 20 0 1 0 273620012 136396800 31636 33554432000 4194304 5992684 140737065595168 140737065590280 4809397 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 33300 31636 147 440 0 32856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 10590
/proc/meminfo: memFree=26357188/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=11.22 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16705 0 0 0 1076 46 0 0 20 0 1 0 273620012 385363968 89847 33554432000 4194304 5992684 140737065595168 140737065589616 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89847 164 440 0 93639 0
[pid=10589] ppid=10587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10589/stat : 10589 (cp2_pre.sh) S 10587 10586 5308 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273621136 9367552 277 33554432000 4194304 5064252 140735165251680 140735165250384 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10589/statm: 2287 277 234 213 0 72 0
[pid=10590] ppid=10589 vsize=131068 CPUtime=1.44 cores=0,2,4,6
/proc/10590/stat : 10590 (coprocessor) R 10589 10586 5308 0 -1 4202496 28490 0 0 0 138 6 0 0 20 0 1 0 273621136 134213632 31575 33554432000 4194304 6586260 140734979288432 140734979285192 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10590/statm: 32767 31575 137 584 0 32179 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 525696

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.02 3/181 10590
/proc/meminfo: memFree=25149844/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=11.22 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16705 0 0 0 1076 46 0 0 20 0 1 0 273620012 385363968 89847 33554432000 4194304 5992684 140737065595168 140737065589616 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89847 164 440 0 93639 0
[pid=10589] ppid=10587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10589/stat : 10589 (cp2_pre.sh) S 10587 10586 5308 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273621136 9367552 277 33554432000 4194304 5064252 140735165251680 140735165250384 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10589/statm: 2287 277 234 213 0 72 0
[pid=10590] ppid=10589 vsize=1107412 CPUtime=14.24 cores=0,2,4,6
/proc/10590/stat : 10590 (coprocessor) R 10589 10586 5308 0 -1 4202496 94968 0 0 0 1391 33 0 0 20 0 1 0 273621136 1133989888 261192 33554432000 4194304 6586260 140734979288432 140734979284456 4755097 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10590/statm: 276853 261192 180 584 0 276265 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1502040

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.02 3/180 10592
/proc/meminfo: memFree=25199432/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=681752 CPUtime=8.41 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 62522 0 0 0 819 22 0 0 20 0 1 0 273624280 698114048 135724 33554432000 4194304 5654031 140736010179488 140736010177272 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10592/statm: 170438 135724 130 357 0 170078 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1067232

[startup+102.3 s]
/proc/loadavg: 2.43 2.13 2.06 3/183 10598
/proc/meminfo: memFree=19678552/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=687496 CPUtime=59.59 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 64024 0 0 0 5937 22 0 0 20 0 1 0 273624280 703995904 137226 33554432000 4194304 5654031 140736010179488 140736010177272 4797458 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10592/statm: 171874 137226 140 357 0 171514 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1072976

[startup+162.3 s]
/proc/loadavg: 2.30 2.13 2.06 3/182 10598
/proc/meminfo: memFree=19172160/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=720684 CPUtime=119.59 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 71569 0 0 0 11935 24 0 0 20 0 1 0 273624280 737980416 146815 33554432000 4194304 5654031 140736010179488 140736010167304 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10592/statm: 180171 146815 141 357 0 179811 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1106164

[startup+222.3 s]
/proc/loadavg: 2.61 2.26 2.11 3/181 10600
/proc/meminfo: memFree=21666044/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=728520 CPUtime=179.56 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 73711 0 0 0 17932 24 0 0 20 0 1 0 273624280 746004480 149468 33554432000 4194304 5654031 140736010179488 140736010177384 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10592/statm: 182130 149468 141 357 0 181770 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 1114000

[startup+282.307 s]
/proc/loadavg: 2.20 2.21 2.09 3/181 10600
/proc/meminfo: memFree=21378864/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=26150104/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=911964 CPUtime=1259.38 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 91260 0 0 0 125902 36 0 0 20 0 1 0 273624280 933851136 205506 33554432000 4194304 5654031 140736010179488 140736010167304 4233299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10592/statm: 227991 205506 142 357 0 227631 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 1297444

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 10729
/proc/meminfo: memFree=26144648/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=911964 CPUtime=1319.37 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 91261 0 0 0 131901 36 0 0 20 0 1 0 273624280 933851136 206865 33554432000 4194304 5654031 140736010179488 140736010167304 4232772 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10592/statm: 227991 206865 142 357 0 227631 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 1297444

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10729
/proc/meminfo: memFree=26096116/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=911964 CPUtime=1379.36 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 91263 0 0 0 137900 36 0 0 20 0 1 0 273624280 933851136 208216 33554432000 4194304 5654031 140736010179488 140736010167304 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10592/statm: 227991 208216 142 357 0 227631 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 1297444

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 10729
/proc/meminfo: memFree=26102264/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=911964 CPUtime=1439.36 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 91264 0 0 0 143900 36 0 0 20 0 1 0 273624280 933851136 208728 33554432000 4194304 5654031 140736010179488 140736010167304 4216386 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10592/statm: 227991 208728 142 357 0 227631 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 1297444

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 10729
/proc/meminfo: memFree=26132608/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=376332 CPUtime=42.44 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 16720 111677 0 0 1076 46 3031 91 20 0 1 0 273620012 385363968 89849 33554432000 4194304 5992684 140737065595168 140737065581432 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10587/statm: 94083 89849 166 440 0 93639 0
[pid=10592] ppid=10587 vsize=911964 CPUtime=1499.34 cores=0,2,4,6
/proc/10592/stat : 10592 (glucosInc) R 10587 10586 5308 0 -1 4202496 91266 0 0 0 149898 36 0 0 20 0 1 0 273624280 933851136 209752 33554432000 4194304 5654031 140736010179488 140736010167304 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10592/statm: 227991 209752 142 357 0 227631 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1297444

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10733
/proc/meminfo: memFree=26104408/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=386472 CPUtime=1561.97 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 18329 203990 0 0 1253 791 153950 203 20 0 1 0 273620012 395747328 91721 33554432000 4194304 5992684 140737065595168 140737065581000 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 144 0 0
/proc/10587/statm: 96618 91721 177 440 0 96174 0
[pid=10732] ppid=10587 vsize=689616 CPUtime=38.36 cores=0,2,4,6
/proc/10732/stat : 10732 (glucosInc) R 10587 10586 5308 0 -1 4202496 64244 0 0 0 3815 21 0 0 20 0 1 0 273776405 706166784 137525 33554432000 4194304 5654031 140736211227472 140736211225256 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10732/statm: 172404 137525 130 357 0 172044 0
Current children cumulated CPU time (s) 1600.33
Current children cumulated vsize (KiB) 1085236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10733
/proc/meminfo: memFree=26143260/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=386472 CPUtime=1561.97 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 18329 203990 0 0 1253 791 153950 203 20 0 1 0 273620012 395747328 91721 33554432000 4194304 5992684 140737065595168 140737065581000 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 144 0 0
/proc/10587/statm: 96618 91721 177 440 0 96174 0
[pid=10732] ppid=10587 vsize=689888 CPUtime=98.33 cores=0,2,4,6
/proc/10732/stat : 10732 (glucosInc) R 10587 10586 5308 0 -1 4202496 64324 0 0 0 9812 21 0 0 20 0 1 0 273776405 706445312 138273 33554432000 4194304 5654031 140736211227472 140736211225256 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10732/statm: 172472 138273 130 357 0 172112 0
Current children cumulated CPU time (s) 1660.3
Current children cumulated vsize (KiB) 1085508

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 10733
/proc/meminfo: memFree=26084952/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=386472 CPUtime=1561.97 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 18329 203990 0 0 1253 791 153950 203 20 0 1 0 273620012 395747328 91721 33554432000 4194304 5992684 140737065595168 140737065581000 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 144 0 0
/proc/10587/statm: 96618 91721 177 440 0 96174 0
[pid=10732] ppid=10587 vsize=704324 CPUtime=158.32 cores=0,2,4,6
/proc/10732/stat : 10732 (glucosInc) R 10587 10586 5308 0 -1 4202496 68239 0 0 0 15810 22 0 0 20 0 1 0 273776405 721227776 143484 33554432000 4194304 5654031 140736211227472 140736211215288 4215932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10732/statm: 176081 143484 141 357 0 175721 0
Current children cumulated CPU time (s) 1720.29
Current children cumulated vsize (KiB) 1099944

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 10733
/proc/meminfo: memFree=26112108/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=386472 CPUtime=1561.97 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 18329 203990 0 0 1253 791 153950 203 20 0 1 0 273620012 395747328 91721 33554432000 4194304 5992684 140737065595168 140737065581000 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 144 0 0
/proc/10587/statm: 96618 91721 177 440 0 96174 0
[pid=10732] ppid=10587 vsize=713480 CPUtime=218.31 cores=0,2,4,6
/proc/10732/stat : 10732 (glucosInc) R 10587 10586 5308 0 -1 4202496 70575 0 0 0 21809 22 0 0 20 0 1 0 273776405 730603520 146017 33554432000 4194304 5654031 140736211227472 140736211225160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10732/statm: 178370 146017 141 357 0 178010 0
Current children cumulated CPU time (s) 1780.28
Current children cumulated vsize (KiB) 1109100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10733
/proc/meminfo: memFree=26070960/32873648 swapFree=6848/6848
[pid=10586] ppid=10584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10586/stat : 10586 (npSolver-pbo-It) S 10584 10586 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273620012 9367552 275 33554432000 4194304 5064252 140736600760624 140736600759536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10586/statm: 2287 275 233 213 0 72 0
[pid=10587] ppid=10586 vsize=386472 CPUtime=1561.97 cores=0,2,4,6
/proc/10587/stat : 10587 (npSolver-pbo) S 10586 10586 5308 0 -1 4202496 18329 203990 0 0 1253 791 153950 203 20 0 1 0 273620012 395747328 91721 33554432000 4194304 5992684 140737065595168 140737065581000 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 144 0 0
/proc/10587/statm: 96618 91721 177 440 0 96174 0
[pid=10732] ppid=10587 vsize=713616 CPUtime=238.11 cores=0,2,4,6
/proc/10732/stat : 10732 (glucosInc) R 10587 10586 5308 0 -1 4202496 70591 0 0 0 23789 22 0 0 20 0 1 0 273776405 730742784 146544 33554432000 4194304 5654031 140736211227472 140736211225256 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10732/statm: 178404 146544 141 357 0 178044 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1109236

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10586 and gives
#  childrusage.ru_utime.tv_sec=1552
#  childrusage.ru_utime.tv_usec=32055
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=954486
# CPU time returned by wait4() is 1561.99
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.12
CPU time (s): 1800.08
CPU user time (s): 1789.92
CPU system time (s): 10.16
CPU usage (%): 99.887
Max. virtual memory (cumulated for all children) (KiB): 1626272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1552.03
system time used= 9.95449
maximum resident set size= 1195872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222678
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2387104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2393
involuntary context switches= 3169

runsolver used 4.02139 second user time and 10.1045 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 01:28:52
IDJOB=3698629
IDBENCH=48073
IDSOLVER=2275
FILE ID=node113/3698629-1338074932
RUNJOBID= node113-1338052965-5324
PBS_JOBID= 14624415
Free space on /tmp= 71336 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=37-P2=29-P3=83-P4=23-P5=67-B.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698629-1338074932/watcher-3698629-1338074932 -o /tmp/evaluation-result-3698629-1338074932/solver-3698629-1338074932 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698629-1338074932.opb 755601228 HOME HOME

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

MD5SUM BENCH= feb866c77c1922bd09324402c14b21f3
RANDOM SEED=755601228

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27264096 kB
Buffers:          305204 kB
Cached:          4067956 kB
SwapCached:            0 kB
Active:          1463748 kB
Inactive:        3328924 kB
Active(anon):     422144 kB
Inactive(anon):        0 kB
Active(file):    1041604 kB
Inactive(file):  3328924 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16600 kB
Writeback:             0 kB
AnonPages:        444580 kB
Mapped:            15020 kB
Shmem:               200 kB
Slab:             675660 kB
SReclaimable:     119568 kB
SUnreclaim:       556092 kB
KernelStack:        1496 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     651424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70864 MiB
End job on node113 at 2012-05-27 01:58:56