Trace number 3694413

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
pb2satCp2 2012-05-19? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.smallist/normalized-randa65dfb.cudf.paranoid.opb
MD5SUMd30c19f2441315ada764edb8b8f5d82e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2355
Best CPU time to get the best result obtained on this benchmark14.0109
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6521
Total number of constraints19790
Number of constraints which are clauses19790
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1147
Number of terms in the objective function 3101
Biggest coefficient in the objective function 1958
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2243866
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1958
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2243866
Number of bits of the biggest sum of numbers22
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.10	c model valid
0.00/0.10	c current solution ok
0.00/0.14	o 67032
0.00/0.14	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5:  7517 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694413-1338100203/watcher-3694413-1338100203 -o /tmp/evaluation-result-3694413-1338100203/solver-3694413-1338100203 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694413-1338100203.opb 178030934 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: 2.00 2.00 2.00 3/180 7510
/proc/meminfo: memFree=28254736/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0

[startup+0.0202711 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7510
/proc/meminfo: memFree=28254736/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7510
/proc/meminfo: memFree=28254736/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7510
/proc/meminfo: memFree=28254736/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7510
/proc/meminfo: memFree=28254736/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28164048/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=53780 CPUtime=1.02 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 12179 0 0 0 99 3 0 0 20 0 1 0 276147326 55070720 11765 33554432000 4194304 4896791 140734014019632 140734014016952 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 13445 11765 78 172 0 13271 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 110936

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28162932/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=54168 CPUtime=2.62 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 12462 0 0 0 259 3 0 0 20 0 1 0 276147326 55468032 12363 33554432000 4194304 4896791 140734014019632 140734014017144 4230983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 13542 12363 78 172 0 13368 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 111324

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28156232/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=54684 CPUtime=5.82 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 12913 0 0 0 579 3 0 0 20 0 1 0 276147326 55996416 12520 33554432000 4194304 4896791 140734014019632 140734014017144 4224670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 13671 12520 78 172 0 13497 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 111840

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28152312/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=55840 CPUtime=12.21 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 13868 0 0 0 1218 3 0 0 20 0 1 0 276147326 57180160 12783 33554432000 4194304 4896791 140734014019632 140734014016776 4202856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 13960 12783 78 172 0 13786 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 112996

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28182100/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=65440 CPUtime=25.01 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 15957 0 0 0 2497 4 0 0 20 0 1 0 276147326 67010560 13987 33554432000 4194304 4896791 140734014019632 140734014016776 4203064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 16360 13987 78 172 0 16186 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 122596

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7517
/proc/meminfo: memFree=28157636/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=68500 CPUtime=50.61 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 17156 0 0 0 5055 6 0 0 20 0 1 0 276147326 70144000 15775 33554432000 4194304 4896791 140734014019632 140734014016840 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 17125 15775 78 172 0 16951 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 125656

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7517
/proc/meminfo: memFree=28167660/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=72240 CPUtime=101.8 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 19771 0 0 0 10172 8 0 0 20 0 1 0 276147326 73973760 16817 33554432000 4194304 4896791 140734014019632 140734014017176 4203098 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 18060 16817 78 172 0 17886 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 129396

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7604
/proc/meminfo: memFree=28046420/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 7615
/proc/meminfo: memFree=27777560/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=125844 CPUtime=1361.56 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 43959 0 0 0 136124 32 0 0 20 0 1 0 276147326 128864256 27205 33554432000 4194304 4896791 140734014019632 140734014015368 4203889 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 31461 27205 78 172 0 31287 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 183000

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 7615
/proc/meminfo: memFree=27759320/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=157444 CPUtime=1421.55 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 44326 0 0 0 142122 33 0 0 20 0 1 0 276147326 161222656 31564 33554432000 4194304 4896791 140734014019632 140734014017160 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 39361 31564 78 172 0 39187 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 214600

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7615
/proc/meminfo: memFree=27751132/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=157920 CPUtime=1481.53 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 44559 0 0 0 148120 33 0 0 20 0 1 0 276147326 161710080 34765 33554432000 4194304 4896791 140734014019632 140734014016840 4204138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 39480 34765 78 172 0 39306 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 215076

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7616
/proc/meminfo: memFree=27734072/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=127492 CPUtime=1541.52 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 45457 0 0 0 154118 34 0 0 20 0 1 0 276147326 130551808 30216 33554432000 4194304 4896791 140734014019632 140734014017144 4203846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 31873 30216 78 172 0 31699 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 184648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7616
/proc/meminfo: memFree=27729100/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=159192 CPUtime=1601.52 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 45740 0 0 0 160117 35 0 0 20 0 1 0 276147326 163012608 34585 33554432000 4194304 4896791 140734014019632 140734014016840 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 39798 34585 78 172 0 39624 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 216348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7616
/proc/meminfo: memFree=27717952/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=129392 CPUtime=1661.51 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 46691 0 0 0 166115 36 0 0 20 0 1 0 276147326 132497408 29686 33554432000 4194304 4896791 140734014019632 140734014016840 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 32348 29686 78 172 0 32174 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 186548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7616
/proc/meminfo: memFree=27725524/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=161012 CPUtime=1721.5 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 47360 0 0 0 172113 37 0 0 20 0 1 0 276147326 164876288 33523 33554432000 4194304 4896791 140734014019632 140734014017160 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 40253 33523 78 172 0 40079 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 218168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7616
/proc/meminfo: memFree=27684952/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=163076 CPUtime=1781.47 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 47719 0 0 0 178110 37 0 0 20 0 1 0 276147326 166989824 37573 33554432000 4194304 4896791 140734014019632 140734014016840 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 40769 37573 78 172 0 40595 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 220232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 7619
/proc/meminfo: memFree=27735684/32873844 swapFree=7100/7100
[pid=7510] ppid=7508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7510/stat : 7510 (runPb2satCp2.sh) S 7508 7510 6267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276147279 9367552 275 33554432000 4194304 5064252 140737182934544 140737182933456 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7510/statm: 2287 275 233 213 0 72 0
[pid=7511] ppid=7510 vsize=38860 CPUtime=0.45 cores=1,3,5,7
/proc/7511/stat : 7511 (pb2sat) S 7510 7510 6267 0 -1 4202496 4912 1976 0 0 35 8 2 0 20 0 1 0 276147279 39792640 5960 33554432000 4194304 5873084 140733566281280 140733566275096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7511/statm: 9715 5960 180 410 0 9297 0
[pid=7516] ppid=7511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7516/stat : 7516 (satsolver.sh) S 7511 7510 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276147326 9367552 266 33554432000 4194304 5064252 140733340741904 140733340740816 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7516/statm: 2287 266 226 213 0 72 0
[pid=7517] ppid=7516 vsize=132456 CPUtime=1799.58 cores=1,3,5,7
/proc/7517/stat : 7517 (glucose_static) R 7516 7510 6267 0 -1 4202496 47997 0 0 0 179920 38 0 0 20 0 1 0 276147326 135634944 30509 33554432000 4194304 4896791 140734014019632 140734014017144 4203834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7517/statm: 33114 30509 78 172 0 32940 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 189612

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.478927
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 269552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.478927
maximum resident set size= 187544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 1856

runsolver used 3.19451 second user time and 9.14361 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 08:30:03
IDJOB=3694413
IDBENCH=72180
IDSOLVER=2273
FILE ID=node111/3694413-1338100203
RUNJOBID= node111-1338087406-6284
PBS_JOBID= 14624442
Free space on /tmp= 71664 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/rand.smallist/normalized-randa65dfb.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694413-1338100203/watcher-3694413-1338100203 -o /tmp/evaluation-result-3694413-1338100203/solver-3694413-1338100203 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694413-1338100203.opb 178030934 HOME HOME

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

MD5SUM BENCH= d30c19f2441315ada764edb8b8f5d82e
RANDOM SEED=178030934

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28254736 kB
Buffers:          313800 kB
Cached:          3289892 kB
SwapCached:            0 kB
Active:          1119224 kB
Inactive:        2681028 kB
Active(anon):     199056 kB
Inactive(anon):        0 kB
Active(file):     920168 kB
Inactive(file):  2681028 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8984 kB
Writeback:             8 kB
AnonPages:        203612 kB
Mapped:            15328 kB
Shmem:               200 kB
Slab:             677704 kB
SReclaimable:     119848 kB
SUnreclaim:       557856 kB
KernelStack:        1536 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     324760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71584 MiB
End job on node111 at 2012-05-27 09:00:04