Trace number 3701043

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.05 1802.81

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_6_mh.opb
MD5SUM94b1451a4cda8c04cd1bd81816dea3d0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5637187
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 17732231209
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 17732231209
Number of bits of the biggest sum of numbers35
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.61	c run usual solver
8.37/9.45	c model valid
8.37/9.45	c current solution ok
9.67/10.77	o 669143756
9.67/10.77	c current bound: 334571890
9.67/10.77	c fallback to adder encoding
1800.01/1802.81	./satsolver.sh: line 5: 23932 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1802.81	c error: unexpected solver exit code
1800.01/1802.81	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-3701043-1338133932/watcher-3701043-1338133932 -o /tmp/evaluation-result-3701043-1338133932/solver-3701043-1338133932 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701043-1338133932.opb 1066430644 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.28 2.07 2.29 3/179 23915
/proc/meminfo: memFree=27650192/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0

[startup+0.030097 s]
/proc/loadavg: 2.28 2.07 2.29 3/179 23915
/proc/meminfo: memFree=27650192/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.28 2.07 2.29 3/179 23915
/proc/meminfo: memFree=27650192/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.28 2.07 2.29 3/179 23915
/proc/meminfo: memFree=27650192/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.28 2.07 2.29 3/179 23915
/proc/meminfo: memFree=27650192/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.28 2.07 2.29 3/183 23919
/proc/meminfo: memFree=27441100/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=52636 CPUtime=0.62 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 8112 0 0 0 56 6 0 0 20 0 1 0 279517595 53899264 9827 33554432000 4194304 5992684 140733288874256 140733288868288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23916/statm: 13159 9827 171 440 0 12715 0
[pid=23918] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23918/stat : 23918 (cp2_pre.sh) S 23916 23915 23064 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279517659 9367552 276 33554432000 4194304 5064252 140736428679824 140736428678528 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23918/statm: 2287 276 234 213 0 72 0
[pid=23919] ppid=23918 vsize=171044 CPUtime=0.85 cores=0,2,4,6
/proc/23919/stat : 23919 (coprocessor) R 23918 23915 23064 0 -1 4202496 27808 0 0 0 81 4 0 0 20 0 1 0 279517659 175149056 38053 33554432000 4194304 6586260 140734989635808 140734989632136 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23919/statm: 42761 38053 166 584 0 42173 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 241976

[startup+3.10036 s]
/proc/loadavg: 2.28 2.07 2.29 3/183 23919
/proc/meminfo: memFree=27362704/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=52636 CPUtime=0.62 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 8112 0 0 0 56 6 0 0 20 0 1 0 279517595 53899264 9827 33554432000 4194304 5992684 140733288874256 140733288868288 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23916/statm: 13159 9827 171 440 0 12715 0
[pid=23918] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23918/stat : 23918 (cp2_pre.sh) S 23916 23915 23064 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 279517659 9367552 276 33554432000 4194304 5064252 140736428679824 140736428678528 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23918/statm: 2287 276 234 213 0 72 0
[pid=23919] ppid=23918 vsize=210616 CPUtime=2.25 cores=0,2,4,6
/proc/23919/stat : 23919 (coprocessor) R 23918 23915 23064 0 -1 4202496 35821 0 0 0 215 10 0 0 20 0 1 0 279517659 215670784 51423 33554432000 4194304 6586260 140734989635808 140734989631560 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 19 0 0
/proc/23919/statm: 52654 51423 200 584 0 52066 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 281548

[startup+6.30036 s]
/proc/loadavg: 2.34 2.09 2.29 3/183 23922
/proc/meminfo: memFree=27365672/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=52636 CPUtime=3.29 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 8123 36726 0 0 56 6 254 13 20 0 1 0 279517595 53899264 9827 33554432000 4194304 5992684 140733288874256 140733288869376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23916/statm: 13159 9827 171 440 0 12715 0
[pid=23921] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23921/stat : 23921 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279518028 9367552 266 33554432000 4194304 5064252 140737411795808 140737411794720 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23921/statm: 2287 266 226 213 0 72 0
[pid=23922] ppid=23921 vsize=97340 CPUtime=1.95 cores=0,2,4,6
/proc/23922/stat : 23922 (glucose) R 23921 23915 23064 0 -1 4202496 20044 0 0 0 192 3 0 0 20 0 1 0 279518029 99676160 22131 33554432000 4194304 5208918 140736449848224 140736449846072 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23922/statm: 24335 22131 103 248 0 24084 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 168272

[startup+12.7003 s]
/proc/loadavg: 2.39 2.10 2.29 3/181 23927
/proc/meminfo: memFree=27109220/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=367700 CPUtime=11.66 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) R 23915 23915 23064 0 -1 4202496 17743 63184 0 0 278 119 747 22 20 0 1 0 279517595 376524800 56863 33554432000 4194304 5992684 140733288874256 140733288867176 4571337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23916/statm: 91925 56863 187 440 0 91481 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 376848

[startup+25.5004 s]
/proc/loadavg: 2.37 2.11 2.29 3/183 23932
/proc/meminfo: memFree=26008272/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=568592 CPUtime=10.36 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 87447 0 0 0 1009 27 0 0 20 0 1 0 279519106 582238208 128250 33554432000 4194304 5208918 140735815080128 140735815077976 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 142148 128250 104 248 0 141897 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 913544

[startup+51.1004 s]
/proc/loadavg: 2.62 2.19 2.31 3/182 23937
/proc/meminfo: memFree=26029356/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=571516 CPUtime=35.96 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 88489 0 0 0 3564 32 0 0 20 0 1 0 279519106 585232384 129292 33554432000 4194304 5208918 140735815080128 140735815077976 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 142879 129292 105 248 0 142628 0
Current children cumulated CPU time (s) 48.68
Current children cumulated vsize (KiB) 916468

[startup+102.3 s]
/proc/loadavg: 2.89 2.35 2.36 3/184 23989
/proc/meminfo: memFree=30002588/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=574368 CPUtime=87.15 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 89579 0 0 0 8683 32 0 0 20 0 1 0 279519106 588152832 130886 33554432000 4194304 5208918 140735815080128 140735815077976 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 143592 130886 105 248 0 143341 0
Current children cumulated CPU time (s) 99.87
Current children cumulated vsize (KiB) 919320

[startup+162.3 s]
/proc/loadavg: 2.37 2.30 2.34 3/183 23989
/proc/meminfo: memFree=29987932/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=585340 CPUtime=147.14 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 91069 0 0 0 14682 32 0 0 20 0 1 0 279519106 599388160 133909 33554432000 4194304 5208918 140735815080128 140735815077960 4228965 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 146335 133909 105 248 0 146084 0
Current children cumulated CPU time (s) 159.86

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 24036
/proc/meminfo: memFree=29951224/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=601724 CPUtime=1346.85 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 95062 0 0 0 134643 42 0 0 20 0 1 0 279519106 616165376 140128 33554432000 4194304 5208918 140735815080128 140735815077960 4229330 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 150431 140128 105 248 0 150180 0
Current children cumulated CPU time (s) 1359.57
Current children cumulated vsize (KiB) 946676

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 24036
/proc/meminfo: memFree=29948988/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=683112 CPUtime=1406.84 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 95542 0 0 0 140641 43 0 0 20 0 1 0 279519106 699506688 141110 33554432000 4194304 5208918 140735815080128 140735815078280 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 170778 141110 105 248 0 170527 0
Current children cumulated CPU time (s) 1419.56
Current children cumulated vsize (KiB) 1028064

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/182 24036
/proc/meminfo: memFree=29944088/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=683112 CPUtime=1466.83 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 95825 0 0 0 146640 43 0 0 20 0 1 0 279519106 699506688 142919 33554432000 4194304 5208918 140735815080128 140735815076504 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 170778 142919 105 248 0 170527 0
Current children cumulated CPU time (s) 1479.55
Current children cumulated vsize (KiB) 1028064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 24037
/proc/meminfo: memFree=29902624/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=683112 CPUtime=1526.82 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 95828 0 0 0 152639 43 0 0 20 0 1 0 279519106 699506688 144455 33554432000 4194304 5208918 140735815080128 140735815076504 4229374 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 170778 144455 105 248 0 170527 0
Current children cumulated CPU time (s) 1539.54
Current children cumulated vsize (KiB) 1028064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 24037
/proc/meminfo: memFree=29961764/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=606340 CPUtime=1586.81 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 96181 0 0 0 158635 46 0 0 20 0 1 0 279519106 620892160 137860 33554432000 4194304 5208918 140735815080128 140735815078216 4205163 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 151585 137860 105 248 0 151334 0
Current children cumulated CPU time (s) 1599.53
Current children cumulated vsize (KiB) 951292

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/183 24037
/proc/meminfo: memFree=29936568/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=606340 CPUtime=1646.8 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 96182 0 0 0 164634 46 0 0 20 0 1 0 279519106 620892160 138372 33554432000 4194304 5208918 140735815080128 140735815078216 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 151585 138372 105 248 0 151334 0
Current children cumulated CPU time (s) 1659.52
Current children cumulated vsize (KiB) 951292

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/184 24040
/proc/meminfo: memFree=29923900/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=606340 CPUtime=1706.79 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 96404 0 0 0 170633 46 0 0 20 0 1 0 279519106 620892160 140127 33554432000 4194304 5208918 140735815080128 140735815076504 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 151585 140127 105 248 0 151334 0
Current children cumulated CPU time (s) 1719.51
Current children cumulated vsize (KiB) 951292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 24040
/proc/meminfo: memFree=29917392/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=606340 CPUtime=1766.8 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 96407 0 0 0 176633 47 0 0 20 0 1 0 279519106 620892160 141663 33554432000 4194304 5208918 140735815080128 140735815076504 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 151585 141663 105 248 0 151334 0
Current children cumulated CPU time (s) 1779.52
Current children cumulated vsize (KiB) 951292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 24041
/proc/meminfo: memFree=29916396/32873844 swapFree=7620/7620
[pid=23915] ppid=23913 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23915/stat : 23915 (npSolver-pbo.sh) S 23913 23915 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279517595 9367552 275 33554432000 4194304 5064252 140734454654384 140734454653296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23915/statm: 2287 275 233 213 0 72 0
[pid=23916] ppid=23915 vsize=326656 CPUtime=12.72 cores=0,2,4,6
/proc/23916/stat : 23916 (npSolver-pbo) S 23915 23915 23064 0 -1 4202496 18378 63184 0 0 356 147 747 22 20 0 1 0 279517595 334495744 60459 33554432000 4194304 5992684 140733288874256 140733288866576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 136 0 0
/proc/23916/statm: 81664 60459 188 440 0 81220 0
[pid=23931] ppid=23916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23931/stat : 23931 (satsolver.sh) S 23916 23915 23064 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279519106 9367552 267 33554432000 4194304 5064252 140736435639696 140736435638608 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23931/statm: 2287 267 226 213 0 72 0
[pid=23932] ppid=23931 vsize=606340 CPUtime=1787.29 cores=0,2,4,6
/proc/23932/stat : 23932 (glucose) R 23931 23915 23064 0 -1 4202496 96604 0 0 0 178682 47 0 0 20 0 1 0 279519106 620892160 141857 33554432000 4194304 5208918 140735815080128 140735815076504 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23932/statm: 151585 141857 105 248 0 151334 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 951292

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1802.81
CPU time (s): 1800.05
CPU user time (s): 1797.87
CPU system time (s): 2.18367
CPU usage (%): 99.8466
Max. virtual memory (cumulated for all children) (KiB): 1162908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 2.18367
maximum resident set size= 697744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 530576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 769
involuntary context switches= 2313

runsolver used 2.74758 second user time and 7.12492 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 17:52:12
IDJOB=3701043
IDBENCH=92694
IDSOLVER=2277
FILE ID=node143/3701043-1338133932
RUNJOBID= node143-1338124293-23080
PBS_JOBID= 14624509
Free space on /tmp= 70764 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_6_mh.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701043-1338133932/watcher-3701043-1338133932 -o /tmp/evaluation-result-3701043-1338133932/solver-3701043-1338133932 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701043-1338133932.opb 1066430644 HOME HOME

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

MD5SUM BENCH= 94b1451a4cda8c04cd1bd81816dea3d0
RANDOM SEED=1066430644

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:        27650448 kB
Buffers:          346924 kB
Cached:          1392708 kB
SwapCached:            0 kB
Active:          3877120 kB
Inactive:         508388 kB
Active(anon):    2636132 kB
Inactive(anon):    12524 kB
Active(file):    1240988 kB
Inactive(file):   495864 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            890868 kB
Writeback:             0 kB
AnonPages:       2653700 kB
Mapped:            15516 kB
Shmem:               200 kB
Slab:             693588 kB
SReclaimable:     135120 kB
SUnreclaim:       558468 kB
KernelStack:        1520 kB
PageTables:         9112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3661548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2099200 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= 71396 MiB
End job on node143 at 2012-05-27 18:22:15