Trace number 3713826

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.07 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_55_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6f81f937ed71e1dab8ff48fcb963c1e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2.66859
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5500
Total number of constraints210
Number of soft constraints210
Number of constraints which are clauses110
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 constraint55
Top cost 10479
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10478
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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.00/0.35	c run usual solver
3.49/3.53	o 7162
3.49/3.53	c current bound: 3581
3.49/3.53	c fallback to adder encoding
4.37/4.42	o 2846
4.37/4.42	c current bound: 1423
4.37/4.42	c fallback to adder encoding
5.36/5.42	o 1423
5.36/5.42	c current bound: 711
27.46/27.53	o 702
27.46/27.53	c current bound: 351
74.66/74.71	o 341
74.66/74.71	c current bound: 170
109.18/109.48	o 170
109.18/109.48	c current bound: 85
114.25/114.49	o 82
114.25/114.49	c current bound: 41
116.48/116.68	o 41
116.48/116.68	c current bound: 20
120.88/121.08	o 20
120.88/121.08	c current bound: 10
125.66/125.84	o 10
125.66/125.84	c current bound: 5
1800.03/1800.40	./satsolver.sh: line 5:  8412 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.40	c error: unexpected solver exit code
1800.03/1800.40	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-3713826-1338202165/watcher-3713826-1338202165 -o /tmp/evaluation-result-3713826-1338202165/solver-3713826-1338202165 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713826-1338202165.wbo 1045296610 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8332
/proc/meminfo: memFree=31041868/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0

[startup+0.0413479 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8332
/proc/meminfo: memFree=31041868/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8332
/proc/meminfo: memFree=31041868/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8332
/proc/meminfo: memFree=31041868/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8332
/proc/meminfo: memFree=31041868/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8336
/proc/meminfo: memFree=30948744/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=14716 CPUtime=0.34 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 5248 0 0 0 33 1 0 0 20 0 1 0 286342152 15069184 2772 33554432000 4194304 5990268 140734280793568 140734280786720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8333/statm: 3679 2772 156 439 0 3236 0
[pid=8335] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8335/stat : 8335 (cp2_pre.sh) S 8333 8332 7066 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 286342187 9367552 277 33554432000 4194304 5064252 140735188922016 140735188920720 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8335/statm: 2287 277 234 213 0 72 0
[pid=8336] ppid=8335 vsize=80600 CPUtime=1.13 cores=0,2,4,6
/proc/8336/stat : 8336 (coprocessor) R 8335 8332 7066 0 -1 4202496 15912 0 0 0 110 3 0 0 20 0 1 0 286342187 82534400 19564 33554432000 4194304 6586260 140734219857152 140734219852520 5599298 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8336/statm: 20150 19564 191 584 0 19562 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 113612

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8336
/proc/meminfo: memFree=30948108/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=14716 CPUtime=2.99 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 5256 19414 0 0 33 1 230 35 20 0 1 0 286342152 15069184 2773 33554432000 4194304 5990268 140734280793568 140734280787808 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8333/statm: 3679 2773 157 439 0 3236 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23864

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8356
/proc/meminfo: memFree=30990884/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=41456 CPUtime=5.58 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 14036 59128 0 0 60 19 431 48 20 0 1 0 286342152 42450944 8377 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 10364 8377 170 439 0 9921 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 50604

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8360
/proc/meminfo: memFree=30881576/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=41456 CPUtime=5.58 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 14036 59128 0 0 60 19 431 48 20 0 1 0 286342152 42450944 8377 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 10364 8377 170 439 0 9921 0
[pid=8359] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8359/stat : 8359 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286342713 9367552 266 33554432000 4194304 5064252 140733252578352 140733252577264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8359/statm: 2287 266 226 213 0 72 0
[pid=8360] ppid=8359 vsize=115932 CPUtime=7.06 cores=0,2,4,6
/proc/8360/stat : 8360 (glucose) R 8359 8332 7066 0 -1 4202496 22771 0 0 0 702 4 0 0 20 0 1 0 286342714 118714368 25963 33554432000 4194304 5208918 140733429121104 140733429118952 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8360/statm: 28983 25963 103 248 0 28732 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 175684

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8360
/proc/meminfo: memFree=30867068/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=41456 CPUtime=5.58 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 14036 59128 0 0 60 19 431 48 20 0 1 0 286342152 42450944 8377 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 10364 8377 170 439 0 9921 0
[pid=8359] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8359/stat : 8359 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286342713 9367552 266 33554432000 4194304 5064252 140733252578352 140733252577264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8359/statm: 2287 266 226 213 0 72 0
[pid=8360] ppid=8359 vsize=133660 CPUtime=19.87 cores=0,2,4,6
/proc/8360/stat : 8360 (glucose) R 8359 8332 7066 0 -1 4202496 25207 0 0 0 1981 6 0 0 20 0 1 0 286342714 136867840 29558 33554432000 4194304 5208918 140733429121104 140733429119064 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8360/statm: 33415 29558 104 248 0 33164 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 193412

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8370
/proc/meminfo: memFree=30892768/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=27.59 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 17435 91240 0 0 68 21 2590 80 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8366] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8366/stat : 8366 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286344914 9367552 266 33554432000 4194304 5064252 140733236825952 140733236824864 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8366/statm: 2287 266 226 213 0 72 0
[pid=8367] ppid=8366 vsize=88044 CPUtime=23.46 cores=0,2,4,6
/proc/8367/stat : 8367 (glucose) R 8366 8332 7066 0 -1 4202496 17395 0 0 0 2342 4 0 0 20 0 1 0 286344914 90157056 19613 33554432000 4194304 5208918 140737149386336 140737149384200 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8367/statm: 22011 19613 104 248 0 21760 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 139092

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8377
/proc/meminfo: memFree=30902240/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=74.71 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 20149 116672 0 0 73 21 7278 99 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8376] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8376/stat : 8376 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286349627 9367552 267 33554432000 4194304 5064252 140736332926160 140736332925072 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8376/statm: 2287 267 226 213 0 72 0
[pid=8377] ppid=8376 vsize=74016 CPUtime=27.52 cores=0,2,4,6
/proc/8377/stat : 8377 (glucose) R 8376 8332 7066 0 -1 4202496 12878 0 0 0 2749 3 0 0 20 0 1 0 286349627 75792384 17376 33554432000 4194304 5208918 140733628343520 140733628341384 4229254 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8377/statm: 18504 17376 104 248 0 18253 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 125064

[startup+162.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 8412
/proc/meminfo: memFree=30910620/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=58576 CPUtime=36.45 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 11483 0 0 0 3643 2 0 0 20 0 1 0 286354736 59981824 13091 33554432000 4194304 5208918 140737107719904 140737107716280 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 14644 13091 104 248 0 14393 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109624

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/183 8412
/proc/meminfo: memFree=30849468/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 8472
/proc/meminfo: memFree=30693448/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1236.23 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 30168 0 0 0 123591 32 0 0 20 0 1 0 286354736 249860096 57245 33554432000 4194304 5208918 140737107719904 140737107715672 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 57245 104 248 0 60750 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 295052

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 8472
/proc/meminfo: memFree=30684280/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1296.23 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 31028 0 0 0 129589 34 0 0 20 0 1 0 286354736 249860096 57757 33554432000 4194304 5208918 140737107719904 140737107716216 4230651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 57757 104 248 0 60750 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 295052

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8473
/proc/meminfo: memFree=30706356/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=213184 CPUtime=1356.22 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 32167 0 0 0 135584 38 0 0 20 0 1 0 286354736 218300416 52099 33554432000 4194304 5208918 140737107719904 140737107717992 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 53296 52099 104 248 0 53045 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 264232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8473
/proc/meminfo: memFree=30705272/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1416.2 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 33467 0 0 0 141580 40 0 0 20 0 1 0 286354736 249860096 52509 33554432000 4194304 5208918 140737107719904 140737107718056 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 52509 104 248 0 60750 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 295052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8473
/proc/meminfo: memFree=30681788/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1476.18 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 33632 0 0 0 147577 41 0 0 20 0 1 0 286354736 249860096 59293 33554432000 4194304 5208918 140737107719904 140737107716280 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 59293 104 248 0 60750 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 295052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8473
/proc/meminfo: memFree=30715808/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1536.16 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 34030 0 0 0 153575 41 0 0 20 0 1 0 286354736 249860096 59872 33554432000 4194304 5208918 140737107719904 140737107716280 4229731 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 59872 104 248 0 60750 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 295052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8532
/proc/meminfo: memFree=30706872/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1596.16 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 34802 0 0 0 159572 44 0 0 20 0 1 0 286354736 249860096 59939 33554432000 4194304 5208918 140737107719904 140737107716280 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 59939 104 248 0 60750 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 295052

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 8533
/proc/meminfo: memFree=30658788/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1656.15 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 35875 0 0 0 165570 45 0 0 20 0 1 0 286354736 249860096 60050 33554432000 4194304 5208918 140737107719904 140737107716216 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 60050 104 248 0 60750 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 295052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 8533
/proc/meminfo: memFree=30676896/32873844 swapFree=7624/7624
[pid=8332] ppid=8330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8332/stat : 8332 (npSolver-wbo.sh) S 8330 8332 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286342151 9367552 275 33554432000 4194304 5064252 140735173300400 140735173299312 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8332/statm: 2287 275 233 213 0 72 0
[pid=8333] ppid=8332 vsize=32752 CPUtime=125.78 cores=0,2,4,6
/proc/8333/stat : 8333 (npSolver-wbo) S 8332 8332 7066 0 -1 4202496 26054 194865 0 0 79 23 12345 131 20 0 1 0 286342152 33538048 7025 33554432000 4194304 5990268 140734280793568 140734280785008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8333/statm: 8188 7025 170 439 0 7745 0
[pid=8411] ppid=8333 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8411/stat : 8411 (satsolver.sh) S 8333 8332 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286354735 9367552 266 33554432000 4194304 5064252 140734399243184 140734399242096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8411/statm: 2287 266 226 213 0 72 0
[pid=8412] ppid=8411 vsize=244004 CPUtime=1674.25 cores=0,2,4,6
/proc/8412/stat : 8412 (glucose) R 8411 8332 7066 0 -1 4202496 36692 0 0 0 167378 47 0 0 20 0 1 0 286354736 249860096 55155 33554432000 4194304 5208918 140737107719904 140737107717992 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8412/statm: 61001 55155 104 248 0 60750 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 295052

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): 1798.04
CPU system time (s): 2.03369
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 425280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.03369
maximum resident set size= 302536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 166944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3260
involuntary context switches= 2020

runsolver used 6.51201 second user time and 18.5992 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 12:49:25
IDJOB=3713826
IDBENCH=79158
IDSOLVER=2294
FILE ID=node130/3713826-1338202165
RUNJOBID= node130-1338193034-7082
PBS_JOBID= 14624584
Free space on /tmp= 71464 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713826-1338202165/watcher-3713826-1338202165 -o /tmp/evaluation-result-3713826-1338202165/solver-3713826-1338202165 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713826-1338202165.wbo 1045296610 HOME HOME

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

MD5SUM BENCH= 6f81f937ed71e1dab8ff48fcb963c1e2
RANDOM SEED=1045296610

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31041868 kB
Buffers:          350392 kB
Cached:           579092 kB
SwapCached:         4508 kB
Active:           794900 kB
Inactive:         193760 kB
Active(anon):      49356 kB
Inactive(anon):     9016 kB
Active(file):     745544 kB
Inactive(file):   184744 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        150676 kB
Mapped:            12584 kB
Shmem:                 8 kB
Slab:             698728 kB
SReclaimable:     140272 kB
SUnreclaim:       558456 kB
KernelStack:        1520 kB
PageTables:         3596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     197144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71436 MiB
End job on node130 at 2012-05-28 13:19:26