Trace number 3701677

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.06 1801.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null50mast_rapportOE1.0_TMAX300_K67_cod1.opb
MD5SUM149bc47a65ee9b475f97ab5e9dc95355
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-57
Best CPU time to get the best result obtained on this benchmark200.271
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16038
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 108144
Number of bits of the biggest sum of numbers17
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.41	c fallback to adder encoding
2.49/2.57	c run usual solver
229.39/229.60	c model valid
229.39/229.60	c current solution ok
233.37/233.68	o -23
233.37/233.68	c current bound: 8007
233.37/233.68	c fallback to adder encoding
1800.02/1801.01	./satsolver.sh: line 5: 22715 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1801.01	c error: unexpected solver exit code
1800.02/1801.01	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-3701677-1338118886/watcher-3701677-1338118886 -o /tmp/evaluation-result-3701677-1338118886/solver-3701677-1338118886 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701677-1338118886.opb 1684991078 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 22701
/proc/meminfo: memFree=28647052/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0

[startup+0.0367961 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22701
/proc/meminfo: memFree=28647052/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22701
/proc/meminfo: memFree=28647052/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22701
/proc/meminfo: memFree=28647052/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22701
/proc/meminfo: memFree=28647052/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22703
/proc/meminfo: memFree=28556904/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=182620 CPUtime=1.49 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) R 22701 22701 16531 0 -1 4202496 16375 0 0 0 145 4 0 0 20 0 1 0 278012986 187002880 31229 33554432000 4194304 5992684 140735831190272 140735831185240 4523464 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 45655 31229 167 440 0 45211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191768

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22703
/proc/meminfo: memFree=28478708/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=2.59 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17696 0 0 0 231 28 0 0 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831184304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 322840

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22705
/proc/meminfo: memFree=27858328/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=2.59 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17696 0 0 0 231 28 0 0 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831184304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22704] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22704/stat : 22704 (cp2_pre.sh) S 22702 22701 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278013245 9367552 277 33554432000 4194304 5064252 140733280681248 140733280679952 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22704/statm: 2287 277 234 213 0 72 0
[pid=22705] ppid=22704 vsize=567844 CPUtime=3.69 cores=0,2,4,6
/proc/22705/stat : 22705 (coprocessor) R 22704 22701 16531 0 -1 4202496 57051 0 0 0 355 14 0 0 20 0 1 0 278013246 581472256 127491 33554432000 4194304 6586260 140736096783760 140736096780024 4496181 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/22705/statm: 141961 127491 168 584 0 141373 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 899832

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 22706
/proc/meminfo: memFree=28303776/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 322840

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22708
/proc/meminfo: memFree=28151260/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22707] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22707/stat : 22707 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278014187 9367552 266 33554432000 4194304 5064252 140735123594896 140735123593808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22707/statm: 2287 266 226 213 0 72 0
[pid=22708] ppid=22707 vsize=275768 CPUtime=13.46 cores=0,2,4,6
/proc/22708/stat : 22708 (glucose) R 22707 22701 16531 0 -1 4202496 47408 0 0 0 1338 8 0 0 20 0 1 0 278014188 282386432 60669 33554432000 4194304 5208918 140737077813824 140737077811656 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22708/statm: 68942 60669 103 248 0 68691 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 607756

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 22708
/proc/meminfo: memFree=28133948/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22707] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22707/stat : 22707 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278014187 9367552 266 33554432000 4194304 5064252 140735123594896 140735123593808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22707/statm: 2287 266 226 213 0 72 0
[pid=22708] ppid=22707 vsize=275768 CPUtime=39.06 cores=0,2,4,6
/proc/22708/stat : 22708 (glucose) R 22707 22701 16531 0 -1 4202496 47408 0 0 0 3898 8 0 0 20 0 1 0 278014188 282386432 60669 33554432000 4194304 5208918 140737077813824 140737077811656 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22708/statm: 68942 60669 103 248 0 68691 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 607756

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22708
/proc/meminfo: memFree=28142048/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22707] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22707/stat : 22707 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278014187 9367552 266 33554432000 4194304 5064252 140735123594896 140735123593808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22707/statm: 2287 266 226 213 0 72 0
[pid=22708] ppid=22707 vsize=278992 CPUtime=90.26 cores=0,2,4,6
/proc/22708/stat : 22708 (glucose) R 22707 22701 16531 0 -1 4202496 48317 0 0 0 9018 8 0 0 20 0 1 0 278014188 285687808 62598 33554432000 4194304 5208918 140737077813824 140737077810200 4205631 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22708/statm: 69748 62598 104 248 0 69497 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 610980

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22708
/proc/meminfo: memFree=28147560/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22707] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22707/stat : 22707 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278014187 9367552 266 33554432000 4194304 5064252 140735123594896 140735123593808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22707/statm: 2287 266 226 213 0 72 0
[pid=22708] ppid=22707 vsize=309812 CPUtime=150.25 cores=0,2,4,6
/proc/22708/stat : 22708 (glucose) R 22707 22701 16531 0 -1 4202496 48873 0 0 0 15016 9 0 0 20 0 1 0 278014188 317247488 63654 33554432000 4194304 5208918 140737077813824 140737077811976 4229473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22708/statm: 77453 63654 104 248 0 77202 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 641800

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22708
/proc/meminfo: memFree=28151272/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=313692 CPUtime=11.83 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 17705 72892 0 0 231 28 889 35 20 0 1 0 278012986 321220608 45572 33554432000 4194304 5992684 140735831190272 140735831185392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22702/statm: 78423 45572 174 440 0 77979 0
[pid=22707] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22800
/proc/meminfo: memFree=26790876/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=545092 CPUtime=1126.65 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 79455 0 0 0 112638 27 0 0 20 0 1 0 278036527 558174208 119012 33554432000 4194304 5208918 140735690839888 140735690836264 4229010 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 136273 119012 104 248 0 136022 0
Current children cumulated CPU time (s) 1361.39
Current children cumulated vsize (KiB) 1035064

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 22800
/proc/meminfo: memFree=26777596/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=545092 CPUtime=1186.65 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 79761 0 0 0 118638 27 0 0 20 0 1 0 278036527 558174208 122384 33554432000 4194304 5208918 140735690839888 140735690836264 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 136273 122384 104 248 0 136022 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 1035064

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 22800
/proc/meminfo: memFree=26791500/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=545092 CPUtime=1246.64 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 80425 0 0 0 124635 29 0 0 20 0 1 0 278036527 558174208 118249 33554432000 4194304 5208918 140735690839888 140735690836264 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 136273 118249 104 248 0 136022 0
Current children cumulated CPU time (s) 1481.38
Current children cumulated vsize (KiB) 1035064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22801
/proc/meminfo: memFree=26770712/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=548884 CPUtime=1306.62 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 80891 0 0 0 130633 29 0 0 20 0 1 0 278036527 562057216 122803 33554432000 4194304 5208918 140735690839888 140735690835592 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 137221 122803 104 248 0 136970 0
Current children cumulated CPU time (s) 1541.36
Current children cumulated vsize (KiB) 1038856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22801
/proc/meminfo: memFree=26746696/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=548884 CPUtime=1366.61 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 80950 0 0 0 136632 29 0 0 20 0 1 0 278036527 562057216 125928 33554432000 4194304 5208918 140735690839888 140735690836200 4205128 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 137221 125928 104 248 0 136970 0
Current children cumulated CPU time (s) 1601.35
Current children cumulated vsize (KiB) 1038856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22801
/proc/meminfo: memFree=26758988/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=552832 CPUtime=1426.61 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 82080 0 0 0 142628 33 0 0 20 0 1 0 278036527 566099968 120883 33554432000 4194304 5208918 140735690839888 140735690836264 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 138208 120883 104 248 0 137957 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 1042804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22804
/proc/meminfo: memFree=26736900/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=552832 CPUtime=1486.59 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 82533 0 0 0 148626 33 0 0 20 0 1 0 278036527 566099968 125416 33554432000 4194304 5208918 140735690839888 140735690836264 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 138208 125416 104 248 0 137957 0
Current children cumulated CPU time (s) 1721.33
Current children cumulated vsize (KiB) 1042804

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22804
/proc/meminfo: memFree=26724468/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=634220 CPUtime=1546.58 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 83039 0 0 0 154624 34 0 0 20 0 1 0 278036527 649441280 128475 33554432000 4194304 5208918 140735690839888 140735690838040 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 158555 128475 104 248 0 158304 0
Current children cumulated CPU time (s) 1781.32
Current children cumulated vsize (KiB) 1124192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22804
/proc/meminfo: memFree=26757048/32873844 swapFree=7612/7612
[pid=22701] ppid=22699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (npSolver-pbo.sh) S 22699 22701 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278012985 9367552 275 33554432000 4194304 5064252 140733502100432 140733502099344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22701/statm: 2287 275 233 213 0 72 0
[pid=22702] ppid=22701 vsize=471676 CPUtime=234.74 cores=0,2,4,6
/proc/22702/stat : 22702 (npSolver-pbo) S 22701 22701 16531 0 -1 4202496 31811 129856 0 0 426 373 22615 60 20 0 1 0 278012986 482996224 73109 33554432000 4194304 5992684 140735831190272 140735831182592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 46 0 0
/proc/22702/statm: 117919 73109 183 440 0 117475 0
[pid=22714] ppid=22702 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22714/stat : 22714 (satsolver.sh) S 22702 22701 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278036527 9367552 267 33554432000 4194304 5064252 140736674884080 140736674882992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22714/statm: 2287 267 226 213 0 72 0
[pid=22715] ppid=22714 vsize=552832 CPUtime=1565.28 cores=0,2,4,6
/proc/22715/stat : 22715 (glucose) R 22714 22701 16531 0 -1 4202496 83629 0 0 0 156492 36 0 0 20 0 1 0 278036527 566099968 120296 33554432000 4194304 5208918 140735690839888 140735690837976 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 138208 120296 104 248 0 137957 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1042804

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.02
CPU time (s): 1800.06
CPU user time (s): 1795.35
CPU system time (s): 4.71328
CPU usage (%): 99.947
Max. virtual memory (cumulated for all children) (KiB): 1254420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.35
system time used= 4.71328
maximum resident set size= 661688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 763664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1497
involuntary context switches= 1874

runsolver used 3.37149 second user time and 8.67368 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 13:41:26
IDJOB=3701677
IDBENCH=90633
IDSOLVER=2277
FILE ID=node143/3701677-1338118886
RUNJOBID= node143-1338088563-16547
PBS_JOBID= 14624464
Free space on /tmp= 71632 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null50mast_rapportOE1.0_TMAX300_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701677-1338118886/watcher-3701677-1338118886 -o /tmp/evaluation-result-3701677-1338118886/solver-3701677-1338118886 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701677-1338118886.opb 1684991078 HOME HOME

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

MD5SUM BENCH= 149bc47a65ee9b475f97ab5e9dc95355
RANDOM SEED=1684991078

node143.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.787
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.57
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.787
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.787
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.787
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.787
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		: 2666.787
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	: 5298.57
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.787
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.787
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:        28647316 kB
Buffers:          368012 kB
Cached:          2773060 kB
SwapCached:            0 kB
Active:           942356 kB
Inactive:        2461160 kB
Active(anon):     264972 kB
Inactive(anon):        0 kB
Active(file):     677384 kB
Inactive(file):  2461160 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10520 kB
Writeback:             0 kB
AnonPages:        253508 kB
Mapped:            15540 kB
Shmem:               200 kB
Slab:             675252 kB
SReclaimable:     117688 kB
SUnreclaim:       557564 kB
KernelStack:        1472 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     412940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71212 MiB
End job on node143 at 2012-05-27 14:11:27