Trace number 3754695

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.13 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-0-100-0.wbo
MD5SUMa305848cf761b3c7939395660924f4d7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark0.302953
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3939
Total number of constraints10412
Number of soft constraints10412
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 524426
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 524425
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
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.14	c run usual solver
0.00/0.88	o 6302
0.00/0.88	c current bound: 3151
0.00/0.88	c fallback to adder encoding
975.83/976.21	o 3151
975.83/976.21	c current bound: 1575
975.83/976.21	c fallback to adder encoding
1800.09/1800.61	./satsolver.sh: line 5: 16530 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	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-3754695-1339195033/watcher-3754695-1339195033 -o /tmp/evaluation-result-3754695-1339195033/solver-3754695-1339195033 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754695-1339195033.wbo 1401391332 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.02 2.02 2.00 3/177 16327
/proc/meminfo: memFree=29661316/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0

[startup+0.0693521 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16327
/proc/meminfo: memFree=29661316/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100319 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16327
/proc/meminfo: memFree=29661316/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16327
/proc/meminfo: memFree=29661316/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16327
/proc/meminfo: memFree=29661316/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 16339
/proc/meminfo: memFree=29623640/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=102636 CPUtime=1.48 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) R 16327 16327 12876 0 -1 4202496 10386 11873 0 0 74 9 63 2 20 0 1 0 385631705 105099264 19419 33554432000 4194304 6006132 140734636981952 140734636975056 4582640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16328/statm: 25659 19419 178 443 0 25212 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111784

[startup+3.10032 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 16339
/proc/meminfo: memFree=29533904/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 177320
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 16341
/proc/meminfo: memFree=29197976/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=249044 CPUtime=3.76 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43227 0 0 0 366 10 0 0 20 0 1 0 385631958 255021056 55721 33554432000 4194304 5208918 140734437007952 140734437005800 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62261 55721 104 248 0 62010 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 435512

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 16341
/proc/meminfo: memFree=29182716/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=249188 CPUtime=10.16 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43236 0 0 0 1006 10 0 0 20 0 1 0 385631958 255168512 55730 33554432000 4194304 5208918 140734437007952 140734437005912 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62297 55730 104 248 0 62046 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 435656

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 16341
/proc/meminfo: memFree=29334520/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=251956 CPUtime=22.96 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43734 0 0 0 2286 10 0 0 20 0 1 0 385631958 258002944 56739 33554432000 4194304 5208918 140734437007952 140734437005784 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62989 56739 104 248 0 62738 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 438424

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 16341
/proc/meminfo: memFree=29249808/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=251956 CPUtime=48.55 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43734 0 0 0 4845 10 0 0 20 0 1 0 385631958 258002944 56739 33554432000 4194304 5208918 140734437007952 140734437005784 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62989 56739 104 248 0 62738 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 438424

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16341
/proc/meminfo: memFree=29294492/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=251956 CPUtime=99.75 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43753 0 0 0 9965 10 0 0 20 0 1 0 385631958 258002944 56758 33554432000 4194304 5208918 140734437007952 140734437005784 4205195 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62989 56758 104 248 0 62738 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 438424

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16514
/proc/meminfo: memFree=28850600/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=168172 CPUtime=2.33 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 11421 11873 0 0 144 24 63 2 20 0 1 0 385631705 172208128 31708 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 42043 31708 179 443 0 41596 0
[pid=16340] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16340/stat : 16340 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385631958 9367552 266 33554432000 4194304 5064252 140735919259280 140735919258192 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16340/statm: 2287 266 226 213 0 72 0
[pid=16341] ppid=16340 vsize=251956 CPUtime=159.73 cores=0,2,4,6
/proc/16341/stat : 16341 (glucose) R 16340 16327 12876 0 -1 4202496 43936 0 0 0 15963 10 0 0 20 0 1 0 385631958 258002944 56930 33554432000 4194304 5208918 140734437007952 140734437005784 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16341/statm: 62989 56930 105 248 0 62738 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 438424

[startup+222.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 16517
/proc/meminfo: memFree=28855164/32873844 swapFree=7124/7124

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16531
/proc/meminfo: memFree=28903948/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=232308 CPUtime=384.66 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 40948 0 0 0 38453 13 0 0 20 0 1 0 385729462 237883392 51717 33554432000 4194304 5208918 140736357089312 140736357087144 4205492 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58077 51717 104 248 0 57826 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 401096

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16534
/proc/meminfo: memFree=28903492/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=232308 CPUtime=444.65 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 40960 0 0 0 44452 13 0 0 20 0 1 0 385729462 237883392 51786 33554432000 4194304 5208918 140736357089312 140736357087144 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58077 51786 105 248 0 57826 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 401096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16558
/proc/meminfo: memFree=28899464/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=232308 CPUtime=504.63 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 41139 0 0 0 50450 13 0 0 20 0 1 0 385729462 237883392 52858 33554432000 4194304 5208918 140736357089312 140736357087144 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58077 52858 105 248 0 57826 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 401096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16558
/proc/meminfo: memFree=28898228/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=233372 CPUtime=564.62 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 41422 0 0 0 56449 13 0 0 20 0 1 0 385729462 238972928 53233 33554432000 4194304 5208918 140736357089312 140736357087064 4210888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58343 53233 105 248 0 58092 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 402160

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 16558
/proc/meminfo: memFree=28895312/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=234408 CPUtime=624.6 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 41671 0 0 0 62447 13 0 0 20 0 1 0 385729462 240033792 53480 33554432000 4194304 5208918 140736357089312 140736357087064 4211166 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58602 53480 105 248 0 58351 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 403196

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16558
/proc/meminfo: memFree=28892584/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=235752 CPUtime=684.59 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 42400 0 0 0 68446 13 0 0 20 0 1 0 385729462 241410048 54185 33554432000 4194304 5208918 140736357089312 140736357087064 4205640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 58938 54185 105 248 0 58687 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 404540

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 16558
/proc/meminfo: memFree=28888676/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=267280 CPUtime=744.59 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 42706 0 0 0 74445 14 0 0 20 0 1 0 385729462 273694720 54998 33554432000 4194304 5208918 140736357089312 140736357087160 4211147 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 66820 54998 105 248 0 66569 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 436068

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 16559
/proc/meminfo: memFree=28887808/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=267828 CPUtime=804.58 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 42808 0 0 0 80444 14 0 0 20 0 1 0 385729462 274255872 55100 33554432000 4194304 5208918 140736357089312 140736357087064 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 66957 55100 105 248 0 66706 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 436616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16559
/proc/meminfo: memFree=28885512/32873844 swapFree=7124/7124
[pid=16327] ppid=16325 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16327/stat : 16327 (npSolver-wbo.sh) S 16325 16327 12876 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385631705 9367552 274 33554432000 4194304 5064252 140735868103456 140735868102368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16327/statm: 2287 274 233 213 0 72 0
[pid=16328] ppid=16327 vsize=150492 CPUtime=977.2 cores=0,2,4,6
/proc/16328/stat : 16328 (npSolver-wbo) S 16327 16327 12876 0 -1 4202496 18889 65814 0 0 264 40 97377 39 20 0 1 0 385631705 154103808 25273 33554432000 4194304 6006132 140734636981952 140734636973360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/16328/statm: 37623 25273 180 443 0 37176 0
[pid=16529] ppid=16328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16529/stat : 16529 (satsolver.sh) S 16328 16327 12876 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385729462 9367552 267 33554432000 4194304 5064252 140737454114368 140737454113280 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16529/statm: 2287 267 226 213 0 72 0
[pid=16530] ppid=16529 vsize=268400 CPUtime=822.89 cores=0,2,4,6
/proc/16530/stat : 16530 (glucose) R 16529 16327 12876 0 -1 4202496 42937 0 0 0 82275 14 0 0 20 0 1 0 385729462 274841600 55740 33554432000 4194304 5208918 140736357089312 140736357087064 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16530/statm: 67100 55740 105 248 0 66849 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 437188

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1799.18
CPU system time (s): 0.957854
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 509364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.957854
maximum resident set size= 287664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 358880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1087
involuntary context switches= 1948

runsolver used 2.79058 second user time and 7.09792 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-09 00:37:13
IDJOB=3754695
IDBENCH=79338
IDSOLVER=2339
FILE ID=node110/3754695-1339195033
RUNJOBID= node110-1339183225-13951
PBS_JOBID= 14643839
Free space on /tmp= 69088 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.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-3754695-1339195033/watcher-3754695-1339195033 -o /tmp/evaluation-result-3754695-1339195033/solver-3754695-1339195033 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754695-1339195033.wbo 1401391332 HOME HOME

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

MD5SUM BENCH= a305848cf761b3c7939395660924f4d7
RANDOM SEED=1401391332

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
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:        29661316 kB
Buffers:          129192 kB
Cached:          1930928 kB
SwapCached:         1852 kB
Active:          2294728 kB
Inactive:          34812 kB
Active(anon):     266816 kB
Inactive(anon):     4936 kB
Active(file):    2027912 kB
Inactive(file):    29876 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099060 kB
Dirty:              9036 kB
Writeback:             0 kB
AnonPages:        308780 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:             714692 kB
SReclaimable:     155456 kB
SUnreclaim:       559236 kB
KernelStack:        1504 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     415992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 68864 MiB
End job on node110 at 2012-06-09 01:07:13