Trace number 3755098

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 1.0 (fixed)? (TO) 1800.01 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-66-100-0.wbo
MD5SUM114c0408840a95cae960ebc399875ecb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.4337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints5468
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 278200
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 278199
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
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.43	c run usual solver
2.32/2.54	o 6540
2.32/2.54	c current bound: 3270
2.32/2.54	c fallback to adder encoding
1051.24/1052.09	o 3264
1051.24/1052.09	c current bound: 1632
1051.24/1052.09	c fallback to adder encoding
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	s UNKNOWN

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-3755098-1339189333/watcher-3755098-1339189333 -o /tmp/evaluation-result-3755098-1339189333/solver-3755098-1339189333 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755098-1339189333.wbo 1930272086 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.00 2.00 2.00 3/179 6879
/proc/meminfo: memFree=30536544/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0

[startup+0.0826849 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6879
/proc/meminfo: memFree=30536544/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100342 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6879
/proc/meminfo: memFree=30536544/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/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.00 2.00 2.00 3/179 6879
/proc/meminfo: memFree=30536544/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700198 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6879
/proc/meminfo: memFree=30536544/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6883
/proc/meminfo: memFree=30456636/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=21948 CPUtime=0.43 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 5899 0 0 0 40 3 0 0 20 0 1 0 385060647 22474752 4699 33554432000 4194304 6006132 140735545798560 140735545791664 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 5487 4699 158 443 0 5040 0
[pid=6882] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6882/stat : 6882 (cp2_pre.sh) S 6880 6879 4391 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 385060708 9367552 276 33554432000 4194304 5064252 140737193651088 140737193649792 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6882/statm: 2287 276 234 213 0 72 0
[pid=6883] ppid=6882 vsize=62152 CPUtime=0.88 cores=1,3,5,7
/proc/6883/stat : 6883 (coprocessor) R 6882 6879 4391 0 -1 4202496 13115 0 0 0 87 1 0 0 20 0 1 0 385060708 63643648 14852 33554432000 4194304 6586260 140737162607360 140737162602680 4683485 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6883/statm: 15538 14852 192 584 0 14950 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 102396

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6886
/proc/meminfo: memFree=30495508/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=2.92 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) R 6879 6879 4391 0 -1 4202496 11565 25216 0 0 98 21 159 14 20 0 1 0 385060647 106590208 18390 33554432000 4194304 6006132 140735545798560 140735545791664 4535931 0 0 4096 0 0 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 18390 178 443 0 25576 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 113240

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6893
/proc/meminfo: memFree=30263752/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=150240 CPUtime=2.97 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 29710 0 0 0 289 8 0 0 20 0 1 0 385060979 153845760 33934 33554432000 4194304 5208918 140733237492496 140733237490328 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 37560 33934 102 248 0 37309 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 272628

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6893
/proc/meminfo: memFree=30262448/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=150240 CPUtime=9.37 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 29710 0 0 0 929 8 0 0 20 0 1 0 385060979 153845760 33934 33554432000 4194304 5208918 140733237492496 140733237490328 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 37560 33934 102 248 0 37309 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 272628

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6893
/proc/meminfo: memFree=30262912/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=150240 CPUtime=22.17 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 29710 0 0 0 2209 8 0 0 20 0 1 0 385060979 153845760 33934 33554432000 4194304 5208918 140733237492496 140733237490328 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 37560 33934 102 248 0 37309 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 272628

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 6893
/proc/meminfo: memFree=30256564/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=169472 CPUtime=47.76 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 30375 0 0 0 4768 8 0 0 20 0 1 0 385060979 173539328 34584 33554432000 4194304 5208918 140733237492496 140733237490648 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 42368 34584 103 248 0 42117 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 291860

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6893
/proc/meminfo: memFree=30245452/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=171140 CPUtime=98.96 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 30853 0 0 0 9888 8 0 0 20 0 1 0 385060979 175247360 36594 33554432000 4194304 5208918 140733237492496 140733237490248 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 42785 36594 103 248 0 42534 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 293528

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6894
/proc/meminfo: memFree=30244564/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=104092 CPUtime=3.14 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 12241 25216 0 0 112 29 159 14 20 0 1 0 385060647 106590208 20951 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 26023 20951 179 443 0 25576 0
[pid=6892] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6892/stat : 6892 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385060979 9367552 266 33554432000 4194304 5064252 140736734490336 140736734489248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6892/statm: 2287 266 226 213 0 72 0
[pid=6893] ppid=6892 vsize=172820 CPUtime=158.94 cores=1,3,5,7
/proc/6893/stat : 6893 (glucose) R 6892 6879 4391 0 -1 4202496 31857 0 0 0 15884 10 0 0 20 0 1 0 385060979 176967680 36494 33554432000 4194304 5208918 140733237492496 140733237490344 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6893/statm: 43205 36494 103 248 0 42954 0
Current children cumulated CPU time (s) 162.08

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

/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 31763 0 0 0 36933 10 0 0 20 0 1 0 385165927 175149056 38725 33554432000 4194304 5208918 140734819965920 140734819963672 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 42761 38725 105 248 0 42510 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 309340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6918
/proc/meminfo: memFree=30281784/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=171468 CPUtime=429.41 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32080 0 0 0 42930 11 0 0 20 0 1 0 385165927 175583232 35848 33554432000 4194304 5208918 140734819965920 140734819963672 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 42867 35848 105 248 0 42616 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 309764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6918
/proc/meminfo: memFree=30275520/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=171468 CPUtime=489.4 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32104 0 0 0 48929 11 0 0 20 0 1 0 385165927 175583232 37405 33554432000 4194304 5208918 140734819965920 140734819962296 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 42867 37405 105 248 0 42616 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 309764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6968
/proc/meminfo: memFree=29141752/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=171600 CPUtime=549.39 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32120 0 0 0 54928 11 0 0 20 0 1 0 385165927 175718400 37938 33554432000 4194304 5208918 140734819965920 140734819963768 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 42900 37938 105 248 0 42649 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 309896

[startup+1662.3 s]
/proc/loadavg: 2.47 2.11 2.04 3/183 6970
/proc/meminfo: memFree=18371464/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=171732 CPUtime=609.38 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32148 0 0 0 60927 11 0 0 20 0 1 0 385165927 175853568 38477 33554432000 4194304 5208918 140734819965920 140734819963768 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 42933 38477 105 248 0 42682 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 310028

[startup+1722.3 s]
/proc/loadavg: 2.49 2.20 2.07 3/184 6974
/proc/meminfo: memFree=18972616/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=202848 CPUtime=669.37 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32819 0 0 0 66925 12 0 0 20 0 1 0 385165927 207716352 40168 33554432000 4194304 5208918 140734819965920 140734819964072 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 50712 40168 105 248 0 50461 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 341144

[startup+1782.3 s]
/proc/loadavg: 2.21 2.18 2.07 3/183 6974
/proc/meminfo: memFree=18970832/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=202984 CPUtime=729.36 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32842 0 0 0 72924 12 0 0 20 0 1 0 385165927 207855616 40702 33554432000 4194304 5208918 140734819965920 140734819962296 4211623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 50746 40702 105 248 0 50495 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 341280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.15 2.16 2.07 3/183 6974
/proc/meminfo: memFree=18968784/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=203116 CPUtime=747.56 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32878 0 0 0 74744 12 0 0 20 0 1 0 385165927 207990784 41249 33554432000 4194304 5208918 140734819965920 140734819963768 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 50779 41249 105 248 0 50528 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 341412

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.15 2.16 2.07 3/183 6974
/proc/meminfo: memFree=18968784/32873648 swapFree=7124/7124
[pid=6879] ppid=6877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6879/stat : 6879 (npSolver-wbo.sh) S 6877 6879 4391 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385060647 9367552 275 33554432000 4194304 5064252 140735963661408 140735963660320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6879/statm: 2287 275 233 213 0 72 0
[pid=6880] ppid=6879 vsize=120000 CPUtime=1052.45 cores=1,3,5,7
/proc/6880/stat : 6880 (npSolver-wbo) S 6879 6879 4391 0 -1 4202496 18360 65252 0 0 175 37 104987 46 20 0 1 0 385060647 122880000 23905 33554432000 4194304 6006132 140735545798560 140735545789968 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6880/statm: 30000 23905 180 443 0 29553 0
[pid=6912] ppid=6880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6912/stat : 6912 (satsolver.sh) S 6880 6879 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385165927 9367552 266 33554432000 4194304 5064252 140736333365984 140736333364896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6912/statm: 2287 266 226 213 0 72 0
[pid=6913] ppid=6912 vsize=203116 CPUtime=747.56 cores=1,3,5,7
/proc/6913/stat : 6913 (glucose) R 6912 6879 4391 0 -1 4202496 32878 0 0 0 74744 12 0 0 20 0 1 0 385165927 207990784 41249 33554432000 4194304 5208918 140734819965920 140734819963768 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6913/statm: 50779 41249 105 248 0 50528 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 341412

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6879 and gives
#  childrusage.ru_utime.tv_sec=1051
#  childrusage.ru_utime.tv_usec=628128
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=842871
# CPU time returned by wait4() is 1052.47
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.01
CPU user time (s): 1799.06
CPU system time (s): 0.95
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 389768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1051.63
system time used= 0.842871
maximum resident set size= 193612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 215320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 850
involuntary context switches= 1110

runsolver used 5.38718 second user time and 14.3898 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 23:02:13
IDJOB=3755098
IDBENCH=79065
IDSOLVER=2339
FILE ID=node114/3755098-1339189333
RUNJOBID= node114-1339183583-5550
PBS_JOBID= 14643836
Free space on /tmp= 70140 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3029_8-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755098-1339189333/watcher-3755098-1339189333 -o /tmp/evaluation-result-3755098-1339189333/solver-3755098-1339189333 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755098-1339189333.wbo 1930272086 HOME HOME

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

MD5SUM BENCH= 114c0408840a95cae960ebc399875ecb
RANDOM SEED=1930272086

node114.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.242
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	: 5332.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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30536544 kB
Buffers:          497320 kB
Cached:           548252 kB
SwapCached:         2508 kB
Active:          1120652 kB
Inactive:         262152 kB
Active(anon):     335232 kB
Inactive(anon):     4072 kB
Active(file):     785420 kB
Inactive(file):   258080 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099560 kB
Dirty:              8820 kB
Writeback:             0 kB
AnonPages:        339784 kB
Mapped:            10356 kB
Shmem:                 0 kB
Slab:             813088 kB
SReclaimable:     256608 kB
SUnreclaim:       556480 kB
KernelStack:        1520 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     538200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67360 MiB
End job on node114 at 2012-06-08 23:32:13