Trace number 3713587

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
MD5SUMa455ffab78a89665145255f789204852
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.441932
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints24
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 1255
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.13	c run usual solver
1.44/1.58	o 527
1.44/1.58	c current bound: 263
2.08/2.17	o 40
2.08/2.17	c current bound: 20
1800.04/1800.41	./satsolver.sh: line 5: 25867 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713587-1338179805/watcher-3713587-1338179805 -o /tmp/evaluation-result-3713587-1338179805/solver-3713587-1338179805 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713587-1338179805.wbo 779109853 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.01 2.01 2.00 3/179 25846
/proc/meminfo: memFree=30173392/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0

[startup+0.094536 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25846
/proc/meminfo: memFree=30173392/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25846
/proc/meminfo: memFree=30173392/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300167 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25846
/proc/meminfo: memFree=30173392/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700132 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25846
/proc/meminfo: memFree=30173392/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25850
/proc/meminfo: memFree=30127648/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=6316 CPUtime=1.44 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 2599 13340 0 0 12 0 117 15 20 0 1 0 284107447 6467584 914 33554432000 4194304 5990268 140736083670944 140736083664672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25847/statm: 1579 914 158 439 0 1136 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 15464

[startup+3.10028 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 25863
/proc/meminfo: memFree=30158112/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 17204
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30143012/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=19040 CPUtime=4.11 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 4952 0 0 0 411 0 0 0 20 0 1 0 284107665 19496960 4021 33554432000 4194304 5208918 140734661049712 140734661046024 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 4760 4021 105 248 0 4509 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45392

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30126276/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=26088 CPUtime=10.5 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 6004 0 0 0 1050 0 0 0 20 0 1 0 284107665 26714112 5919 33554432000 4194304 5208918 140734661049712 140734661045400 4229155 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 6522 5919 105 248 0 6271 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 52440

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30102700/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=37580 CPUtime=23.3 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 7156 0 0 0 2329 1 0 0 20 0 1 0 284107665 38481920 8888 33554432000 4194304 5208918 140734661049712 140734661046088 4229075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 9395 8888 105 248 0 9144 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 63932

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30096940/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=54568 CPUtime=48.89 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 9838 0 0 0 4887 2 0 0 20 0 1 0 284107665 55877632 11286 33554432000 4194304 5208918 140734661049712 140734661047656 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 13642 11286 105 248 0 13391 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 80920

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30077920/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=85028 CPUtime=100.09 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 11529 0 0 0 10006 3 0 0 20 0 1 0 284107665 87068672 20772 33554432000 4194304 5208918 140734661049712 140734661046024 4229449 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 21257 20772 105 248 0 21006 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 111380

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25867
/proc/meminfo: memFree=30046964/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=103972 CPUtime=160.07 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 11532 0 0 0 16004 3 0 0 20 0 1 0 284107665 106467328 21285 33554432000 4194304 5208918 140734661049712 140734661046024 4228982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 25993 21285 105 248 0 25742 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 130324

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 25871
/proc/meminfo: memFree=30009620/32873844 swapFree=7108/7108

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 25950
/proc/meminfo: memFree=30006416/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=202832 CPUtime=1359.86 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 49939 0 0 0 135920 66 0 0 20 0 1 0 284107665 207699968 46006 33554432000 4194304 5208918 140734661049712 140734661047800 4213165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 50708 46006 105 248 0 50457 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 229184

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.00 3/184 25953
/proc/meminfo: memFree=30007436/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=202832 CPUtime=1419.86 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 51385 0 0 0 141918 68 0 0 20 0 1 0 284107665 207699968 50102 33554432000 4194304 5208918 140734661049712 140734661046088 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 50708 50102 105 248 0 50457 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 229184

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/184 25977
/proc/meminfo: memFree=29987816/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=233652 CPUtime=1479.85 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 53390 0 0 0 147913 72 0 0 20 0 1 0 284107665 239259648 53242 33554432000 4194304 5208918 140734661049712 140734661046024 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 58413 53242 105 248 0 58162 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 260004

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 25977
/proc/meminfo: memFree=30010772/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=233652 CPUtime=1539.84 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 54815 0 0 0 153909 75 0 0 20 0 1 0 284107665 239259648 55802 33554432000 4194304 5208918 140734661049712 140734661046024 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 58413 55802 105 248 0 58162 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 260004

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 25977
/proc/meminfo: memFree=29969180/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=233652 CPUtime=1599.82 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 56248 0 0 0 159904 78 0 0 20 0 1 0 284107665 239259648 57850 33554432000 4194304 5208918 140734661049712 140734661046088 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 58413 57850 105 248 0 58162 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 260004

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 25977
/proc/meminfo: memFree=29951324/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=283740 CPUtime=1659.8 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 58015 0 0 0 165898 82 0 0 20 0 1 0 284107665 290549760 61735 33554432000 4194304 5208918 140734661049712 140734661047864 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 70935 61735 105 248 0 70684 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 310092

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 25977
/proc/meminfo: memFree=30003800/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=202832 CPUtime=1719.79 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 59962 0 0 0 171893 86 0 0 20 0 1 0 284107665 207699968 48055 33554432000 4194304 5208918 140734661049712 140734661047800 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 50708 48055 105 248 0 50457 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 229184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25978
/proc/meminfo: memFree=29997024/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=202832 CPUtime=1779.78 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 61402 0 0 0 177889 89 0 0 20 0 1 0 284107665 207699968 49591 33554432000 4194304 5208918 140734661049712 140734661046088 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 50708 49591 105 248 0 50457 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 229184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 25978
/proc/meminfo: memFree=30012416/32873844 swapFree=7108/7108
[pid=25846] ppid=25844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25846/stat : 25846 (npSolver-wbo.sh) S 25844 25846 22647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284107446 9367552 275 33554432000 4194304 5064252 140735161886368 140735161885280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25846/statm: 2287 275 233 213 0 72 0
[pid=25847] ppid=25846 vsize=8056 CPUtime=2.15 cores=0,2,4,6
/proc/25847/stat : 25847 (npSolver-wbo) S 25846 25846 22647 0 -1 4202496 3546 27694 0 0 15 4 176 20 20 0 1 0 284107447 8249344 1303 33554432000 4194304 5990268 140736083670944 140736083662384 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25847/statm: 2014 1303 164 439 0 1571 0
[pid=25866] ppid=25847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25866/stat : 25866 (satsolver.sh) S 25847 25846 22647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284107664 9367552 267 33554432000 4194304 5064252 140735619946752 140735619945664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25866/statm: 2287 267 226 213 0 72 0
[pid=25867] ppid=25866 vsize=233652 CPUtime=1797.89 cores=0,2,4,6
/proc/25867/stat : 25867 (glucose) R 25866 25846 22647 0 -1 4202496 62004 0 0 0 179699 90 0 0 20 0 1 0 284107665 239259648 55290 33554432000 4194304 5208918 140734661049712 140734661046024 4213123 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 58413 55290 105 248 0 58162 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 260004

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.41
CPU time (s): 1800.08
CPU user time (s): 1798.92
CPU system time (s): 1.15582
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 359412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.15582
maximum resident set size= 293776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 256
involuntary context switches= 2111

runsolver used 3.11952 second user time and 8.68768 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-28 06:36:45
IDJOB=3713587
IDBENCH=78715
IDSOLVER=2294
FILE ID=node111/3713587-1338179805
RUNJOBID= node111-1338166153-23868
PBS_JOBID= 14624545
Free space on /tmp= 71672 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--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-3713587-1338179805/watcher-3713587-1338179805 -o /tmp/evaluation-result-3713587-1338179805/solver-3713587-1338179805 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713587-1338179805.wbo 779109853 HOME HOME

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

MD5SUM BENCH= a455ffab78a89665145255f789204852
RANDOM SEED=779109853

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30173656 kB
Buffers:          527736 kB
Cached:          1138688 kB
SwapCached:         1624 kB
Active:           881352 kB
Inactive:         954708 kB
Active(anon):     161536 kB
Inactive(anon):     9132 kB
Active(file):     719816 kB
Inactive(file):   945576 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105364 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        307588 kB
Mapped:            15304 kB
Shmem:                 8 kB
Slab:             715616 kB
SReclaimable:     158056 kB
SUnreclaim:       557560 kB
KernelStack:        1520 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     303168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71660 MiB
End job on node111 at 2012-05-28 07:06:45