Trace number 3746731

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__256.opb
MD5SUM521ed767a167eb8f632cec6025d152e5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark4.97324
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25648
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint256
Maximum length of a constraint2305
Number of terms in the objective function 25600
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 859272960
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 859272960
Number of bits of the biggest sum of numbers30
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.35	c run inc solver
0.00/0.35	c [INC SYSTEM] run initial solver
0.00/0.35	c [INC SYSTEM] preprocess with white file
2.28/2.31	c [INC SYSTEM] finished preprocessing in 1 s
2.28/2.31	c [INC SYSTEM] execute solver
2.29/2.57	c [INC SEARCH] formula is SAT
2.29/2.59	c [INC SYSTEM] solved the initial formula
2.32/2.62	c model valid
2.32/2.62	c current solution ok
3.37/3.44	o 254142
3.37/3.44	c [INC SYSTEM] there exists a inc, kill it!
3.37/3.44	c write failed with 2
3.37/3.44	c [INC SEARCH] iteration: 0
3.37/3.44	c [INC BOUNDS] best value:254142 search for 254141
3.37/3.44	c [INC SYSTEM] create new solver instance
3.37/3.44	c [INC] encode full formula
3.37/3.44	c fallback to adder encoding
5.87/5.97	c set iterative enc to: adder
5.87/5.97	c set iterative enc to: none
6.17/6.27	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 23752 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3746731-1339104402/watcher-3746731-1339104402 -o /tmp/evaluation-result-3746731-1339104402/solver-3746731-1339104402 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746731-1339104402.opb 914271862 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: 4.85 3.65 2.68 4/180 23751
/proc/meminfo: memFree=12205772/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0

[startup+0.101681 s]
/proc/loadavg: 4.85 3.65 2.68 4/180 23751
/proc/meminfo: memFree=12205772/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200308 s]
/proc/loadavg: 4.85 3.65 2.68 4/180 23751
/proc/meminfo: memFree=12205772/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 4.85 3.65 2.68 4/180 23751
/proc/meminfo: memFree=12205772/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 4.85 3.65 2.68 4/180 23751
/proc/meminfo: memFree=12205772/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.62 3.63 2.68 4/184 23755
/proc/meminfo: memFree=18002976/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=34000 CPUtime=0.38 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 6070 0 0 0 33 5 0 0 20 0 1 0 376568740 34816000 6749 33554432000 4194304 6004724 140734651719616 140734651714080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 8500 6749 148 442 0 8054 0
[pid=23754] ppid=23752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23754/stat : 23754 (cp2_pre.sh) S 23752 23751 22913 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376568779 9367552 277 33554432000 4194304 5064252 140734569470496 140734569469200 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23754/statm: 2287 277 234 213 0 72 0
[pid=23755] ppid=23754 vsize=181320 CPUtime=1.09 cores=0,2,4,6
/proc/23755/stat : 23755 (coprocessor) R 23754 23751 22913 0 -1 4202496 31117 0 0 0 104 5 0 0 20 0 1 0 376568780 185671680 43917 33554432000 4194304 6586260 140735846652912 140735846648936 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/23755/statm: 45330 43917 191 584 0 44742 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 233616

[startup+3.10032 s]
/proc/loadavg: 4.62 3.63 2.68 4/184 23755
/proc/meminfo: memFree=24678804/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=34004 CPUtime=2.82 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) R 23751 23751 22913 0 -1 4202496 7056 33098 0 0 46 45 177 14 20 0 1 0 376568740 34820096 6761 33554432000 4194304 6004724 140734651719616 140734651705896 5190832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 8501 6761 159 442 0 8055 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 43152

[startup+6.30029 s]
/proc/loadavg: 4.62 3.63 2.68 3/181 23758
/proc/meminfo: memFree=25005324/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 36548

[startup+12.7003 s]
/proc/loadavg: 4.36 3.60 2.68 3/182 23760
/proc/meminfo: memFree=24540984/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=534140 CPUtime=6.42 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 76283 0 0 0 620 22 0 0 20 0 1 0 376569367 546959360 115958 33554432000 4194304 5654031 140734399786032 140734399773848 4232767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23760/statm: 133535 115958 141 357 0 133175 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 570688

[startup+25.5003 s]
/proc/loadavg: 4.00 3.55 2.67 3/182 23760
/proc/meminfo: memFree=24505296/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=544840 CPUtime=19.21 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 77976 0 0 0 1899 22 0 0 20 0 1 0 376569367 557916160 118673 33554432000 4194304 5654031 140734399786032 140734399773848 4215040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23760/statm: 136210 118673 142 357 0 135850 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 581388

[startup+51.1066 s]
/proc/loadavg: 3.26 3.42 2.66 3/182 23760
/proc/meminfo: memFree=24530636/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=549488 CPUtime=44.8 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 78417 0 0 0 4458 22 0 0 20 0 1 0 376569367 562675712 120647 33554432000 4194304 5654031 140734399786032 140734399773848 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 137372 120647 142 357 0 137012 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 586036

[startup+102.3 s]
/proc/loadavg: 2.55 3.20 2.62 3/181 23760
/proc/meminfo: memFree=24526584/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=549488 CPUtime=95.98 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 78788 0 0 0 9576 22 0 0 20 0 1 0 376569367 562675712 121529 33554432000 4194304 5654031 140734399786032 140734399773848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 137372 121529 142 357 0 137012 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 586036

[startup+162.3 s]
/proc/loadavg: 2.20 2.98 2.58 3/181 23760
/proc/meminfo: memFree=24526724/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=549488 CPUtime=155.96 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 78798 0 0 0 15574 22 0 0 20 0 1 0 376569367 562675712 121529 33554432000 4194304 5654031 140734399786032 140734399773848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 137372 121529 142 357 0 137012 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 586036

[startup+222.3 s]
/proc/loadavg: 2.07 2.80 2.54 3/182 23763
/proc/meminfo: memFree=24490584/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=550048 CPUtime=215.95 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 79036 0 0 0 21573 22 0 0 20 0 1 0 376569367 563249152 122284 33554432000 4194304 5654031 140734399786032 140734399783816 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 137512 122284 142 357 0 137152 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 586596

[startup+282.3 s]
/proc/loadavg: 2.02 2.65 2.50 3/181 23763
/proc/meminfo: memFree=24514616/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.02 2.14 3/181 23775
/proc/meminfo: memFree=24410972/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=673096 CPUtime=1355.77 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 86605 0 0 0 135544 33 0 0 20 0 1 0 376569367 689250304 142077 33554432000 4194304 5654031 140734399786032 140734399773848 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 168274 142077 142 357 0 167914 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 709644

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/182 23778
/proc/meminfo: memFree=24408760/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=673096 CPUtime=1415.75 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 86607 0 0 0 141542 33 0 0 20 0 1 0 376569367 689250304 143101 33554432000 4194304 5654031 140734399786032 140734399773848 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 168274 143101 142 357 0 167914 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 709644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/181 23778
/proc/meminfo: memFree=24408768/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=673096 CPUtime=1475.75 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 86607 0 0 0 147542 33 0 0 20 0 1 0 376569367 689250304 143101 33554432000 4194304 5654031 140734399786032 140734399773848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 168274 143101 142 357 0 167914 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 709644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 23781
/proc/meminfo: memFree=24449828/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=675864 CPUtime=1535.73 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 87122 0 0 0 153540 33 0 0 20 0 1 0 376569367 692084736 145660 33554432000 4194304 5654031 140734399786032 140734399773848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 168966 145660 142 357 0 168606 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 712412

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.10 3/182 23792
/proc/meminfo: memFree=24438696/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=594476 CPUtime=1595.73 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 87185 0 0 0 159536 37 0 0 20 0 1 0 376569367 608743424 137300 33554432000 4194304 5654031 140734399786032 140734399773848 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 148619 137300 142 357 0 148259 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 631024

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.09 3/180 23836
/proc/meminfo: memFree=24569836/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=594476 CPUtime=1655.72 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 87388 0 0 0 165535 37 0 0 20 0 1 0 376569367 608743424 138011 33554432000 4194304 5654031 140734399786032 140734399773848 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 148619 138011 142 357 0 148259 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 631024

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.09 3/181 23837
/proc/meminfo: memFree=24544964/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=683320 CPUtime=1715.71 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 88622 0 0 0 171533 38 0 0 20 0 1 0 376569367 699719680 141288 33554432000 4194304 5654031 140734399786032 140734399773848 4215076 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 170830 141288 142 357 0 170470 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 719868

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 23837
/proc/meminfo: memFree=24502692/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=683320 CPUtime=1775.7 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 88882 0 0 0 177532 38 0 0 20 0 1 0 376569367 699719680 144103 33554432000 4194304 5654031 140734399786032 140734399773848 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 170830 144103 142 357 0 170470 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 719868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 23837
/proc/meminfo: memFree=24425424/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=683320 CPUtime=1793.8 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 88905 0 0 0 179342 38 0 0 20 0 1 0 376569367 699719680 145148 33554432000 4194304 5654031 140734399786032 140734399773848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 170830 145148 142 357 0 170470 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 719868

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 23837
/proc/meminfo: memFree=24425424/32873844 swapFree=8652/8652
[pid=23751] ppid=23749 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (npSolver-pbo-It) S 23749 23751 22913 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376568740 9367552 275 33554432000 4194304 5064252 140736736309312 140736736308224 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23751/statm: 2287 275 233 213 0 72 0
[pid=23752] ppid=23751 vsize=27400 CPUtime=6.24 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo) S 23751 23751 22913 0 -1 4202496 15916 49611 0 0 299 105 200 20 20 0 1 0 376568740 28057600 5162 33554432000 4194304 6004724 140734651719616 140734651705464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 6850 5162 177 442 0 6404 0
[pid=23760] ppid=23752 vsize=683320 CPUtime=1793.8 cores=0,2,4,6
/proc/23760/stat : 23760 (glucosInc) R 23752 23751 22913 0 -1 4202496 88905 0 0 0 179342 38 0 0 20 0 1 0 376569367 699719680 145148 33554432000 4194304 5654031 140734399786032 140734399773848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23760/statm: 170830 145148 142 357 0 170470 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 719868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23751 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=5239
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=266807
# CPU time returned by wait4() is 6.27205
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.41
CPU system time (s): 1.63
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 842640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.00524
system time used= 1.26681
maximum resident set size= 372872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 439840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 513
involuntary context switches= 513

runsolver used 3.07453 second user time and 7.64184 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-07 23:26:42
IDJOB=3746731
IDBENCH=71916
IDSOLVER=2332
FILE ID=node107/3746731-1339104402
RUNJOBID= node107-1339098177-22929
PBS_JOBID= 14643746
Free space on /tmp= 63500 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__256.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746731-1339104402/watcher-3746731-1339104402 -o /tmp/evaluation-result-3746731-1339104402/solver-3746731-1339104402 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746731-1339104402.opb 914271862 HOME HOME

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

MD5SUM BENCH= 521ed767a167eb8f632cec6025d152e5
RANDOM SEED=914271862

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        12078076 kB
Buffers:         1049232 kB
Cached:         18261120 kB
SwapCached:           72 kB
Active:          3080220 kB
Inactive:       16384308 kB
Active(anon):     144176 kB
Inactive(anon):    11092 kB
Active(file):    2936044 kB
Inactive(file): 16373216 kB
Unevictable:        8652 kB
Mlocked:            8652 kB
SwapTotal:      67108856 kB
SwapFree:       67108784 kB
Dirty:             15396 kB
Writeback:             0 kB
AnonPages:        388944 kB
Mapped:            15756 kB
Shmem:               184 kB
Slab:            1168864 kB
SReclaimable:     610316 kB
SUnreclaim:       558548 kB
KernelStack:        1504 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     309712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 70444 MiB
End job on node107 at 2012-06-07 23:56:42