Trace number 3701000

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 1802.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_5_mh_ic.opb
MD5SUM2c36639357988247c648b63af301f230
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2814188
Best CPU time to get the best result obtained on this benchmark710.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 90518849
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4575401133
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 90518849
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4575401133
Number of bits of the biggest sum of numbers33
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.17	c run usual solver
1.27/3.78	c model valid
1.27/3.78	c current solution ok
1.97/4.22	o 107832231
1.97/4.22	c current bound: 53916123
1.97/4.22	c fallback to adder encoding
1800.05/1802.61	./satsolver.sh: line 5: 23761 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1802.61	c error: unexpected solver exit code
1800.05/1802.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701000-1338132091/watcher-3701000-1338132091 -o /tmp/evaluation-result-3701000-1338132091/solver-3701000-1338132091 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701000-1338132091.opb 477798327 HOME HOME 

running on 4 cores: 1,3,5,7

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: 7.61 6.18 4.00 4/176 23743
/proc/meminfo: memFree=29922376/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0

[startup+0.0572471 s]
/proc/loadavg: 7.61 6.18 4.00 4/176 23743
/proc/meminfo: memFree=29922376/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 7.61 6.18 4.00 4/176 23743
/proc/meminfo: memFree=29922376/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 7.61 6.18 4.00 4/176 23743
/proc/meminfo: memFree=29922376/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 7.61 6.18 4.00 4/176 23743
/proc/meminfo: memFree=29922376/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 7.61 6.18 4.00 4/182 23749
/proc/meminfo: memFree=29857280/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=15236 CPUtime=0.16 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 3491 0 0 0 15 1 0 0 20 0 1 0 279333668 15601664 2871 33554432000 4194304 5992684 140735201669104 140735201663136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 3809 2871 171 440 0 3365 0
[pid=23748] ppid=23744 vsize=9148 CPUtime=1.1 cores=1,3,5,7
/proc/23748/stat : 23748 (cp2_pre.sh) S 23744 23742 23064 0 -1 4202496 634 11418 0 0 0 0 107 3 20 0 1 0 279333685 9367552 281 33554432000 4194304 5064252 140734826685856 140734826684560 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23748/statm: 2287 281 238 213 0 72 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 33532

[startup+3.10033 s]
/proc/loadavg: 7.33 6.14 4.00 3/182 23750
/proc/meminfo: memFree=29926988/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=15236 CPUtime=0.16 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 3491 0 0 0 15 1 0 0 20 0 1 0 279333668 15601664 2871 33554432000 4194304 5992684 140735201669104 140735201663136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 3809 2871 171 440 0 3365 0
[pid=23748] ppid=23744 vsize=9148 CPUtime=1.1 cores=1,3,5,7
/proc/23748/stat : 23748 (cp2_pre.sh) S 23744 23742 23064 0 -1 4202496 634 11418 0 0 0 0 107 3 20 0 1 0 279333685 9367552 281 33554432000 4194304 5064252 140734826685856 140734826684560 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23748/statm: 2287 281 238 213 0 72 0
[pid=23750] ppid=23748 vsize=16692 CPUtime=0 cores=1,3,5,7
/proc/23750/stat : 23750 (mv) D 23748 23742 23064 0 -1 4202496 237 0 1 0 0 0 0 0 20 0 1 0 279333797 17092608 173 33554432000 4194304 4296580 140735072042272 140735072041512 4213184 0 0 4096 0 18446744071581216301 0 0 17 5 0 0 136 0 0
/proc/23750/statm: 4173 173 141 25 0 73 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 50224
heavy processes:

[startup+6.30043 s]
/proc/loadavg: 7.33 6.14 4.00 4/184 23761
/proc/meminfo: memFree=29420596/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=127132 CPUtime=1.41 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 24184 0 0 0 135 6 0 0 20 0 1 0 279334155 130183168 28360 33554432000 4194304 5208918 140737450213776 140737450211624 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 31783 28360 96 248 0 31532 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 238852
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 6.89 6.09 4.01 4/184 23761
/proc/meminfo: memFree=29491548/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=129116 CPUtime=7.81 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 24738 0 0 0 774 7 0 0 20 0 1 0 279334155 132214784 29425 33554432000 4194304 5208918 140737450213776 140737450211624 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 32279 29425 104 248 0 32028 0
Current children cumulated CPU time (s) 10.46
Current children cumulated vsize (KiB) 240836

[startup+25.5005 s]
/proc/loadavg: 6.44 6.02 4.01 3/183 23769
/proc/meminfo: memFree=29947328/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=129248 CPUtime=20.61 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 24783 0 0 0 2054 7 0 0 20 0 1 0 279334155 132349952 29470 33554432000 4194304 5208918 140737450213776 140737450211624 4229264 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 32312 29470 104 248 0 32061 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 240968

[startup+51.1004 s]
/proc/loadavg: 5.42 5.82 3.99 3/184 23820
/proc/meminfo: memFree=30762408/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=129520 CPUtime=46.21 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 24843 0 0 0 4614 7 0 0 20 0 1 0 279334155 132628480 29530 33554432000 4194304 5208918 140737450213776 140737450211736 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 32380 29530 104 248 0 32129 0
Current children cumulated CPU time (s) 48.86
Current children cumulated vsize (KiB) 241240

[startup+102.3 s]
/proc/loadavg: 3.48 5.23 3.89 3/183 23820
/proc/meminfo: memFree=30760764/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=129792 CPUtime=97.39 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 24941 0 0 0 9732 7 0 0 20 0 1 0 279334155 132907008 30117 33554432000 4194304 5208918 140737450213776 140737450211528 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 32448 30117 104 248 0 32197 0
Current children cumulated CPU time (s) 100.04
Current children cumulated vsize (KiB) 241512

[startup+162.3 s]
/proc/loadavg: 2.50 4.60 3.76 3/183 23820
/proc/meminfo: memFree=30747100/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.06 2.47 3/183 23830
/proc/meminfo: memFree=30718100/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=162096 CPUtime=1357.17 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 34635 0 0 0 135698 19 0 0 20 0 1 0 279334155 165986304 35355 33554432000 4194304 5208918 140737450213776 140737450211624 4228924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 40524 35355 104 248 0 40273 0
Current children cumulated CPU time (s) 1359.82
Current children cumulated vsize (KiB) 273816

[startup+1422.3 s]
/proc/loadavg: 2.00 2.05 2.44 3/183 23830
/proc/meminfo: memFree=30701996/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1417.15 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 34951 0 0 0 141696 19 0 0 20 0 1 0 279334155 167976960 37212 33554432000 4194304 5208918 140737450213776 140737450211608 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 37212 104 248 0 40759 0
Current children cumulated CPU time (s) 1419.8
Current children cumulated vsize (KiB) 275760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.41 3/183 23830
/proc/meminfo: memFree=30706188/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1477.14 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 34954 0 0 0 147695 19 0 0 20 0 1 0 279334155 167976960 38748 33554432000 4194304 5208918 140737450213776 140737450210152 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 38748 104 248 0 40759 0
Current children cumulated CPU time (s) 1479.79
Current children cumulated vsize (KiB) 275760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.38 3/183 23831
/proc/meminfo: memFree=30713296/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1537.14 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 35829 0 0 0 153693 21 0 0 20 0 1 0 279334155 167976960 35164 33554432000 4194304 5208918 140737450213776 140737450211928 4212881 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 35164 104 248 0 40759 0
Current children cumulated CPU time (s) 1539.79
Current children cumulated vsize (KiB) 275760

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.36 3/183 23831
/proc/meminfo: memFree=30715532/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1597.13 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 35830 0 0 0 159692 21 0 0 20 0 1 0 279334155 167976960 35676 33554432000 4194304 5208918 140737450213776 140737450210088 4212757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 35676 104 248 0 40759 0
Current children cumulated CPU time (s) 1599.78
Current children cumulated vsize (KiB) 275760

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.33 3/183 23831
/proc/meminfo: memFree=30705832/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1657.12 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 35875 0 0 0 165691 21 0 0 20 0 1 0 279334155 167976960 36755 33554432000 4194304 5208918 140737450213776 140737450210088 4229259 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 36755 104 248 0 40759 0
Current children cumulated CPU time (s) 1659.77
Current children cumulated vsize (KiB) 275760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.31 3/184 23834
/proc/meminfo: memFree=30703232/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164040 CPUtime=1717.1 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 35983 0 0 0 171689 21 0 0 20 0 1 0 279334155 167976960 38391 33554432000 4194304 5208918 140737450213776 140737450210152 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41010 38391 104 248 0 40759 0
Current children cumulated CPU time (s) 1719.75
Current children cumulated vsize (KiB) 275760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.29 3/183 23834
/proc/meminfo: memFree=30705980/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164580 CPUtime=1777.1 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 36469 0 0 0 177688 22 0 0 20 0 1 0 279334155 168529920 36513 33554432000 4194304 5208918 140737450213776 140737450211864 4229725 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41145 36513 104 248 0 40894 0
Current children cumulated CPU time (s) 1779.75
Current children cumulated vsize (KiB) 276300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.01 2.28 3/183 23835
/proc/meminfo: memFree=30703672/32873844 swapFree=7620/7620
[pid=23742] ppid=23738 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23742/stat : 23742 (npSolver-pbo.sh) S 23738 23742 23064 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279333667 9367552 275 33554432000 4194304 5064252 140736822276624 140736822275536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23742/statm: 2287 275 233 213 0 72 0
[pid=23744] ppid=23742 vsize=93424 CPUtime=2.65 cores=1,3,5,7
/proc/23744/stat : 23744 (npSolver-pbo) S 23742 23742 23064 0 -1 4202496 8761 21758 0 2 81 47 130 7 20 0 1 0 279333668 95666176 15681 33554432000 4194304 5992684 140735201669104 140735201661424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23744/statm: 23356 15681 187 440 0 22912 0
[pid=23760] ppid=23744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23760/stat : 23760 (satsolver.sh) S 23744 23742 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279334155 9367552 267 33554432000 4194304 5064252 140733505157104 140733505156016 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23760/statm: 2287 267 226 213 0 72 0
[pid=23761] ppid=23760 vsize=164580 CPUtime=1797.4 cores=1,3,5,7
/proc/23761/stat : 23761 (glucose) R 23760 23742 23064 0 -1 4202496 36469 0 0 0 179718 22 0 0 20 0 1 0 279334155 168529920 36513 33554432000 4194304 5208918 140737450213776 140737450211864 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23761/statm: 41145 36513 104 248 0 40894 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 276300

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.61
CPU time (s): 1800.08
CPU user time (s): 1799.3
CPU system time (s): 0.775882
CPU usage (%): 99.8594
Max. virtual memory (cumulated for all children) (KiB): 325620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.775882
maximum resident set size= 185992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67979
page faults= 2
swaps= 0
block input operations= 232
block output operations= 108408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240
involuntary context switches= 1867

runsolver used 7.33988 second user time and 20.014 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 17:21:32
IDJOB=3701000
IDBENCH=92664
IDSOLVER=2277
FILE ID=node143/3701000-1338132091
RUNJOBID= node143-1338124293-23081
PBS_JOBID= 14624509
Free space on /tmp= 67452 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_5_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701000-1338132091/watcher-3701000-1338132091 -o /tmp/evaluation-result-3701000-1338132091/solver-3701000-1338132091 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701000-1338132091.opb 477798327 HOME HOME

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

MD5SUM BENCH= 2c36639357988247c648b63af301f230
RANDOM SEED=477798327

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:        29922540 kB
Buffers:          344352 kB
Cached:          1517348 kB
SwapCached:            0 kB
Active:          1629644 kB
Inactive:         414908 kB
Active(anon):       1180 kB
Inactive(anon):    12572 kB
Active(file):    1628464 kB
Inactive(file):   402336 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:           1069196 kB
Writeback:             0 kB
AnonPages:         18440 kB
Mapped:            13328 kB
Shmem:               200 kB
Slab:             767612 kB
SReclaimable:     205372 kB
SUnreclaim:       562240 kB
KernelStack:        1416 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71564 MiB
End job on node143 at 2012-05-27 17:51:36