Trace number 3713778

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? (TO) 1800.03 1800.52

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

3.09/3.18	c run usual solver
6.33/6.57	o 1011
6.33/6.57	c current bound: 505
6.33/6.57	c fallback to adder encoding
1302.20/1302.66	o 505
1302.20/1302.66	c current bound: 252
1302.20/1302.66	c fallback to adder encoding
1800.03/1800.51	c error: unexpected solver exit code
1800.03/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-3713778-1338192309/watcher-3713778-1338192309 -o /tmp/evaluation-result-3713778-1338192309/solver-3713778-1338192309 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713778-1338192309.wbo 1601311634 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 2.00 3/177 29896
/proc/meminfo: memFree=31315380/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0

[startup+0.0389881 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29896
/proc/meminfo: memFree=31315380/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29896
/proc/meminfo: memFree=31315380/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29896
/proc/meminfo: memFree=31315380/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29896
/proc/meminfo: memFree=31315380/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/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.00 2.00 2.00 3/179 29898
/proc/meminfo: memFree=31288424/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) R 29896 29896 22152 0 -1 4202496 3290 0 0 0 148 1 0 0 20 0 1 0 285297945 35713024 4794 33554432000 4194304 5990268 140736056275216 140736056270456 4568093 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 8719 4794 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29898
/proc/meminfo: memFree=31234512/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=68212 CPUtime=3.09 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) R 29896 29896 22152 0 -1 4202496 7144 0 0 0 306 3 0 0 20 0 1 0 285297945 69849088 12572 33554432000 4194304 5990268 140736056275216 140736056270792 4521678 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 17053 12572 140 439 0 16610 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77360

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29900
/proc/meminfo: memFree=31055944/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=69396 CPUtime=6.12 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) R 29896 29896 22152 0 -1 4202496 8199 31621 0 0 319 41 233 19 20 0 1 0 285297945 71061504 13354 33554432000 4194304 5990268 140736056275216 140736056268520 5177872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 17349 13354 153 439 0 16906 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 78544

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 29910
/proc/meminfo: memFree=30589896/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285298739 9367552 267 33554432000 4194304 5064252 140733867819488 140733867818400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 2287 267 226 213 0 72 0
[pid=29910] ppid=29909 vsize=280656 CPUtime=4.74 cores=0,2,4,6
/proc/29910/stat : 29910 (glucose) R 29909 29896 22152 0 -1 4202496 44603 0 0 0 460 14 0 0 20 0 1 0 285298739 287391744 59290 33554432000 4194304 5208918 140733908926752 140733908924600 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29910/statm: 70164 59290 104 248 0 69913 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 544540

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 29910
/proc/meminfo: memFree=30403464/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285298739 9367552 267 33554432000 4194304 5064252 140733867819488 140733867818400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 2287 267 226 213 0 72 0
[pid=29910] ppid=29909 vsize=283588 CPUtime=17.53 cores=0,2,4,6
/proc/29910/stat : 29910 (glucose) R 29909 29896 22152 0 -1 4202496 45091 0 0 0 1739 14 0 0 20 0 1 0 285298739 290394112 60289 33554432000 4194304 5208918 140733908926752 140733908924584 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29910/statm: 70897 60289 104 248 0 70646 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 547472

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 29910
/proc/meminfo: memFree=29615804/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285298739 9367552 267 33554432000 4194304 5064252 140733867819488 140733867818400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 2287 267 226 213 0 72 0
[pid=29910] ppid=29909 vsize=283588 CPUtime=43.14 cores=0,2,4,6
/proc/29910/stat : 29910 (glucose) R 29909 29896 22152 0 -1 4202496 45091 0 0 0 4299 15 0 0 20 0 1 0 285298739 290394112 60289 33554432000 4194304 5208918 140733908926752 140733908924584 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29910/statm: 70897 60289 104 248 0 70646 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 547472

[startup+102.307 s]
/proc/loadavg: 2.27 2.07 2.02 3/183 29912
/proc/meminfo: memFree=27055528/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285298739 9367552 267 33554432000 4194304 5064252 140733867819488 140733867818400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 2287 267 226 213 0 72 0
[pid=29910] ppid=29909 vsize=283588 CPUtime=94.34 cores=0,2,4,6
/proc/29910/stat : 29910 (glucose) R 29909 29896 22152 0 -1 4202496 45091 0 0 0 9411 23 0 0 20 0 1 0 285298739 290394112 60289 33554432000 4194304 5208918 140733908926752 140733908924584 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29910/statm: 70897 60289 104 248 0 70646 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 547472

[startup+162.3 s]
/proc/loadavg: 2.38 2.13 2.04 3/183 29923
/proc/meminfo: memFree=24070404/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285298739 9367552 267 33554432000 4194304 5064252 140733867819488 140733867818400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 2287 267 226 213 0 72 0
[pid=29910] ppid=29909 vsize=283588 CPUtime=154.32 cores=0,2,4,6
/proc/29910/stat : 29910 (glucose) R 29909 29896 22152 0 -1 4202496 45091 0 0 0 15406 26 0 0 20 0 1 0 285298739 290394112 60289 33554432000 4194304 5208918 140733908926752 140733908924584 4229361 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29910/statm: 70897 60289 104 248 0 70646 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 547472

[startup+222.3 s]
/proc/loadavg: 2.14 2.11 2.03 3/183 29923
/proc/meminfo: memFree=24089780/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=7.76 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 15771 32136 0 0 444 76 233 23 20 0 1 0 285297945 251482112 45624 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 45624 164 439 0 60954 0
[pid=29909] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 38741 0 0 0 11831 11 0 0 20 0 1 0 285428331 247193600 51520 33554432000 4194304 5208918 140735734791296 140735734789256 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 60350 51520 95 248 0 60099 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 505284

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 29941
/proc/meminfo: memFree=24055488/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=245436 CPUtime=178.4 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 39768 0 0 0 17829 11 0 0 20 0 1 0 285428331 251326464 52547 33554432000 4194304 5208918 140735734791296 140735734789256 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 61359 52547 103 248 0 61108 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 509320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 29944
/proc/meminfo: memFree=24052192/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=246284 CPUtime=238.39 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 40032 0 0 0 23828 11 0 0 20 0 1 0 285428331 252194816 52811 33554432000 4194304 5208918 140735734791296 140735734789256 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 61571 52811 104 248 0 61320 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 510168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29944
/proc/meminfo: memFree=24045252/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=248952 CPUtime=298.38 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 40780 0 0 0 29827 11 0 0 20 0 1 0 285428331 254926848 53559 33554432000 4194304 5208918 140735734791296 140735734789048 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62238 53559 104 248 0 61987 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 512836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29945
/proc/meminfo: memFree=24041156/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=249392 CPUtime=358.37 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 40884 0 0 0 35826 11 0 0 20 0 1 0 285428331 255377408 54174 33554432000 4194304 5208918 140735734791296 140735734789256 4211019 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62348 54174 104 248 0 62097 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 513276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29945
/proc/meminfo: memFree=24038428/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=249524 CPUtime=418.36 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 40909 0 0 0 41825 11 0 0 20 0 1 0 285428331 255512576 54199 33554432000 4194304 5208918 140735734791296 140735734789144 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62381 54199 104 248 0 62130 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 513408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29945
/proc/meminfo: memFree=24033140/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=250464 CPUtime=478.35 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 41159 0 0 0 47824 11 0 0 20 0 1 0 285428331 256475136 54449 33554432000 4194304 5208918 140735734791296 140735734789144 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62616 54449 104 248 0 62365 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 514348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/174 29970
/proc/meminfo: memFree=30971732/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=251168 CPUtime=496.56 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 41315 0 0 0 49645 11 0 0 20 0 1 0 285428331 257196032 54670 33554432000 4194304 5208918 140735734791296 140735734789144 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62792 54670 104 248 0 62541 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 515052

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/174 29970
/proc/meminfo: memFree=30971732/32873844 swapFree=6872/6872
[pid=29896] ppid=29894 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29896/stat : 29896 (npSolver-wbo.sh) S 29894 29896 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285297945 9367552 274 33554432000 4194304 5064252 140736863748672 140736863747584 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29896/statm: 2287 274 233 213 0 72 0
[pid=29897] ppid=29896 vsize=245588 CPUtime=1303.47 cores=0,2,4,6
/proc/29897/stat : 29897 (npSolver-wbo) S 29896 29896 22152 0 -1 4202496 23346 87327 0 0 550 90 129619 88 20 0 1 0 285297945 251482112 43064 33554432000 4194304 5990268 140736056275216 140736056266656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 61397 43064 164 439 0 60954 0
[pid=29938] ppid=29897 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (satsolver.sh) S 29897 29896 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285428331 9367552 266 33554432000 4194304 5064252 140737071436704 140737071435616 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29938/statm: 2287 266 226 213 0 72 0
[pid=29939] ppid=29938 vsize=251168 CPUtime=496.56 cores=0,2,4,6
/proc/29939/stat : 29939 (glucose) R 29938 29896 22152 0 -1 4202496 41315 0 0 0 49645 11 0 0 20 0 1 0 285428331 257196032 54670 33554432000 4194304 5208918 140735734791296 140735734789144 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29939/statm: 62792 54670 104 248 0 62541 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 515052

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29896 and gives
#  childrusage.ru_utime.tv_sec=1301
#  childrusage.ru_utime.tv_usec=701111
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=792727
# CPU time returned by wait4() is 1303.49
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.03
CPU user time (s): 1798.14
CPU system time (s): 1.89
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 661712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.7
system time used= 1.79273
maximum resident set size= 308696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 567128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 984
involuntary context switches= 1537

runsolver used 7.80381 second user time and 17.8613 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-28 10:05:09
IDJOB=3713778
IDBENCH=79114
IDSOLVER=2294
FILE ID=node105/3713778-1338192309
RUNJOBID= node105-1338160023-22168
PBS_JOBID= 14624557
Free space on /tmp= 71572 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-3713778-1338192309/watcher-3713778-1338192309 -o /tmp/evaluation-result-3713778-1338192309/solver-3713778-1338192309 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713778-1338192309.wbo 1601311634 HOME HOME

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

MD5SUM BENCH= ba25e54d46ac7b60d34fc2480b61617d
RANDOM SEED=1601311634

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31315644 kB
Buffers:          376748 kB
Cached:           158632 kB
SwapCached:         1708 kB
Active:           511088 kB
Inactive:         165924 kB
Active(anon):     137816 kB
Inactive(anon):     4812 kB
Active(file):     373272 kB
Inactive(file):   161112 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             23392 kB
Writeback:             0 kB
AnonPages:        211284 kB
Mapped:             9268 kB
Shmem:                 0 kB
Slab:             717280 kB
SReclaimable:     158616 kB
SUnreclaim:       558664 kB
KernelStack:        1504 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     390232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71456 MiB
End job on node105 at 2012-05-28 10:35:10