Trace number 3714188

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.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMd97c5722fe377ef62d4d83eb3fe2e1eb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark0.219966
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints35
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1734
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 1733
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.04	c run usual solver
0.00/0.50	o 1146
0.00/0.50	c current bound: 573
0.00/0.84	o 187
0.00/0.84	c current bound: 93
1.67/1.77	o 83
1.67/1.77	c current bound: 41
7.57/7.70	o 40
7.57/7.70	c current bound: 20
7.69/7.75	o 20
7.69/7.75	c current bound: 10
7.73/7.93	o 10
7.73/7.93	c current bound: 5
1800.08/1800.40	./satsolver.sh: line 5:  8500 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.40	c error: unexpected solver exit code
1800.08/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-3714188-1338173342/watcher-3714188-1338173342 -o /tmp/evaluation-result-3714188-1338173342/solver-3714188-1338173342 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714188-1338173342.wbo 1508131449 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: 1.92 1.98 1.99 3/179 8450
/proc/meminfo: memFree=30635172/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0

[startup+0.0587909 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 8450
/proc/meminfo: memFree=30635172/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100194 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 8450
/proc/meminfo: memFree=30635172/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300089 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 8450
/proc/meminfo: memFree=30635172/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 8450
/proc/meminfo: memFree=30635172/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 8471
/proc/meminfo: memFree=30624488/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=0.83 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 2580 18114 0 0 7 1 64 11 20 0 1 0 283459689 4046848 609 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 609 164 439 0 545 0
[pid=8470] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8470/stat : 8470 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283459774 9367552 267 33554432000 4194304 5064252 140735368804400 140735368803312 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8470/statm: 2287 267 226 213 0 72 0
[pid=8471] ppid=8470 vsize=7816 CPUtime=0.64 cores=0,2,4,6
/proc/8471/stat : 8471 (glucose) R 8470 8450 6342 0 -1 4202496 2305 0 0 0 64 0 0 0 20 0 1 0 283459774 8003584 1521 33554432000 4194304 5208918 140733863711824 140735368803336 4230001 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8471/statm: 1954 1521 104 248 0 1703 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30064

[startup+3.1002 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 8478
/proc/meminfo: memFree=30627496/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=1.75 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 2759 25273 0 0 7 1 154 13 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8477] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8477/stat : 8477 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283459866 9367552 266 33554432000 4194304 5064252 140734868307360 140734868306272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8477/statm: 2287 266 226 213 0 72 0
[pid=8478] ppid=8477 vsize=11556 CPUtime=1.32 cores=0,2,4,6
/proc/8478/stat : 8478 (glucose) R 8477 8450 6342 0 -1 4202496 2444 0 0 0 132 0 0 0 20 0 1 0 283459866 11833344 2266 33554432000 4194304 5208918 140736118046416 140736118044360 4229139 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8478/statm: 2889 2266 102 248 0 2638 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33804

[startup+6.30028 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 8478
/proc/meminfo: memFree=30611600/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=1.75 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 2759 25273 0 0 7 1 154 13 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8477] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8477/stat : 8477 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283459866 9367552 266 33554432000 4194304 5064252 140734868307360 140734868306272 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8477/statm: 2287 266 226 213 0 72 0
[pid=8478] ppid=8477 vsize=16092 CPUtime=4.51 cores=0,2,4,6
/proc/8478/stat : 8478 (glucose) R 8477 8450 6342 0 -1 4202496 3251 0 0 0 451 0 0 0 20 0 1 0 283459866 16478208 3448 33554432000 4194304 5208918 140736118046416 140736118044504 4229760 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8478/statm: 4023 3448 104 248 0 3772 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38340

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 8500
/proc/meminfo: memFree=30616300/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=17072 CPUtime=4.76 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 4714 0 0 0 476 0 0 0 20 0 1 0 283460482 17481728 3815 33554432000 4194304 5208918 140736202695824 140736202693816 4230008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 4268 3815 104 248 0 4017 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39320

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 8500
/proc/meminfo: memFree=30595672/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=40420 CPUtime=17.55 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 6450 0 0 0 1754 1 0 0 20 0 1 0 283460482 41390080 9076 33554432000 4194304 5208918 140736202695824 140736202693688 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 10105 9076 104 248 0 9854 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62668

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 8500
/proc/meminfo: memFree=30593244/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=43136 CPUtime=43.16 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 7402 0 0 0 4314 2 0 0 20 0 1 0 283460482 44171264 9676 33554432000 4194304 5208918 140736202695824 140736202692200 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 10784 9676 104 248 0 10533 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65384

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/184 8503
/proc/meminfo: memFree=30562328/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=76000 CPUtime=94.35 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 10006 0 0 0 9432 3 0 0 20 0 1 0 283460482 77824000 17365 33554432000 4194304 5208918 140736202695824 140736202692200 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 19000 17365 104 248 0 18749 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 98248

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 8503
/proc/meminfo: memFree=30546456/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 8644
/proc/meminfo: memFree=31085144/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=222800 CPUtime=1354.13 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 40114 0 0 0 135360 53 0 0 20 0 1 0 283460482 228147200 51612 33554432000 4194304 5208918 140736202695824 140736202693816 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 55700 51612 104 248 0 55449 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 245048

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8644
/proc/meminfo: memFree=31051484/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=253620 CPUtime=1414.14 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 40808 0 0 0 141358 56 0 0 20 0 1 0 283460482 259706880 59359 33554432000 4194304 5208918 140736202695824 140736202693976 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 63405 59359 104 248 0 63154 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 275868

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8644
/proc/meminfo: memFree=31119032/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=173480 CPUtime=1474.12 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 41420 0 0 0 147354 58 0 0 20 0 1 0 283460482 177643520 42918 33554432000 4194304 5208918 140736202695824 140736202693912 4213000 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 43370 42918 104 248 0 43119 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 195728

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 8645
/proc/meminfo: memFree=31073800/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=222800 CPUtime=1534.11 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 42556 0 0 0 153351 60 0 0 20 0 1 0 283460482 228147200 53156 33554432000 4194304 5208918 140736202695824 140736202693816 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 55700 53156 104 248 0 55449 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 245048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8645
/proc/meminfo: memFree=31074520/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=222800 CPUtime=1594.1 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 43165 0 0 0 159348 62 0 0 20 0 1 0 283460482 228147200 55204 33554432000 4194304 5208918 140736202695824 140736202693816 4229397 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 55700 55204 104 248 0 55449 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 245048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8645
/proc/meminfo: memFree=31054660/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=222800 CPUtime=1654.09 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 44378 0 0 0 165344 65 0 0 20 0 1 0 283460482 228147200 52132 33554432000 4194304 5208918 140736202695824 140736202693816 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 55700 52132 104 248 0 55449 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 245048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8645
/proc/meminfo: memFree=31102104/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=173480 CPUtime=1714.08 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 45066 0 0 0 171340 68 0 0 20 0 1 0 283460482 177643520 42918 33554432000 4194304 5208918 140736202695824 140736202692136 4212442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 43370 42918 104 248 0 43119 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 195728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8645
/proc/meminfo: memFree=31056756/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=253904 CPUtime=1774.07 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 46360 0 0 0 177336 71 0 0 20 0 1 0 283460482 259997696 57902 33554432000 4194304 5208918 140736202695824 140736202693976 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 63476 57902 104 248 0 63225 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 276152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8645
/proc/meminfo: memFree=31091440/32873648 swapFree=7116/7116
[pid=8450] ppid=8448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8450/stat : 8450 (npSolver-wbo-I.) S 8448 8450 6342 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283459689 9367552 275 33554432000 4194304 5064252 140735119708864 140735119707776 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8450/statm: 2287 275 233 213 0 72 0
[pid=8451] ppid=8450 vsize=3952 CPUtime=7.91 cores=0,2,4,6
/proc/8451/stat : 8451 (npSolver-wbo) S 8450 8450 6342 0 -1 4202496 3217 44046 0 0 7 2 765 17 20 0 1 0 283459689 4046848 619 33554432000 4194304 5990268 140737234156048 140737234147488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8451/statm: 988 619 164 439 0 545 0
[pid=8499] ppid=8451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (satsolver.sh) S 8451 8450 6342 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283460482 9367552 267 33554432000 4194304 5064252 140735320271072 140735320269984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8499/statm: 2287 267 226 213 0 72 0
[pid=8500] ppid=8499 vsize=176528 CPUtime=1792.17 cores=0,2,4,6
/proc/8500/stat : 8500 (glucose) R 8499 8450 6342 0 -1 4202496 46678 0 0 0 179145 72 0 0 20 0 1 0 283460482 180764672 42990 33554432000 4194304 5208918 140736202695824 140736202693912 4229354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8500/statm: 44132 42990 104 248 0 43881 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 198776

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.12
CPU user time (s): 1799.2
CPU system time (s): 0.924859
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 329004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.924859
maximum resident set size= 255344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261
involuntary context switches= 2116

runsolver used 2.67359 second user time and 7.15991 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-28 04:49:02
IDJOB=3714188
IDBENCH=78666
IDSOLVER=2295
FILE ID=node123/3714188-1338173342
RUNJOBID= node123-1338160041-6358
PBS_JOBID= 14624558
Free space on /tmp= 71492 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714188-1338173342/watcher-3714188-1338173342 -o /tmp/evaluation-result-3714188-1338173342/solver-3714188-1338173342 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714188-1338173342.wbo 1508131449 HOME HOME

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

MD5SUM BENCH= d97c5722fe377ef62d4d83eb3fe2e1eb
RANDOM SEED=1508131449

node123.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.217
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.43
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.217
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.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30635172 kB
Buffers:          264848 kB
Cached:           454912 kB
SwapCached:          956 kB
Active:          1131292 kB
Inactive:         280872 kB
Active(anon):     686368 kB
Inactive(anon):     8336 kB
Active(file):     444924 kB
Inactive(file):   272536 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              8184 kB
Writeback:             0 kB
AnonPages:        698612 kB
Mapped:            11372 kB
Shmem:                 0 kB
Slab:             687544 kB
SReclaimable:     131392 kB
SUnreclaim:       556152 kB
KernelStack:        1488 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1021844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node123 at 2012-05-28 05:19:03