Trace number 3716978

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
wbo2satCp2 2012-05-19? (TO) 1800.13 1800.81

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMe79d43742b4ee40954b18e2a5bb4c066
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark7.06492
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints152
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 7443
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7442
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/1.09	o 5587
0.99/1.09	c current bound: 2793
0.99/1.09	c fallback to adder encoding
1.10/1.87	o 2545
1.10/1.87	c current bound: 1272
1.10/1.87	c fallback to adder encoding
2.87/2.98	o 1245
2.87/2.98	c current bound: 622
4.66/4.75	o 600
4.66/4.75	c current bound: 300
9.81/10.19	o 289
9.81/10.19	c current bound: 144
13.51/13.81	o 124
13.51/13.81	c current bound: 62
14.19/14.54	o 59
14.19/14.54	c current bound: 29
15.79/16.16	o 27
15.79/16.16	c current bound: 13
19.29/19.68	o 13
19.29/19.68	c current bound: 6
1800.09/1800.80	./satsolver.sh: line 5: 21759 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.80	c error: unexpected solver exit code
1800.09/1800.80	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-3716978-1338175152/watcher-3716978-1338175152 -o /tmp/evaluation-result-3716978-1338175152/solver-3716978-1338175152 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716978-1338175152.wbo 874046363 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21728
/proc/meminfo: memFree=31491200/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0

[startup+0.01505 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21728
/proc/meminfo: memFree=31491200/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21728
/proc/meminfo: memFree=31491200/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21728
/proc/meminfo: memFree=31491200/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21728
/proc/meminfo: memFree=31491200/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 21732
/proc/meminfo: memFree=31469808/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=19432 CPUtime=1.1 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 6120 9045 0 0 46 31 30 3 20 0 1 0 283643745 19898368 3460 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21729/statm: 4858 3460 178 410 0 4440 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 28580

[startup+3.10038 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21738
/proc/meminfo: memFree=31479156/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=32744 CPUtime=3.06 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 10619 29344 0 0 57 33 207 9 20 0 1 0 283643745 33529856 6650 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21729/statm: 8186 6650 180 410 0 7768 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 41892

[startup+6.3004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 21744
/proc/meminfo: memFree=31447140/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=4.77 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 14060 48040 0 0 63 34 365 15 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21743] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21743/stat : 21743 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283644250 9367552 267 33554432000 4194304 5064252 140734204235152 140734204234064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21743/statm: 2287 267 226 213 0 72 0
[pid=21744] ppid=21743 vsize=65156 CPUtime=1.23 cores=0,2,4,6
/proc/21744/stat : 21744 (glucose_static) R 21743 21728 20252 0 -1 4202496 12377 0 0 0 121 2 0 0 20 0 1 0 283644250 66719744 13973 33554432000 4194304 4896791 140736932908000 140736932905208 4225240 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21744/statm: 16289 13973 78 172 0 16115 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 107792

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 21747
/proc/meminfo: memFree=31455388/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=9.93 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 16367 62407 0 0 67 34 871 21 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21746] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21746/stat : 21746 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283644767 9367552 266 33554432000 4194304 5064252 140733512245536 140733512244448 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21746/statm: 2287 266 226 213 0 72 0
[pid=21747] ppid=21746 vsize=50272 CPUtime=2.47 cores=0,2,4,6
/proc/21747/stat : 21747 (glucose_static) R 21746 21728 20252 0 -1 4202496 9827 0 0 0 245 2 0 0 20 0 1 0 283644767 51478528 11005 33554432000 4194304 4896791 140736413747440 140736413744760 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21747/statm: 12568 11005 78 172 0 12394 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 92908

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21759
/proc/meminfo: memFree=31452396/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=42824 CPUtime=5.8 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 8629 0 0 0 579 1 0 0 20 0 1 0 283645713 43851776 8761 33554432000 4194304 4896791 140734222808736 140734222805944 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 10706 8761 78 172 0 10532 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 85460

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21762
/proc/meminfo: memFree=31425244/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=52720 CPUtime=31.4 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 14171 0 0 0 3137 3 0 0 20 0 1 0 283645713 53985280 10696 33554432000 4194304 4896791 140734222808736 140734222805944 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 13180 10696 78 172 0 13006 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 95356

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21763
/proc/meminfo: memFree=31423916/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=59256 CPUtime=82.59 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 21051 0 0 0 8253 6 0 0 20 0 1 0 283645713 60678144 12590 33554432000 4194304 4896791 140734222808736 140734222805944 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 14814 12590 78 172 0 14640 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 101892

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21763
/proc/meminfo: memFree=31407384/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=72620 CPUtime=142.57 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 27453 0 0 0 14248 9 0 0 20 0 1 0 283645713 74362880 15591 33554432000 4194304 4896791 140734222808736 140734222805944 4224837 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 18155 15591 78 172 0 17981 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 115256

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21763
/proc/meminfo: memFree=31400476/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 21885
/proc/meminfo: memFree=31359924/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=187996 CPUtime=1342.31 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 76208 0 0 0 134178 53 0 0 20 0 1 0 283645713 192507904 40371 33554432000 4194304 4896791 140734222808736 140734222805944 4225141 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 46999 40371 78 172 0 46825 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 230632

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 21885
/proc/meminfo: memFree=31351216/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=189592 CPUtime=1402.31 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 77816 0 0 0 140176 55 0 0 20 0 1 0 283645713 194142208 40801 33554432000 4194304 4896791 140734222808736 140734222805944 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 47398 40801 78 172 0 47224 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 232228

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21885
/proc/meminfo: memFree=31370948/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=191332 CPUtime=1462.28 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 79510 0 0 0 146170 58 0 0 20 0 1 0 283645713 195923968 41306 33554432000 4194304 4896791 140734222808736 140734222805944 4225138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 47833 41306 78 172 0 47659 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 233968

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21885
/proc/meminfo: memFree=31353472/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=195808 CPUtime=1522.26 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 80664 0 0 0 152166 60 0 0 20 0 1 0 283645713 200507392 41379 33554432000 4194304 4896791 140734222808736 140734222804472 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 48952 41379 78 172 0 48778 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 238444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21886
/proc/meminfo: memFree=31351216/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=197672 CPUtime=1582.26 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 82300 0 0 0 158164 62 0 0 20 0 1 0 283645713 202416128 41789 33554432000 4194304 4896791 140734222808736 140734222805944 4225240 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 49418 41789 78 172 0 49244 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 240308

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21886
/proc/meminfo: memFree=31344008/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=199436 CPUtime=1642.24 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 83910 0 0 0 164161 63 0 0 20 0 1 0 283645713 204222464 41714 33554432000 4194304 4896791 140734222808736 140734222803800 4225002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 49859 41714 78 172 0 49685 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 242072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21886
/proc/meminfo: memFree=31342468/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=170484 CPUtime=1702.21 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 85033 0 0 0 170156 65 0 0 20 0 1 0 283645713 174575616 41140 33554432000 4194304 4896791 140734222808736 140734222806312 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 42621 41140 78 172 0 42447 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 213120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21886
/proc/meminfo: memFree=31324352/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=202896 CPUtime=1762.19 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 85980 0 0 0 176153 66 0 0 20 0 1 0 283645713 207765504 47177 33554432000 4194304 4896791 140734222808736 140734222805944 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 50724 47177 78 172 0 50550 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 245532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21886
/proc/meminfo: memFree=31334232/32873844 swapFree=7372/7372
[pid=21728] ppid=21726 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21728/stat : 21728 (runWbo2satCp2.s) S 21726 21728 20252 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283643745 9367552 274 33554432000 4194304 5064252 140734276017264 140734276016176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21728/statm: 2287 274 233 213 0 72 0
[pid=21729] ppid=21728 vsize=24340 CPUtime=19.39 cores=0,2,4,6
/proc/21729/stat : 21729 (wbo2sat) S 21728 21728 20252 0 -1 4202496 20253 102604 0 0 71 35 1798 35 20 0 1 0 283643745 24924160 4659 33554432000 4194304 5872148 140736873127472 140736873120744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 25 0 0
/proc/21729/statm: 6085 4659 180 410 0 5667 0
[pid=21758] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21758/stat : 21758 (satsolver.sh) S 21729 21728 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283645713 9367552 267 33554432000 4194304 5064252 140733602155936 140733602154848 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21758/statm: 2287 267 226 213 0 72 0
[pid=21759] ppid=21758 vsize=203432 CPUtime=1780.7 cores=0,2,4,6
/proc/21759/stat : 21759 (glucose_static) R 21758 21728 20252 0 -1 4202496 86272 0 0 0 178003 67 0 0 20 0 1 0 283645713 208314368 42276 33554432000 4194304 4896791 140734222808736 140734222806312 4225507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21759/statm: 50858 42276 78 172 0 50684 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 246068

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.81
CPU time (s): 1800.13
CPU user time (s): 1798.73
CPU system time (s): 1.40279
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 326208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.40279
maximum resident set size= 244996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 154624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 211
involuntary context switches= 2120

runsolver used 7.9048 second user time and 16.0096 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-28 05:19:12
IDJOB=3716978
IDBENCH=78677
IDSOLVER=2299
FILE ID=node109/3716978-1338175152
RUNJOBID= node109-1338160560-20268
PBS_JOBID= 14624563
Free space on /tmp= 71228 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716978-1338175152/watcher-3716978-1338175152 -o /tmp/evaluation-result-3716978-1338175152/solver-3716978-1338175152 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716978-1338175152.wbo 874046363 HOME HOME

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

MD5SUM BENCH= e79d43742b4ee40954b18e2a5bb4c066
RANDOM SEED=874046363

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31491944 kB
Buffers:          158020 kB
Cached:           259620 kB
SwapCached:          588 kB
Active:           423648 kB
Inactive:         156316 kB
Active(anon):     156756 kB
Inactive(anon):     7668 kB
Active(file):     266892 kB
Inactive(file):   148648 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:        301456 kB
Mapped:            11176 kB
Shmem:                 8 kB
Slab:             659572 kB
SReclaimable:     102076 kB
SUnreclaim:       557496 kB
KernelStack:        1520 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     295212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71216 MiB
End job on node109 at 2012-05-28 05:49:13