Trace number 3699407

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_9_mh_ic.opb
MD5SUMe68c386be3005ac1db93713ad853c109
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3056260
Best CPU time to get the best result obtained on this benchmark130.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 7285050849
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 7285050849
Number of bits of the biggest sum of numbers33
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.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.28/1.30	c [INC SYSTEM] finished preprocessing in 1 s
1.28/1.30	c [INC SYSTEM] execute solver
1.29/1.51	c [INC SEARCH] formula is SAT
1.29/1.51	c [INC SYSTEM] solved the initial formula
1.29/1.54	c model valid
1.29/1.54	c current solution ok
1.58/1.86	o 382557843
1.58/1.86	c execute binary inc search
1.58/1.86	c [INC SEARCH] current bound: 191278929
1.58/1.86	c [INC SEARCH] iteration: 0
1.58/1.86	c [INC SEARCH] lower bound: 0 upperbound 382557858 current bound: 191278929 best value:382557858
1.58/1.86	c [INC SYSTEM] there exists a inc, kill it!
1.58/1.86	c write failed with 2
1.58/1.86	c [INC SYSTEM] create new solver instance
1.58/1.86	c [INC] encode full formula
1.58/1.86	c fallback to adder encoding
2.37/2.48	c set iterative enc to: adder
2.37/2.48	c set iterative enc to: none
2.48/2.57	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	c an unexpexted return value has been received, exit
1800.03/1800.41	s UNKNOWN
1800.03/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699407-1338129814/watcher-3699407-1338129814 -o /tmp/evaluation-result-3699407-1338129814/solver-3699407-1338129814 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699407-1338129814.opb 1629650539 HOME HOME 

running on 4 cores: 1,3,5,7

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.59 4.36 3.52 3/178 4725
/proc/meminfo: memFree=31305540/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0

[startup+0.0967331 s]
/proc/loadavg: 2.59 4.36 3.52 3/178 4725
/proc/meminfo: memFree=31305540/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100283 s]
/proc/loadavg: 2.59 4.36 3.52 3/178 4725
/proc/meminfo: memFree=31305540/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 2.59 4.36 3.52 3/178 4725
/proc/meminfo: memFree=31305540/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.59 4.36 3.52 3/178 4725
/proc/meminfo: memFree=31305540/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.54 4.32 3.51 3/182 4729
/proc/meminfo: memFree=31237516/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=15716 CPUtime=1.29 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) R 4725 4725 3856 0 -1 4202496 3764 12318 0 0 15 2 109 3 20 0 1 0 279105716 16093184 3117 33554432000 4194304 5992684 140735653118272 140735653104536 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 3929 3118 173 440 0 3485 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 24864

[startup+3.10035 s]
/proc/loadavg: 2.54 4.32 3.51 3/180 4732
/proc/meminfo: memFree=31257304/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 37724

[startup+6.30041 s]
/proc/loadavg: 2.54 4.32 3.51 3/181 4734
/proc/meminfo: memFree=31109728/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=137400 CPUtime=3.71 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 27317 0 0 0 364 7 0 0 20 0 1 0 279105973 140697600 30542 33554432000 4194304 5654031 140735231872928 140735231870696 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 34350 30542 141 357 0 33990 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 175124

[startup+12.7004 s]
/proc/loadavg: 2.46 4.24 3.49 3/181 4734
/proc/meminfo: memFree=31107748/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=137400 CPUtime=10.11 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 27317 0 0 0 1004 7 0 0 20 0 1 0 279105973 140697600 30542 33554432000 4194304 5654031 140735231872928 140735231860744 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 34350 30542 141 357 0 33990 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 175124

[startup+25.5004 s]
/proc/loadavg: 2.39 4.17 3.47 3/181 4734
/proc/meminfo: memFree=31107740/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=137400 CPUtime=22.91 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 27451 0 0 0 2284 7 0 0 20 0 1 0 279105973 140697600 30676 33554432000 4194304 5654031 140735231872928 140735231860744 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 34350 30676 142 357 0 33990 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 175124

[startup+51.1004 s]
/proc/loadavg: 2.25 3.99 3.43 3/181 4734
/proc/meminfo: memFree=31101816/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=137760 CPUtime=48.5 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 27857 0 0 0 4843 7 0 0 20 0 1 0 279105973 141066240 31592 33554432000 4194304 5654031 140735231872928 140735231860744 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 34440 31592 142 357 0 34080 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175484

[startup+102.307 s]
/proc/loadavg: 2.10 3.65 3.35 3/181 4734
/proc/meminfo: memFree=31101532/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=157932 CPUtime=99.7 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 28689 0 0 0 9962 8 0 0 20 0 1 0 279105973 161722368 32926 33554432000 4194304 5654031 140735231872928 140735231870824 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 39483 32926 142 357 0 39123 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 195656

[startup+162.3 s]
/proc/loadavg: 2.03 3.35 3.26 3/181 4734
/proc/meminfo: memFree=31094196/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=158724 CPUtime=159.66 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 28928 0 0 0 15958 8 0 0 20 0 1 0 279105973 162533376 34151 33554432000 4194304 5654031 140735231872928 140735231870712 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 39681 34151 142 357 0 39321 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 196448

[startup+222.3 s]
/proc/loadavg: 2.01 3.10 3.18 3/181 4735
/proc/meminfo: memFree=31096096/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=159388 CPUtime=219.65 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 29677 0 0 0 21955 10 0 0 20 0 1 0 279105973 163213312 32619 33554432000 4194304 5654031 140735231872928 140735231860744 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 39847 32619 142 357 0 39487 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 197112

[startup+282.3 s]
/proc/loadavg: 2.08 2.91 3.11 3/181 4735
/proc/meminfo: memFree=31096936/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7

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

/proc/meminfo: memFree=31106020/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=167556 CPUtime=1239.46 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 39628 0 0 0 123925 21 0 0 20 0 1 0 279105973 171577344 37031 33554432000 4194304 5654031 140735231872928 140735231860744 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 41889 37031 142 357 0 41529 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 205280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.35 3/181 4769
/proc/meminfo: memFree=31098164/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=167688 CPUtime=1299.46 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 39686 0 0 0 129924 22 0 0 20 0 1 0 279105973 171712512 38109 33554432000 4194304 5654031 140735231872928 140735231860744 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 41922 38109 142 357 0 41562 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 205412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.32 3/181 4769
/proc/meminfo: memFree=31113280/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=167968 CPUtime=1359.44 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 40203 0 0 0 135921 23 0 0 20 0 1 0 279105973 171999232 35655 33554432000 4194304 5654031 140735231872928 140735231860744 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 41992 35655 142 357 0 41632 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 205692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.30 3/181 4770
/proc/meminfo: memFree=31103824/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=168100 CPUtime=1419.44 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 40247 0 0 0 141921 23 0 0 20 0 1 0 279105973 172134400 36210 33554432000 4194304 5654031 140735231872928 140735231860744 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42025 36210 142 357 0 41665 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 205824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.28 3/181 4817
/proc/meminfo: memFree=31113256/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=168364 CPUtime=1479.42 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 40303 0 0 0 147919 23 0 0 20 0 1 0 279105973 172404736 36777 33554432000 4194304 5654031 140735231872928 140735231860744 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42091 36777 142 357 0 41731 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 206088

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/181 4817
/proc/meminfo: memFree=31116372/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=168912 CPUtime=1539.41 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 40979 0 0 0 153917 24 0 0 20 0 1 0 279105973 172965888 35425 33554432000 4194304 5654031 140735231872928 140735231870952 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42228 35425 142 357 0 41868 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 206636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 4820
/proc/meminfo: memFree=31115032/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=169196 CPUtime=1599.4 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 41051 0 0 0 159916 24 0 0 20 0 1 0 279105973 173256704 36036 33554432000 4194304 5654031 140735231872928 140735231870712 4232772 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42299 36036 142 357 0 41939 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 206920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/181 4820
/proc/meminfo: memFree=31102664/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=169632 CPUtime=1659.39 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 41153 0 0 0 165915 24 0 0 20 0 1 0 279105973 173703168 37160 33554432000 4194304 5654031 140735231872928 140735231870712 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42408 37160 142 357 0 42048 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 207356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/181 4821
/proc/meminfo: memFree=31094756/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=170056 CPUtime=1719.38 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 41273 0 0 0 171914 24 0 0 20 0 1 0 279105973 174137344 37791 33554432000 4194304 5654031 140735231872928 140735231870712 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42514 37791 142 357 0 42154 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 207780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/181 4821
/proc/meminfo: memFree=31095288/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=170320 CPUtime=1779.38 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 41931 0 0 0 177913 25 0 0 20 0 1 0 279105973 174407680 36866 33554432000 4194304 5654031 140735231872928 140735231860744 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42580 36866 142 357 0 42220 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 208044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.19 3/181 4821
/proc/meminfo: memFree=31097928/32873844 swapFree=7632/7632
[pid=4725] ppid=4723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4725/stat : 4725 (npSolver-pbo-I.) S 4723 4725 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279105716 9367552 275 33554432000 4194304 5064252 140736531434912 140736531433824 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4725/statm: 2287 275 233 213 0 72 0
[pid=4726] ppid=4725 vsize=28576 CPUtime=2.55 cores=1,3,5,7
/proc/4726/stat : 4726 (npSolver-pbo) S 4725 4725 3856 0 -1 4202496 8957 18709 0 0 85 36 128 6 20 0 1 0 279105716 29261824 6371 33554432000 4194304 5992684 140735653118272 140735653103176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4726/statm: 7144 6371 190 440 0 6700 0
[pid=4734] ppid=4726 vsize=170320 CPUtime=1797.48 cores=1,3,5,7
/proc/4734/stat : 4734 (glucosInc) R 4726 4725 3856 0 -1 4202496 41949 0 0 0 179723 25 0 0 20 0 1 0 279105973 174407680 36884 33554432000 4194304 5654031 140735231872928 140735231860744 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4734/statm: 42580 36884 142 357 0 42220 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 208044

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.38
CPU system time (s): 0.694894
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 257100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.694894
maximum resident set size= 185880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 119736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257
involuntary context switches= 1872

runsolver used 2.85457 second user time and 8.61069 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 16:43:34
IDJOB=3699407
IDBENCH=92685
IDSOLVER=2276
FILE ID=node141/3699407-1338129814
RUNJOBID= node141-1338122886-3873
PBS_JOBID= 14624492
Free space on /tmp= 71500 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_9_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699407-1338129814/watcher-3699407-1338129814 -o /tmp/evaluation-result-3699407-1338129814/solver-3699407-1338129814 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699407-1338129814.opb 1629650539 HOME HOME

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

MD5SUM BENCH= e68c386be3005ac1db93713ad853c109
RANDOM SEED=1629650539

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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		: 2666.744
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:        31305540 kB
Buffers:          207120 kB
Cached:           362184 kB
SwapCached:          232 kB
Active:           363676 kB
Inactive:         377064 kB
Active(anon):     161504 kB
Inactive(anon):    11296 kB
Active(file):     202172 kB
Inactive(file):   365768 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:        176908 kB
Mapped:            11940 kB
Shmem:               172 kB
Slab:             685968 kB
SReclaimable:     128284 kB
SUnreclaim:       557684 kB
KernelStack:        1480 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     311224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71448 MiB
End job on node141 at 2012-05-27 17:13:34