Trace number 3699411

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_3_mh_ic.opb
MD5SUM1a50d88b33a856d21607d03bda43d116
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2554940
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11576482241
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11576482241
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.05	c run inc solver
0.99/1.05	c [INC SYSTEM] run initial solver
0.99/1.05	c [INC SYSTEM] preprocess with white file
5.65/5.83	c [INC SYSTEM] finished preprocessing in 4 s
5.65/5.83	c [INC SYSTEM] execute solver
12.07/12.22	c [INC SEARCH] formula is SAT
12.07/12.24	c [INC SYSTEM] solved the initial formula
12.26/12.40	c model valid
12.26/12.40	c current solution ok
14.50/14.73	o 47133958
14.50/14.73	c execute binary inc search
14.50/14.73	c [INC SEARCH] current bound: 23566991
14.50/14.73	c [INC SEARCH] iteration: 0
14.50/14.73	c [INC SEARCH] lower bound: 0 upperbound 47133983 current bound: 23566991 best value:47133983
14.50/14.73	c [INC SYSTEM] there exists a inc, kill it!
14.50/14.73	c write failed with 2
14.50/14.75	c [INC SYSTEM] create new solver instance
14.50/14.75	c [INC] encode full formula
14.50/14.75	c fallback to adder encoding
16.92/17.14	c set iterative enc to: adder
16.92/17.14	c set iterative enc to: none
17.30/17.62	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-3699411-1338129383/watcher-3699411-1338129383 -o /tmp/evaluation-result-3699411-1338129383/solver-3699411-1338129383 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699411-1338129383.opb 915735151 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: 5.55 3.78 2.72 4/180 15941
/proc/meminfo: memFree=20872708/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0

[startup+0.0754311 s]
/proc/loadavg: 5.55 3.78 2.72 4/180 15941
/proc/meminfo: memFree=20872708/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 5.55 3.78 2.72 4/180 15941
/proc/meminfo: memFree=20872708/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 5.55 3.78 2.72 4/180 15941
/proc/meminfo: memFree=20872708/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70032 s]
/proc/loadavg: 5.55 3.78 2.72 4/180 15941
/proc/meminfo: memFree=20872708/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 5.55 3.78 2.72 4/182 15943
/proc/meminfo: memFree=26649024/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=99812 CPUtime=1.07 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 11929 0 0 0 97 10 0 0 20 0 1 0 279066941 102207488 17212 33554432000 4194304 5992684 140736912677184 140736912671632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15942/statm: 24953 17212 171 440 0 24509 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 108960

[startup+3.10036 s]
/proc/loadavg: 5.55 3.78 2.72 3/183 15945
/proc/meminfo: memFree=31321964/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=99812 CPUtime=1.07 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 11929 0 0 0 97 10 0 0 20 0 1 0 279066941 102207488 17212 33554432000 4194304 5992684 140736912677184 140736912671632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15942/statm: 24953 17212 171 440 0 24509 0
[pid=15944] ppid=15942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15944/stat : 15944 (cp2_pre.sh) S 15942 15941 15469 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279067049 9367552 277 33554432000 4194304 5064252 140736000149088 140736000147792 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2287 277 234 213 0 72 0
[pid=15945] ppid=15944 vsize=327996 CPUtime=2 cores=0,2,4,6
/proc/15945/stat : 15945 (coprocessor) R 15944 15941 15469 0 -1 4202496 42882 0 0 0 189 11 0 0 20 0 1 0 279067049 335867904 79717 33554432000 4194304 6586260 140736035174336 140736035170600 4789248 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/15945/statm: 81999 79717 172 584 0 81411 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 446104

[startup+6.30028 s]
/proc/loadavg: 5.26 3.75 2.71 3/183 15945
/proc/meminfo: memFree=31184732/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=99812 CPUtime=5.69 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 11947 51289 0 0 97 10 438 24 20 0 1 0 279066941 102207488 17214 33554432000 4194304 5992684 140736912677184 140736912663448 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15942/statm: 24953 17214 173 440 0 24509 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 108960

[startup+12.7003 s]
/proc/loadavg: 5.00 3.72 2.71 3/182 15947
/proc/meminfo: memFree=31429536/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=113744 CPUtime=6.2 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) R 15941 15941 15469 0 -1 4202496 14460 51289 0 0 122 36 438 24 20 0 1 0 279066941 116473856 20704 33554432000 4194304 5992684 140736912677184 140736912671960 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15942/statm: 28436 20704 180 440 0 27992 0
[pid=15947] ppid=15942 vsize=175344 CPUtime=6.37 cores=0,2,4,6
/proc/15947/stat : 15947 (glucosInc) S 15942 15941 15469 0 -1 4202496 33121 0 0 0 630 7 0 0 20 0 1 0 279067524 179552256 39942 33554432000 4194304 5654031 140735721776960 140735721775272 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 43836 39942 146 357 0 43476 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 298236

[startup+25.5003 s]
/proc/loadavg: 4.42 3.65 2.70 3/182 15950
/proc/meminfo: memFree=30828788/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=575792 CPUtime=7.85 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 88350 0 0 0 759 26 0 0 20 0 1 0 279068703 589611008 132789 33554432000 4194304 5654031 140735257052320 140735257040136 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 143948 132789 140 357 0 143588 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 708936

[startup+51.1003 s]
/proc/loadavg: 3.59 3.52 2.68 3/182 15950
/proc/meminfo: memFree=30810892/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=587568 CPUtime=33.44 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 89817 0 0 0 3318 26 0 0 20 0 1 0 279068703 601669632 136811 33554432000 4194304 5654031 140735257052320 140735257040136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 146892 136811 141 357 0 146532 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 720712

[startup+102.307 s]
/proc/loadavg: 2.69 3.28 2.64 3/181 15950
/proc/meminfo: memFree=30787836/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=668956 CPUtime=84.64 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 90425 0 0 0 8436 28 0 0 20 0 1 0 279068703 685010944 140991 33554432000 4194304 5654031 140735257052320 140735257040136 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 167239 140991 141 357 0 166879 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 802100

[startup+162.3 s]
/proc/loadavg: 2.25 3.04 2.60 3/181 15950
/proc/meminfo: memFree=30788520/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=673656 CPUtime=144.63 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 90648 0 0 0 14435 28 0 0 20 0 1 0 279068703 689823744 142747 33554432000 4194304 5654031 140735257052320 140735257040136 4232786 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 168414 142747 141 357 0 168054 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 806800

[startup+222.3 s]
/proc/loadavg: 2.09 2.85 2.56 3/182 15953
/proc/meminfo: memFree=30771360/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=677864 CPUtime=204.58 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 91044 0 0 0 20430 28 0 0 20 0 1 0 279068703 694132736 145657 33554432000 4194304 5654031 140735257052320 140735257040136 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 169466 145657 141 357 0 169106 0
Current children cumulated CPU time (s) 221.9
Current children cumulated vsize (KiB) 811008

[startup+282.3 s]
/proc/loadavg: 2.03 2.69 2.52 3/181 15954
/proc/meminfo: memFree=30797052/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=30769032/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=696104 CPUtime=1284.35 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 95665 0 0 0 128389 46 0 0 20 0 1 0 279068703 712810496 149790 33554432000 4194304 5654031 140735257052320 140735257050104 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 174026 149790 141 357 0 173666 0
Current children cumulated CPU time (s) 1301.67
Current children cumulated vsize (KiB) 829248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/181 15963
/proc/meminfo: memFree=30760368/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=697052 CPUtime=1344.32 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 95901 0 0 0 134386 46 0 0 20 0 1 0 279068703 713781248 150529 33554432000 4194304 5654031 140735257052320 140735257050104 4208584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 174263 150529 141 357 0 173903 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 830196

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.13 3/182 15966
/proc/meminfo: memFree=30761516/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=697572 CPUtime=1404.31 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 95965 0 0 0 140385 46 0 0 20 0 1 0 279068703 714313728 151104 33554432000 4194304 5654031 140735257052320 140735257050104 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 174393 151104 141 357 0 174033 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 830716

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.12 3/182 15990
/proc/meminfo: memFree=30753668/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=698484 CPUtime=1464.3 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 96197 0 0 0 146384 46 0 0 20 0 1 0 279068703 715247616 151847 33554432000 4194304 5654031 140735257052320 140735257050104 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 174621 151847 141 357 0 174261 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 831628

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.12 3/181 15990
/proc/meminfo: memFree=30748776/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=699052 CPUtime=1524.3 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 96344 0 0 0 152383 47 0 0 20 0 1 0 279068703 715829248 152505 33554432000 4194304 5654031 140735257052320 140735257040136 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 174763 152505 141 357 0 174403 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 832196

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.10 3/181 15990
/proc/meminfo: memFree=30759624/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=708168 CPUtime=1584.28 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 98093 0 0 0 158379 49 0 0 20 0 1 0 279068703 725164032 151269 33554432000 4194304 5654031 140735257052320 140735257040136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 177042 151269 141 357 0 176682 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 841312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/181 15990
/proc/meminfo: memFree=30768312/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=626780 CPUtime=1644.27 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 98362 0 0 0 164375 52 0 0 20 0 1 0 279068703 641822720 148040 33554432000 4194304 5654031 140735257052320 140735257040136 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 156695 148040 141 357 0 156335 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 759924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/181 15990
/proc/meminfo: memFree=30753852/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=708168 CPUtime=1704.26 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 98543 0 0 0 170373 53 0 0 20 0 1 0 279068703 725164032 151792 33554432000 4194304 5654031 140735257052320 140735257040136 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 177042 151792 141 357 0 176682 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 841312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 15990
/proc/meminfo: memFree=30738316/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=708168 CPUtime=1764.26 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 98571 0 0 0 176372 54 0 0 20 0 1 0 279068703 725164032 156419 33554432000 4194304 5654031 140735257052320 140735257040136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 177042 156419 141 357 0 176682 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 841312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.07 2.02 2.08 4/181 16038
/proc/meminfo: memFree=30760184/32873844 swapFree=7372/7372
[pid=15941] ppid=15939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (npSolver-pbo-I.) S 15939 15941 15469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279066941 9367552 274 33554432000 4194304 5064252 140735941545232 140735941544144 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15941/statm: 2287 274 233 213 0 72 0
[pid=15942] ppid=15941 vsize=123996 CPUtime=17.32 cores=0,2,4,6
/proc/15942/stat : 15942 (npSolver-pbo) S 15941 15941 15469 0 -1 4202496 23666 85449 0 0 389 232 1068 43 20 0 1 0 279066941 126971904 23310 33554432000 4194304 5992684 140736912677184 140736912662088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 12 0 0
/proc/15942/statm: 30999 23310 191 440 0 30555 0
[pid=15950] ppid=15942 vsize=708168 CPUtime=1782.76 cores=0,2,4,6
/proc/15950/stat : 15950 (glucosInc) R 15942 15941 15469 0 -1 4202496 98590 0 0 0 178222 54 0 0 20 0 1 0 279068703 725164032 157460 33554432000 4194304 5654031 140735257052320 140735257040136 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15950/statm: 177042 157460 141 357 0 176682 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 841312

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 15941 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# 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): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1796.79
CPU system time (s): 3.29
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 971540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.68944 second user time and 10.1855 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 16:36:24
IDJOB=3699411
IDBENCH=92658
IDSOLVER=2276
FILE ID=node109/3699411-1338129383
RUNJOBID= node109-1338124514-15485
PBS_JOBID= 14624511
Free space on /tmp= 64220 MiB

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

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

MD5SUM BENCH= 1a50d88b33a856d21607d03bda43d116
RANDOM SEED=915735151

node109.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.264
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20774408 kB
Buffers:           67844 kB
Cached:         10703768 kB
SwapCached:          536 kB
Active:           342272 kB
Inactive:       10583372 kB
Active(anon):     149124 kB
Inactive(anon):     7608 kB
Active(file):     193148 kB
Inactive(file): 10575764 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106280 kB
Dirty:             77396 kB
Writeback:             0 kB
AnonPages:        331196 kB
Mapped:            11808 kB
Shmem:                 8 kB
Slab:            1030884 kB
SReclaimable:     472884 kB
SUnreclaim:       558000 kB
KernelStack:        1520 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     286040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71012 MiB
End job on node109 at 2012-05-27 17:06:26