Trace number 3754956

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 (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa9a2270f2536f669bb9dfa31ae05dbb5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.328949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints61
Number of constraints which are clauses50
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 constraint25
Top cost 3008
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3007
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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.02	c run usual solver
5.16/5.25	o 956
5.16/5.25	c current bound: 478
6.72/6.85	o 119
6.72/6.85	c current bound: 59
9.97/10.00	o 58
9.97/10.00	c current bound: 29
19.65/19.72	o 17
19.65/19.72	c current bound: 8
1800.06/1800.40	./satsolver.sh: line 5: 30975 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/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-3754956-1339184907/watcher-3754956-1339184907 -o /tmp/evaluation-result-3754956-1339184907/solver-3754956-1339184907 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754956-1339184907.wbo 296387470 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.51 2.11 1.89 3/179 30925
/proc/meminfo: memFree=31352244/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0

[startup+0.018615 s]
/proc/loadavg: 2.51 2.11 1.89 3/179 30925
/proc/meminfo: memFree=31352244/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 2.51 2.11 1.89 3/179 30925
/proc/meminfo: memFree=31352244/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300103 s]
/proc/loadavg: 2.51 2.11 1.89 3/179 30925
/proc/meminfo: memFree=31352244/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700103 s]
/proc/loadavg: 2.51 2.11 1.89 3/179 30925
/proc/meminfo: memFree=31352244/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.51 2.11 1.89 3/184 30933
/proc/meminfo: memFree=31342856/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=2376 CPUtime=0.02 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 2325 1738 0 0 1 0 1 0 20 0 1 0 384616660 2433024 248 33554432000 4194304 6006132 140735758940576 140735758934768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30926/statm: 594 248 157 443 0 147 0
[pid=30931] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30931/stat : 30931 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384616664 9367552 267 33554432000 4194304 5064252 140737038931616 140737038930528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30931/statm: 2287 267 226 213 0 72 0
[pid=30932] ppid=30931 vsize=10452 CPUtime=1.44 cores=0,2,4,6
/proc/30932/stat : 30932 (glucose) R 30931 30925 28786 0 -1 4202496 3312 0 0 0 144 0 0 0 20 0 1 0 384616664 10702848 2162 33554432000 4194304 5208918 140736514456896 140736514454888 4213760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30932/statm: 2613 2162 96 248 0 2362 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31124

[startup+3.10023 s]
/proc/loadavg: 2.51 2.11 1.89 3/184 30933
/proc/meminfo: memFree=31328704/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=2376 CPUtime=0.02 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 2325 1738 0 0 1 0 1 0 20 0 1 0 384616660 2433024 248 33554432000 4194304 6006132 140735758940576 140735758934768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30926/statm: 594 248 157 443 0 147 0
[pid=30931] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30931/stat : 30931 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384616664 9367552 267 33554432000 4194304 5064252 140737038931616 140737038930528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30931/statm: 2287 267 226 213 0 72 0
[pid=30932] ppid=30931 vsize=17524 CPUtime=3.04 cores=0,2,4,6
/proc/30932/stat : 30932 (glucose) R 30931 30925 28786 0 -1 4202496 4067 0 0 0 304 0 0 0 20 0 1 0 384616664 17944576 3930 33554432000 4194304 5208918 140736514456896 140736514454840 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30932/statm: 4381 3930 96 248 0 4130 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38196

[startup+6.30021 s]
/proc/loadavg: 2.47 2.11 1.89 3/184 30940
/proc/meminfo: memFree=31315692/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=5.25 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3466 8847 0 0 3 1 520 1 20 0 1 0 384616660 6868992 1303 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1303 166 443 0 1230 0
[pid=30939] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30939/stat : 30939 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384617188 9367552 267 33554432000 4194304 5064252 140736822253120 140736822252032 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30939/statm: 2287 267 226 213 0 72 0
[pid=30940] ppid=30939 vsize=20744 CPUtime=1 cores=0,2,4,6
/proc/30940/stat : 30940 (glucose) R 30939 30925 28786 0 -1 4202496 4975 0 0 0 100 0 0 0 20 0 1 0 384617188 21241856 4619 33554432000 4194304 5208918 140735459413472 140735459411560 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30940/statm: 5186 4619 96 248 0 4935 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 45748

[startup+12.7003 s]
/proc/loadavg: 2.43 2.11 1.89 3/184 30954
/proc/meminfo: memFree=31321812/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=9.98 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3724 25344 0 0 3 1 985 9 20 0 1 0 384616660 6868992 1303 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1303 166 443 0 1230 0
[pid=30953] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30953/stat : 30953 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384617661 9367552 266 33554432000 4194304 5064252 140736315356096 140736315355008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30953/statm: 2287 266 226 213 0 72 0
[pid=30954] ppid=30953 vsize=15220 CPUtime=2.67 cores=0,2,4,6
/proc/30954/stat : 30954 (glucose) R 30953 30925 28786 0 -1 4202496 3632 0 0 0 267 0 0 0 20 0 1 0 384617661 15585280 3371 33554432000 4194304 5208918 140735507751168 140735507749112 4213061 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30954/statm: 3805 3371 104 248 0 3554 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 40224

[startup+25.5003 s]
/proc/loadavg: 2.34 2.10 1.89 3/184 30975
/proc/meminfo: memFree=31325500/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=15156 CPUtime=5.76 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 3581 0 0 0 576 0 0 0 20 0 1 0 384618633 15519744 3350 33554432000 4194304 5208918 140733262664224 140733262662312 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 3789 3350 106 248 0 3538 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40160

[startup+51.1003 s]
/proc/loadavg: 2.22 2.09 1.90 3/184 30975
/proc/meminfo: memFree=31279424/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=44320 CPUtime=31.35 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 5360 0 0 0 3134 1 0 0 20 0 1 0 384618633 45383680 9717 33554432000 4194304 5208918 140733262664224 140733262662376 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 11080 9717 106 248 0 10829 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 69324

[startup+102.3 s]
/proc/loadavg: 2.16 2.09 1.91 3/184 30978
/proc/meminfo: memFree=31244440/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=78956 CPUtime=82.54 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 7030 0 0 0 8251 3 0 0 20 0 1 0 384618633 80850944 17606 33554432000 4194304 5208918 140733262664224 140733262659912 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 19739 17606 106 248 0 19488 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 103960

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 1.91 3/183 30978
/proc/meminfo: memFree=31221404/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/183 31033
/proc/meminfo: memFree=31182308/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=145612 CPUtime=1402.33 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 28864 0 0 0 140195 38 0 0 20 0 1 0 384618633 149106688 33722 33554432000 4194304 5208918 140733262664224 140733262662216 4213597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 36403 33722 106 248 0 36152 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 170616

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 31033
/proc/meminfo: memFree=31171508/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=147412 CPUtime=1462.3 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 30284 0 0 0 146191 39 0 0 20 0 1 0 384618633 150949888 33660 33554432000 4194304 5208918 140733262664224 140733262662216 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 36853 33660 106 248 0 36602 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 172416

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 31034
/proc/meminfo: memFree=31137020/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=178232 CPUtime=1522.3 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 30877 0 0 0 152190 40 0 0 20 0 1 0 384618633 182509568 38847 33554432000 4194304 5208918 140733262664224 140733262662376 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 44558 38847 106 248 0 44307 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 203236

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/183 31034
/proc/meminfo: memFree=31146096/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=178896 CPUtime=1582.29 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 31532 0 0 0 158187 42 0 0 20 0 1 0 384618633 183189504 36664 33554432000 4194304 5208918 140733262664224 140733262662376 4229728 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 44724 36664 106 248 0 44473 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 203900

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/183 31034
/proc/meminfo: memFree=31150828/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=150376 CPUtime=1642.28 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 32284 0 0 0 164185 43 0 0 20 0 1 0 384618633 153985024 35425 33554432000 4194304 5208918 140733262664224 140733262662216 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 37594 35425 106 248 0 37343 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 175380

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/183 31034
/proc/meminfo: memFree=31159168/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=150376 CPUtime=1702.27 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 33247 0 0 0 170183 44 0 0 20 0 1 0 384618633 153985024 33889 33554432000 4194304 5208918 140733262664224 140733262662216 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 37594 33889 106 248 0 37343 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 175380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 31034
/proc/meminfo: memFree=31120136/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=181196 CPUtime=1762.26 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 33847 0 0 0 176181 45 0 0 20 0 1 0 384618633 185544704 40100 33554432000 4194304 5208918 140733262664224 140733262662376 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 45299 40100 106 248 0 45048 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 206200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 31093
/proc/meminfo: memFree=31200172/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=150568 CPUtime=1780.37 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 34268 0 0 0 177991 46 0 0 20 0 1 0 384618633 154181632 33425 33554432000 4194304 5208918 140733262664224 140733262660600 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 37642 33425 106 248 0 37391 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 175572

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.00 1.92 3/183 31093
/proc/meminfo: memFree=31200172/32873648 swapFree=7376/7376
[pid=30925] ppid=30923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30925/stat : 30925 (npSolver-wbo.sh) S 30923 30925 28786 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384616660 9367552 274 33554432000 4194304 5064252 140734519032576 140734519031488 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30925/statm: 2287 274 233 213 0 72 0
[pid=30926] ppid=30925 vsize=6708 CPUtime=19.69 cores=0,2,4,6
/proc/30926/stat : 30926 (npSolver-wbo) S 30925 30925 28786 0 -1 4202496 3799 34347 0 0 3 1 1954 11 20 0 1 0 384616660 6868992 1304 33554432000 4194304 6006132 140735758940576 140735758931984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30926/statm: 1677 1304 167 443 0 1230 0
[pid=30974] ppid=30926 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30974/stat : 30974 (satsolver.sh) S 30926 30925 28786 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384618632 9367552 267 33554432000 4194304 5064252 140734816925920 140734816924832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30974/statm: 2287 267 226 213 0 72 0
[pid=30975] ppid=30974 vsize=150568 CPUtime=1780.37 cores=0,2,4,6
/proc/30975/stat : 30975 (glucose) R 30974 30925 28786 0 -1 4202496 34268 0 0 0 177991 46 0 0 20 0 1 0 384618633 154181632 33425 33554432000 4194304 5208918 140733262664224 140733262660600 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30975/statm: 37642 33425 106 248 0 37391 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 175572

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.49
CPU system time (s): 0.602908
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 206392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.602908
maximum resident set size= 164500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183
involuntary context switches= 1996

runsolver used 3.2865 second user time and 7.98578 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-08 21:48:27
IDJOB=3754956
IDBENCH=78663
IDSOLVER=2339
FILE ID=node120/3754956-1339184907
RUNJOBID= node120-1339183072-30428
PBS_JOBID= 14643805
Free space on /tmp= 70732 MiB

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

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

MD5SUM BENCH= a9a2270f2536f669bb9dfa31ae05dbb5
RANDOM SEED=296387470

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        31352136 kB
Buffers:          379420 kB
Cached:           296932 kB
SwapCached:         5856 kB
Active:           398124 kB
Inactive:         304816 kB
Active(anon):      11876 kB
Inactive(anon):    10444 kB
Active(file):     386248 kB
Inactive(file):   294372 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096152 kB
Dirty:             18596 kB
Writeback:             0 kB
AnonPages:        101560 kB
Mapped:             9808 kB
Shmem:                 0 kB
Slab:             681044 kB
SReclaimable:     123436 kB
SUnreclaim:       557608 kB
KernelStack:        1512 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 70720 MiB
End job on node120 at 2012-06-08 22:18:27