Trace number 3714519

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 inc? (TO) 1800.12 1800.44

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.38/3.49	o 7162
3.38/3.49	c current bound: 3581
3.38/3.49	c fallback to adder encoding
4.39/4.40	o 2846
4.39/4.40	c current bound: 1423
4.39/4.40	c fallback to adder encoding
5.26/5.43	o 1423
5.26/5.43	c current bound: 711
28.83/29.49	o 702
28.83/29.49	c current bound: 351
86.85/86.96	o 341
86.85/86.96	c current bound: 170
125.34/125.44	o 170
125.34/125.44	c current bound: 85
130.25/130.48	o 82
130.25/130.48	c current bound: 41
132.49/132.68	o 41
132.49/132.68	c current bound: 20
136.89/137.07	o 20
136.89/137.07	c current bound: 10
141.43/141.62	o 10
141.43/141.62	c current bound: 5
1800.05/1800.43	./satsolver.sh: line 5: 23544 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.43	c error: unexpected solver exit code
1800.05/1800.43	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-3714519-1338203777/watcher-3714519-1338203777 -o /tmp/evaluation-result-3714519-1338203777/solver-3714519-1338203777 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714519-1338203777.wbo 1668647487 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.05 2.04 2.00 3/181 23366
/proc/meminfo: memFree=27377260/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0

[startup+0.0406779 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 23366
/proc/meminfo: memFree=27377260/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100254 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 23366
/proc/meminfo: memFree=27377260/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300214 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 23366
/proc/meminfo: memFree=27377260/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 23366
/proc/meminfo: memFree=27377260/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.05 2.04 2.00 3/185 23370
/proc/meminfo: memFree=27282936/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=14716 CPUtime=0.34 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 3915 0 0 0 32 2 0 0 20 0 1 0 286503127 15069184 2461 33554432000 4194304 5990268 140735945245168 140735945238320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23367/statm: 3679 2461 156 439 0 3236 0
[pid=23369] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23369/stat : 23369 (cp2_pre.sh) S 23367 23366 21976 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286503163 9367552 276 33554432000 4194304 5064252 140736142334976 140736142333680 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23369/statm: 2287 276 234 213 0 72 0
[pid=23370] ppid=23369 vsize=80600 CPUtime=1.13 cores=1,3,5,7
/proc/23370/stat : 23370 (coprocessor) R 23369 23366 21976 0 -1 4202496 14886 0 0 0 111 2 0 0 20 0 1 0 286503163 82534400 19560 33554432000 4194304 6586260 140733514036320 140733514031688 5599298 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23370/statm: 20150 19560 191 584 0 19562 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 113612

[startup+3.10035 s]
/proc/loadavg: 2.12 2.05 2.01 3/185 23370
/proc/meminfo: memFree=27281812/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=14716 CPUtime=2.96 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 3923 18008 0 0 32 2 233 29 20 0 1 0 286503127 15069184 2462 33554432000 4194304 5990268 140735945245168 140735945239408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23367/statm: 3679 2462 157 439 0 3236 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23864

[startup+6.30026 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 23392
/proc/meminfo: memFree=27337844/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=41456 CPUtime=5.6 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 12545 56688 0 0 58 20 439 43 20 0 1 0 286503127 42450944 8417 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 10364 8417 170 439 0 9921 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 50604

[startup+12.7004 s]
/proc/loadavg: 2.10 2.05 2.00 3/185 23394
/proc/meminfo: memFree=27213064/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=41456 CPUtime=5.6 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 12545 56688 0 0 58 20 439 43 20 0 1 0 286503127 42450944 8417 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 10364 8417 170 439 0 9921 0
[pid=23393] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23393/stat : 23393 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286503689 9367552 267 33554432000 4194304 5064252 140737441790432 140737441789344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23393/statm: 2287 267 226 213 0 72 0
[pid=23394] ppid=23393 vsize=115936 CPUtime=7.07 cores=1,3,5,7
/proc/23394/stat : 23394 (glucose) R 23393 23366 21976 0 -1 4202496 23013 0 0 0 703 4 0 0 20 0 1 0 286503690 118718464 25725 33554432000 4194304 5208918 140734513956624 140734513954472 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23394/statm: 28984 25725 103 248 0 28733 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 175688

[startup+25.5004 s]
/proc/loadavg: 2.09 2.05 2.00 3/185 23394
/proc/meminfo: memFree=27200468/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=41456 CPUtime=5.6 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 12545 56688 0 0 58 20 439 43 20 0 1 0 286503127 42450944 8417 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 10364 8417 170 439 0 9921 0
[pid=23393] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23393/stat : 23393 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286503689 9367552 267 33554432000 4194304 5064252 140737441790432 140737441789344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23393/statm: 2287 267 226 213 0 72 0
[pid=23394] ppid=23393 vsize=121504 CPUtime=19.86 cores=1,3,5,7
/proc/23394/stat : 23394 (glucose) R 23393 23366 21976 0 -1 4202496 24875 0 0 0 1981 5 0 0 20 0 1 0 286503690 124420096 27214 33554432000 4194304 5208918 140734513956624 140734513954472 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23394/statm: 30376 27214 104 248 0 30125 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 181256

[startup+51.1005 s]
/proc/loadavg: 2.12 2.06 2.01 3/185 23401
/proc/meminfo: memFree=27258196/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=29.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 16010 90823 0 0 67 21 2794 75 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23400] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23400/stat : 23400 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286506086 9367552 267 33554432000 4194304 5064252 140734419387936 140734419386848 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23400/statm: 2287 267 226 213 0 72 0
[pid=23401] ppid=23400 vsize=88040 CPUtime=21.49 cores=1,3,5,7
/proc/23401/stat : 23401 (glucose) R 23400 23366 21976 0 -1 4202496 16789 0 0 0 2145 4 0 0 20 0 1 0 286506086 90152960 19178 33554432000 4194304 5208918 140735186061376 140735186059240 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23401/statm: 22010 19178 104 248 0 21759 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 139088

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/185 23481
/proc/meminfo: memFree=27486048/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=86.97 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 18725 115477 0 0 71 22 8511 93 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23473] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23473/stat : 23473 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286511827 9367552 267 33554432000 4194304 5064252 140735057516048 140735057514960 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23473/statm: 2287 267 226 213 0 72 0
[pid=23474] ppid=23473 vsize=66828 CPUtime=15.29 cores=1,3,5,7
/proc/23474/stat : 23474 (glucose) R 23473 23366 21976 0 -1 4202496 11755 0 0 0 1526 3 0 0 20 0 1 0 286511828 68431872 14757 33554432000 4194304 5208918 140734397645584 140734397643528 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23474/statm: 16707 14757 104 248 0 16456 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 117876

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/185 23544
/proc/meminfo: memFree=27494128/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=51436 CPUtime=20.65 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 10281 0 0 0 2063 2 0 0 20 0 1 0 286517290 52670464 10813 33554432000 4194304 5208918 140736928181648 140736928178024 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 12859 10813 104 248 0 12608 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 102484

[startup+222.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/185 23544
/proc/meminfo: memFree=27436156/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 23554
/proc/meminfo: memFree=27181856/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=213184 CPUtime=1280.46 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 27201 0 0 0 128005 41 0 0 20 0 1 0 286517290 218300416 52028 33554432000 4194304 5208918 140736928181648 140736928179736 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 53296 52028 104 248 0 53045 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 264232

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/186 23558
/proc/meminfo: memFree=27091944/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1340.44 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 28559 0 0 0 133999 45 0 0 20 0 1 0 286517290 249860096 53119 33554432000 4194304 5208918 140736928181648 140736928177960 4229766 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 53119 104 248 0 60750 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 295052

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 23558
/proc/meminfo: memFree=27112188/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1400.44 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 29298 0 0 0 139997 47 0 0 20 0 1 0 286517290 249860096 53119 33554432000 4194304 5208918 140736928181648 140736928178024 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 53119 104 248 0 60750 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 295052

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/185 23558
/proc/meminfo: memFree=27162568/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1460.41 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 30090 0 0 0 145992 49 0 0 20 0 1 0 286517290 249860096 53119 33554432000 4194304 5208918 140736928181648 140736928179800 4212869 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 53119 104 248 0 60750 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 295052

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 23558
/proc/meminfo: memFree=27094892/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1520.4 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 30385 0 0 0 151989 51 0 0 20 0 1 0 286517290 249860096 53186 33554432000 4194304 5208918 140736928181648 140736928178024 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 53186 104 248 0 60750 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 295052

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 23558
/proc/meminfo: memFree=27098604/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1580.39 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 30398 0 0 0 157987 52 0 0 20 0 1 0 286517290 249860096 59842 33554432000 4194304 5208918 140736928181648 140736928178024 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 59842 104 248 0 60750 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 295052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 23558
/proc/meminfo: memFree=27047104/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1640.38 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 31159 0 0 0 163984 54 0 0 20 0 1 0 286517290 249860096 59909 33554432000 4194304 5208918 140736928181648 140736928178024 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 59909 104 248 0 60750 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 295052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/185 23559
/proc/meminfo: memFree=27051796/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1658.48 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 31871 0 0 0 165793 55 0 0 20 0 1 0 286517290 249860096 55125 33554432000 4194304 5208918 140736928181648 140736928177416 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 55125 104 248 0 60750 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 295052

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/185 23559
/proc/meminfo: memFree=27051796/32873844 swapFree=7124/7124
[pid=23366] ppid=23364 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23366/stat : 23366 (npSolver-wbo-I.) S 23364 23366 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286503127 9367552 275 33554432000 4194304 5064252 140736225206000 140736225204912 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23366/statm: 2287 275 233 213 0 72 0
[pid=23367] ppid=23366 vsize=32752 CPUtime=141.57 cores=1,3,5,7
/proc/23367/stat : 23367 (npSolver-wbo) S 23366 23366 21976 0 -1 4202496 24635 193846 0 0 76 24 13927 130 20 0 1 0 286503127 33538048 6779 33554432000 4194304 5990268 140735945245168 140735945236608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23367/statm: 8188 6779 170 439 0 7745 0
[pid=23543] ppid=23367 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23543/stat : 23543 (satsolver.sh) S 23367 23366 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286517289 9367552 266 33554432000 4194304 5064252 140733905563584 140733905562496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23543/statm: 2287 266 226 213 0 72 0
[pid=23544] ppid=23543 vsize=244004 CPUtime=1658.48 cores=1,3,5,7
/proc/23544/stat : 23544 (glucose) R 23543 23366 21976 0 -1 4202496 31871 0 0 0 165793 55 0 0 20 0 1 0 286517290 249860096 55125 33554432000 4194304 5208918 140736928181648 140736928177416 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23544/statm: 61001 55125 104 248 0 60750 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 295052

Child status: 0
Real time (s): 1800.44
CPU time (s): 1800.12
CPU user time (s): 1798.01
CPU system time (s): 2.10668
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 425280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.10668
maximum resident set size= 299484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 166888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3241
involuntary context switches= 2002

runsolver used 3.12752 second user time and 8.46971 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 13:16:17
IDJOB=3714519
IDBENCH=79158
IDSOLVER=2295
FILE ID=node134/3714519-1338203777
RUNJOBID= node134-1338192934-21993
PBS_JOBID= 14624583
Free space on /tmp= 70996 MiB

SOLVER NAME= npSolver inc
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-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714519-1338203777/watcher-3714519-1338203777 -o /tmp/evaluation-result-3714519-1338203777/solver-3714519-1338203777 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714519-1338203777.wbo 1668647487 HOME HOME

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

MD5SUM BENCH= 6f81f937ed71e1dab8ff48fcb963c1e2
RANDOM SEED=1668647487

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27376888 kB
Buffers:          460372 kB
Cached:          3904536 kB
SwapCached:            0 kB
Active:          1888456 kB
Inactive:        2742064 kB
Active(anon):     261584 kB
Inactive(anon):     5996 kB
Active(file):    1626872 kB
Inactive(file):  2736068 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8216 kB
Writeback:             0 kB
AnonPages:        220468 kB
Mapped:            15424 kB
Shmem:               212 kB
Slab:             725524 kB
SReclaimable:     167720 kB
SUnreclaim:       557804 kB
KernelStack:        1536 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     401016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 70980 MiB
End job on node134 at 2012-05-28 13:46:18