Trace number 3713634

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag12.ucl--soft-66-100-0.wbo
MD5SUM51de4f9a349da19d6e38b7104085cf7d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark23.1635
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20605
Total number of constraints59851
Number of soft constraints20266
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1021972
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1021971
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
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

5.28/5.38	c run usual solver
10.64/10.92	o 2829
10.64/10.92	c current bound: 1414
10.64/10.92	c fallback to adder encoding
1448.12/1448.62	o 1414
1448.12/1448.62	c current bound: 707
1448.12/1448.62	c fallback to adder encoding
1800.06/1800.61	./satsolver.sh: line 5: 16964 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.61	c error: unexpected solver exit code
1800.06/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-3713634-1338186273/watcher-3713634-1338186273 -o /tmp/evaluation-result-3713634-1338186273/solver-3713634-1338186273 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713634-1338186273.wbo 1011195037 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/179 16745
/proc/meminfo: memFree=28801892/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0

[startup+0.099143 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16745
/proc/meminfo: memFree=28801892/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16745
/proc/meminfo: memFree=28801892/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16745
/proc/meminfo: memFree=28801892/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16745
/proc/meminfo: memFree=28801892/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16747
/proc/meminfo: memFree=28786556/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=34876 CPUtime=1.48 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) R 16745 16745 12999 0 -1 4202496 2846 0 0 0 148 0 0 0 20 0 1 0 284752786 35713024 5372 33554432000 4194304 5990268 140737117870080 140737117865320 4373970 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 8719 5372 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16747
/proc/meminfo: memFree=28769792/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=67644 CPUtime=3.08 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) R 16745 16745 12999 0 -1 4202496 3385 0 0 0 307 1 0 0 20 0 1 0 284752786 69267456 11516 33554432000 4194304 5990268 140737117870080 140737117865320 4523152 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 16911 11516 136 439 0 16468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76792

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16747
/proc/meminfo: memFree=28660612/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=134208 CPUtime=5.4 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 8093 0 0 0 528 12 0 0 20 0 1 0 284752786 137428992 23042 33554432000 4194304 5990268 140737117870080 140737117863232 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 33552 23042 149 439 0 33109 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 143356

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16868
/proc/meminfo: memFree=28564596/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 286012

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16870
/proc/meminfo: memFree=26709644/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=261624 CPUtime=13.26 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 43904 0 0 0 1310 16 0 0 20 0 1 0 284754009 267902976 60617 33554432000 4194304 5208918 140736103677808 140736103675480 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 65406 60617 104 248 0 65155 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 556784

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16870
/proc/meminfo: memFree=26709768/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=261624 CPUtime=38.85 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 43904 0 0 0 3869 16 0 0 20 0 1 0 284754009 267902976 60617 33554432000 4194304 5208918 140736103677808 140736103675480 4205165 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 65406 60617 104 248 0 65155 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 556784

[startup+102.307 s]
/proc/loadavg: 2.28 2.06 2.02 3/183 16873
/proc/meminfo: memFree=21977468/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=261624 CPUtime=90.05 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 43916 0 0 0 8989 16 0 0 20 0 1 0 284754009 267902976 60629 33554432000 4194304 5208918 140736103677808 140736103675480 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 65406 60629 104 248 0 65155 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 556784

[startup+162.3 s]
/proc/loadavg: 2.49 2.18 2.06 3/184 16879
/proc/meminfo: memFree=24919300/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=264396 CPUtime=150.03 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 44366 0 0 0 14978 25 0 0 20 0 1 0 284754009 270741504 61590 33554432000 4194304 5208918 140736103677808 140736103675640 4211162 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 66099 61590 104 248 0 65848 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 559556

[startup+222.3 s]
/proc/loadavg: 2.18 2.14 2.06 3/181 16880
/proc/meminfo: memFree=24134792/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=264396 CPUtime=210.02 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 44366 0 0 0 20976 26 0 0 20 0 1 0 284754009 270741504 61590 33554432000 4194304 5208918 140736103677808 140736103675640 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 66099 61590 104 248 0 65848 0
Current children cumulated CPU time (s) 222

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16957
/proc/meminfo: memFree=28045912/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=328920 CPUtime=1349.84 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 48035 0 0 0 134952 32 0 0 20 0 1 0 284754009 336814080 68826 33554432000 4194304 5208918 140736103677808 140736103675656 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 82230 68826 105 248 0 81979 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 624080

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16957
/proc/meminfo: memFree=28038408/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=11.98 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 15455 45228 0 0 665 114 385 34 20 0 1 0 284752786 283508736 45941 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 45941 164 439 0 68773 0
[pid=16869] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16869/stat : 16869 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284754009 9367552 266 33554432000 4194304 5064252 140737374208224 140737374207136 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16869/statm: 2287 266 226 213 0 72 0
[pid=16870] ppid=16869 vsize=333456 CPUtime=1409.83 cores=0,2,4,6
/proc/16870/stat : 16870 (glucose) R 16869 16745 12999 0 -1 4202496 49044 0 0 0 140951 32 0 0 20 0 1 0 284754009 341458944 70346 33554432000 4194304 5208918 140736103677808 140736103675656 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16870/statm: 83364 70346 105 248 0 83113 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 628616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16964
/proc/meminfo: memFree=28103848/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=258480 CPUtime=32.47 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 40099 0 0 0 3234 13 0 0 20 0 1 0 284897767 264683520 57322 33554432000 4194304 5208918 140734307160704 140734307158664 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 64620 57322 103 248 0 64369 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 553640

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 16967
/proc/meminfo: memFree=28098152/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=258940 CPUtime=92.46 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 40233 0 0 0 9233 13 0 0 20 0 1 0 284897767 265154560 57456 33554432000 4194304 5208918 140734307160704 140734307158552 4205672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 64735 57456 103 248 0 64484 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 554100

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16974
/proc/meminfo: memFree=28128948/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=260328 CPUtime=152.45 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 40567 0 0 0 15231 14 0 0 20 0 1 0 284897767 266575872 58430 33554432000 4194304 5208918 140734307160704 140734307158456 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 65082 58430 104 248 0 64831 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 555488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16975
/proc/meminfo: memFree=28126688/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=260328 CPUtime=212.44 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 40581 0 0 0 21230 14 0 0 20 0 1 0 284897767 266575872 58742 33554432000 4194304 5208918 140734307160704 140734307158456 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 65082 58742 104 248 0 64831 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 555488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16975
/proc/meminfo: memFree=28120056/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=261192 CPUtime=272.43 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 40785 0 0 0 27229 14 0 0 20 0 1 0 284897767 267460608 59584 33554432000 4194304 5208918 140734307160704 140734307158552 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 65298 59584 104 248 0 65047 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 556352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16975
/proc/meminfo: memFree=28115636/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=262416 CPUtime=332.42 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 41073 0 0 0 33228 14 0 0 20 0 1 0 284897767 268713984 59872 33554432000 4194304 5208918 140734307160704 140734307158552 4215432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 65604 59872 104 248 0 65353 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 557576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16975
/proc/meminfo: memFree=28111480/32873844 swapFree=7384/7384
[pid=16745] ppid=16743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16745/stat : 16745 (npSolver-wbo.sh) S 16743 16745 12999 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284752786 9367552 274 33554432000 4194304 5064252 140735797119776 140735797118688 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16745/statm: 2287 274 233 213 0 72 0
[pid=16746] ppid=16745 vsize=276864 CPUtime=1449.33 cores=0,2,4,6
/proc/16746/stat : 16746 (npSolver-wbo) S 16745 16745 12999 0 -1 4202496 22899 101422 0 0 770 128 143927 108 20 0 1 0 284752786 283508736 43893 33554432000 4194304 5990268 140737117870080 140737117861520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16746/statm: 69216 43893 164 439 0 68773 0
[pid=16963] ppid=16746 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16963/stat : 16963 (satsolver.sh) S 16746 16745 12999 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284897767 9367552 266 33554432000 4194304 5064252 140734642070192 140734642069104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16963/statm: 2287 266 226 213 0 72 0
[pid=16964] ppid=16963 vsize=262796 CPUtime=350.73 cores=0,2,4,6
/proc/16964/stat : 16964 (glucose) R 16963 16745 12999 0 -1 4202496 41133 0 0 0 35059 14 0 0 20 0 1 0 284897767 269103104 59932 33554432000 4194304 5208918 140734307160704 140734307158552 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16964/statm: 65699 59932 104 248 0 65448 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 557956

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.09
CPU user time (s): 1797.57
CPU system time (s): 2.51862
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 680400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.51862
maximum resident set size= 331832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 759264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1003
involuntary context switches= 2196

runsolver used 5.07723 second user time and 20.8178 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-28 08:24:33
IDJOB=3713634
IDBENCH=79019
IDSOLVER=2294
FILE ID=node136/3713634-1338186273
RUNJOBID= node136-1338175468-15376
PBS_JOBID= 14624529
Free space on /tmp= 71656 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713634-1338186273/watcher-3713634-1338186273 -o /tmp/evaluation-result-3713634-1338186273/solver-3713634-1338186273 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713634-1338186273.wbo 1011195037 HOME HOME

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

MD5SUM BENCH= 51de4f9a349da19d6e38b7104085cf7d
RANDOM SEED=1011195037

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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		: 2667.247
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:        28802156 kB
Buffers:          448084 kB
Cached:          2552284 kB
SwapCached:        24460 kB
Active:          1013272 kB
Inactive:        2213824 kB
Active(anon):     199876 kB
Inactive(anon):    26984 kB
Active(file):     813396 kB
Inactive(file):  2186840 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             10088 kB
Writeback:             0 kB
AnonPages:        212468 kB
Mapped:            10568 kB
Shmem:                 0 kB
Slab:             701940 kB
SReclaimable:     143536 kB
SUnreclaim:       558404 kB
KernelStack:        1472 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     343772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71420 MiB
End job on node136 at 2012-05-28 08:54:34