Trace number 3755238

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.11 1800.41

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag10.ucl--soft-0-100-0.wbo
MD5SUMba25e54d46ac7b60d34fc2480b61617d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.75328
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9071
Total number of constraints25914
Number of soft constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1307646
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1307645
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
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.26	c run usual solver
2.57/2.60	o 1355
2.57/2.60	c current bound: 677
2.57/2.60	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5: 32229 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	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-3755238-1339190284/watcher-3755238-1339190284 -o /tmp/evaluation-result-3755238-1339190284/solver-3755238-1339190284 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755238-1339190284.wbo 1185444265 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 32215
/proc/meminfo: memFree=30532984/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0

[startup+0.0280299 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 32215
/proc/meminfo: memFree=30532984/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100161 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 32215
/proc/meminfo: memFree=30532984/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300144 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 32215
/proc/meminfo: memFree=30532984/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700107 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 32215
/proc/meminfo: memFree=30532984/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 32219
/proc/meminfo: memFree=30479568/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=18632 CPUtime=0.33 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 6192 0 0 0 25 8 0 0 20 0 1 0 385154391 19079168 3982 33554432000 4194304 6006132 140737420564144 140737420557248 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 4658 3982 157 443 0 4211 0
[pid=32218] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32218/stat : 32218 (cp2_pre.sh) S 32216 32215 28786 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 385154425 9367552 277 33554432000 4194304 5064252 140734977749360 140734977748064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32218/statm: 2287 277 234 213 0 72 0
[pid=32219] ppid=32218 vsize=40252 CPUtime=1.14 cores=0,2,4,6
/proc/32219/stat : 32219 (coprocessor) R 32218 32215 28786 0 -1 4202496 7823 0 0 0 113 1 0 0 20 0 1 0 385154426 41218048 9382 33554432000 4194304 6586260 140735227281104 140735227276424 5599332 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/32219/statm: 10063 9382 189 584 0 9475 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 77180

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 32219
/proc/meminfo: memFree=30478932/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=91856 CPUtime=3.07 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) R 32215 32215 28786 0 -1 4202496 16092 17532 0 0 73 13 211 10 20 0 1 0 385154391 94060544 21987 33554432000 4194304 6006132 140737420564144 140737420556136 4619104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 22964 21987 178 443 0 22517 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 101004

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 32227
/proc/meminfo: memFree=30114096/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 295780

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 1.98 3/183 32229
/proc/meminfo: memFree=29673196/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=533600 CPUtime=7.06 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 79424 0 0 0 683 23 0 0 20 0 1 0 385154953 546406400 112654 33554432000 4194304 5208918 140733606716832 140733606714504 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32229/statm: 133400 112654 104 248 0 133149 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 838528

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.98 3/183 32229
/proc/meminfo: memFree=29681288/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=534152 CPUtime=19.86 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 79540 0 0 0 1963 23 0 0 20 0 1 0 385154953 546971648 112770 33554432000 4194304 5208918 140733606716832 140733606714504 4211623 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32229/statm: 133538 112770 104 248 0 133287 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 839080

[startup+51.1003 s]
/proc/loadavg: 2.12 2.03 1.98 3/183 32229
/proc/meminfo: memFree=29681288/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=534152 CPUtime=45.46 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 79540 0 0 0 4523 23 0 0 20 0 1 0 385154953 546971648 112770 33554432000 4194304 5208918 140733606716832 140733606714504 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 133538 112770 104 248 0 133287 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 839080

[startup+102.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/183 32229
/proc/meminfo: memFree=29679116/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=534152 CPUtime=96.65 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 79543 0 0 0 9642 23 0 0 20 0 1 0 385154953 546971648 112773 33554432000 4194304 5208918 140733606716832 140733606714504 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 133538 112773 104 248 0 133287 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 839080

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/184 32233
/proc/meminfo: memFree=29678252/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=534152 CPUtime=156.65 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 79548 0 0 0 15642 23 0 0 20 0 1 0 385154953 546971648 112778 33554432000 4194304 5208918 140733606716832 140733606714504 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 133538 112778 104 248 0 133287 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 839080

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/183 32233
/proc/meminfo: memFree=29677764/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32297
/proc/meminfo: memFree=28374144/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=542512 CPUtime=1416.42 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 81582 0 0 0 141617 25 0 0 20 0 1 0 385154953 555532288 117164 33554432000 4194304 5208918 140733606716832 140733606714792 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 135628 117164 104 248 0 135377 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 847440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32297
/proc/meminfo: memFree=28373480/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=543300 CPUtime=1476.42 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 81773 0 0 0 147617 25 0 0 20 0 1 0 385154953 556339200 117355 33554432000 4194304 5208918 140733606716832 140733606714584 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 135825 117355 104 248 0 135574 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 848228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32297
/proc/meminfo: memFree=28372368/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=543928 CPUtime=1536.4 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 81952 0 0 0 153615 25 0 0 20 0 1 0 385154953 556982272 117534 33554432000 4194304 5208918 140733606716832 140733606714584 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 135982 117534 104 248 0 135731 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 848856

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32297
/proc/meminfo: memFree=28370664/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=543928 CPUtime=1596.41 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 81956 0 0 0 159615 26 0 0 20 0 1 0 385154953 556982272 118049 33554432000 4194304 5208918 140733606716832 140733606714584 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 135982 118049 104 248 0 135731 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 848856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32298
/proc/meminfo: memFree=28370168/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=544192 CPUtime=1656.39 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 82036 0 0 0 165613 26 0 0 20 0 1 0 385154953 557252608 118129 33554432000 4194304 5208918 140733606716832 140733606714680 4211628 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 136048 118129 104 248 0 135797 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 849120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32298
/proc/meminfo: memFree=28369920/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=544456 CPUtime=1716.38 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 82111 0 0 0 171612 26 0 0 20 0 1 0 385154953 557522944 118204 33554432000 4194304 5208918 140733606716832 140733606714680 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 136114 118204 104 248 0 135863 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 849384

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 32298
/proc/meminfo: memFree=28366684/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=544588 CPUtime=1776.37 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 82158 0 0 0 177611 26 0 0 20 0 1 0 385154953 557658112 118251 33554432000 4194304 5208918 140733606716832 140733606714680 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 136147 118251 104 248 0 135896 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 849516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32298
/proc/meminfo: memFree=28367128/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=544720 CPUtime=1794.47 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 82170 0 0 0 179421 26 0 0 20 0 1 0 385154953 557793280 118263 33554432000 4194304 5208918 140733606716832 140733606714728 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 136180 118263 104 248 0 135929 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 849648

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.02 2.01 2.00 3/183 32298
/proc/meminfo: memFree=28367128/32873648 swapFree=7376/7376
[pid=32215] ppid=32213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32215/stat : 32215 (npSolver-wbo.sh) S 32213 32215 28786 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385154391 9367552 275 33554432000 4194304 5064252 140733502224096 140733502223008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32215/statm: 2287 275 233 213 0 72 0
[pid=32216] ppid=32215 vsize=286632 CPUtime=5.59 cores=0,2,4,6
/proc/32216/stat : 32216 (npSolver-wbo) S 32215 32215 28786 0 -1 4202496 18607 17532 0 0 292 46 211 10 20 0 1 0 385154391 293511168 52283 33554432000 4194304 6006132 140737420564144 140737420555552 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32216/statm: 71658 52283 180 443 0 71211 0
[pid=32228] ppid=32216 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32228/stat : 32228 (satsolver.sh) S 32216 32215 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385154953 9367552 267 33554432000 4194304 5064252 140734232093440 140734232092352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32228/statm: 2287 267 226 213 0 72 0
[pid=32229] ppid=32228 vsize=544720 CPUtime=1794.47 cores=0,2,4,6
/proc/32229/stat : 32229 (glucose) R 32228 32215 28786 0 -1 4202496 82170 0 0 0 179421 26 0 0 20 0 1 0 385154953 557793280 118263 33554432000 4194304 5208918 140733606716832 140733606714728 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32229/statm: 136180 118263 104 248 0 135929 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 849648

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.26
CPU system time (s): 0.847871
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1034072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.847871
maximum resident set size= 577448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 382544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166
involuntary context switches= 2073

runsolver used 3.69044 second user time and 9.2066 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-08 23:18:04
IDJOB=3755238
IDBENCH=79114
IDSOLVER=2339
FILE ID=node120/3755238-1339190284
RUNJOBID= node120-1339183072-30428
PBS_JOBID= 14643805
Free space on /tmp= 70568 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755238-1339190284/watcher-3755238-1339190284 -o /tmp/evaluation-result-3755238-1339190284/solver-3755238-1339190284 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755238-1339190284.wbo 1185444265 HOME HOME

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

MD5SUM BENCH= ba25e54d46ac7b60d34fc2480b61617d
RANDOM SEED=1185444265

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        30533892 kB
Buffers:          382820 kB
Cached:           464892 kB
SwapCached:         5856 kB
Active:          1217628 kB
Inactive:         306960 kB
Active(anon):     662436 kB
Inactive(anon):    10444 kB
Active(file):     555192 kB
Inactive(file):   296516 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096152 kB
Dirty:              8992 kB
Writeback:             0 kB
AnonPages:        681148 kB
Mapped:             9772 kB
Shmem:                 0 kB
Slab:             678248 kB
SReclaimable:     122380 kB
SUnreclaim:       555868 kB
KernelStack:        1512 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     922792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 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= 70064 MiB
End job on node120 at 2012-06-08 23:48:05