Trace number 3754265

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 (fixed)? (TO) 1800.13 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc77cfb1ee053e7c4147458beb2d99117
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.274957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints35
Number of constraints which are clauses60
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 constraint30
Top cost 1842
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1841
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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.01	c run usual solver
4.71/4.90	o 937
4.71/4.90	c current bound: 468
6.46/6.72	o 231
6.46/6.72	c current bound: 115
8.08/8.33	o 64
8.08/8.33	c current bound: 32
8.12/8.46	o 17
8.12/8.46	c current bound: 8
8.25/8.68	o 8
8.25/8.68	c current bound: 4
1800.08/1800.61	./satsolver.sh: line 5: 10797 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3754265-1339186448/watcher-3754265-1339186448 -o /tmp/evaluation-result-3754265-1339186448/solver-3754265-1339186448 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754265-1339186448.wbo 547758198 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.86 4/177 10710
/proc/meminfo: memFree=30417064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0

[startup+0.0733701 s]
/proc/loadavg: 2.00 1.97 1.86 4/177 10710
/proc/meminfo: memFree=30417064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100166 s]
/proc/loadavg: 2.00 1.97 1.86 4/177 10710
/proc/meminfo: memFree=30417064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300115 s]
/proc/loadavg: 2.00 1.97 1.86 4/177 10710
/proc/meminfo: memFree=30417064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700112 s]
/proc/loadavg: 2.00 1.97 1.86 4/177 10710
/proc/meminfo: memFree=30417064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 1.97 1.86 3/181 10762
/proc/meminfo: memFree=31420020/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 1843 2276 0 0 0 0 1 0 20 0 1 0 384770733 2478080 278 33554432000 4194304 6006132 140736546290128 140736546284320 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 605 278 157 443 0 158 0
[pid=10727] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10727/stat : 10727 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384770737 9367552 267 33554432000 4194304 5064252 140734630569072 140734630567984 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10727/statm: 2287 267 226 213 0 72 0
[pid=10728] ppid=10727 vsize=14768 CPUtime=1.44 cores=0,2,4,6
/proc/10728/stat : 10728 (glucose) R 10727 10710 31309 0 -1 4202496 4008 0 0 0 144 0 0 0 20 0 1 0 384770737 15122432 2955 33554432000 4194304 5208918 140735662733120 140735662730984 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10728/statm: 3692 2955 96 248 0 3441 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 35484

[startup+3.10033 s]
/proc/loadavg: 2.00 1.97 1.86 3/181 10762
/proc/meminfo: memFree=31399600/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 1843 2276 0 0 0 0 1 0 20 0 1 0 384770733 2478080 278 33554432000 4194304 6006132 140736546290128 140736546284320 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 605 278 157 443 0 158 0
[pid=10727] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10727/stat : 10727 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384770737 9367552 267 33554432000 4194304 5064252 140734630569072 140734630567984 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10727/statm: 2287 267 226 213 0 72 0
[pid=10728] ppid=10727 vsize=19604 CPUtime=3.04 cores=0,2,4,6
/proc/10728/stat : 10728 (glucose) R 10727 10710 31309 0 -1 4202496 4400 0 0 0 304 0 0 0 20 0 1 0 384770737 20074496 3821 33554432000 4194304 5208918 140735662733120 140735662731064 4212601 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10728/statm: 4901 3821 96 248 0 4650 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 40320

[startup+6.30032 s]
/proc/loadavg: 2.00 1.97 1.86 3/181 10769
/proc/meminfo: memFree=31389060/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=4.73 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 2739 10043 0 0 2 1 468 2 20 0 1 0 384770733 6782976 1067 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1067 166 443 0 1209 0
[pid=10768] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10768/stat : 10768 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384771225 9367552 267 33554432000 4194304 5064252 140734789703888 140734789702800 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10768/statm: 2287 267 226 213 0 72 0
[pid=10769] ppid=10768 vsize=22352 CPUtime=1.36 cores=0,2,4,6
/proc/10769/stat : 10769 (glucose) R 10768 10710 31309 0 -1 4202496 5924 0 0 0 136 0 0 0 20 0 1 0 384771225 22888448 5253 33554432000 4194304 5208918 140737340482240 140737340480392 4229338 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10769/statm: 5588 5253 96 248 0 5337 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 47272

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.86 3/181 10797
/proc/meminfo: memFree=31378944/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=25144 CPUtime=4 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 4651 0 0 0 399 1 0 0 20 0 1 0 384771601 25747456 5728 33554432000 4194304 5208918 140735488228048 140735488225912 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 6286 5728 104 248 0 6035 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 50064

[startup+25.5004 s]
/proc/loadavg: 2.00 1.97 1.87 3/181 10797
/proc/meminfo: memFree=31330184/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=67640 CPUtime=16.79 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 6163 0 0 0 1677 2 0 0 20 0 1 0 384771601 69263360 11758 33554432000 4194304 5208918 140735488228048 140735488225992 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 16910 11758 105 248 0 16659 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 92560

[startup+51.1004 s]
/proc/loadavg: 2.06 1.99 1.87 3/181 10797
/proc/meminfo: memFree=31309264/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=67640 CPUtime=42.38 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 6896 0 0 0 4235 3 0 0 20 0 1 0 384771601 69263360 16472 33554432000 4194304 5208918 140735488228048 140735488224360 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 16910 16472 105 248 0 16659 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 92560

[startup+102.306 s]
/proc/loadavg: 2.02 1.99 1.88 3/181 10797
/proc/meminfo: memFree=31247880/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=68460 CPUtime=93.58 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 7523 0 0 0 9353 5 0 0 20 0 1 0 384771601 70103040 16677 33554432000 4194304 5208918 140735488228048 140735488226040 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 17115 16677 105 248 0 16864 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 93380

[startup+162.3 s]
/proc/loadavg: 2.01 1.99 1.88 3/181 10797
/proc/meminfo: memFree=31256600/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 10808
/proc/meminfo: memFree=31109084/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=148940 CPUtime=1353.37 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 18349 0 0 0 135303 34 0 0 20 0 1 0 384771601 152514560 33270 33554432000 4194304 5208918 140735488228048 140735488226040 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 37235 33270 105 248 0 36984 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 173860

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 10808
/proc/meminfo: memFree=31174036/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1413.37 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 18942 0 0 0 141302 35 0 0 20 0 1 0 384771601 184074240 37433 33554432000 4194304 5208918 140735488228048 140735488226200 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 37433 105 248 0 44689 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 204680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 10808
/proc/meminfo: memFree=31170128/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=148940 CPUtime=1473.36 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 19058 0 0 0 147300 36 0 0 20 0 1 0 384771601 152514560 35830 33554432000 4194304 5208918 140735488228048 140735488226040 4229406 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 37235 35830 105 248 0 36984 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 173860

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/182 10810
/proc/meminfo: memFree=31140944/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1533.34 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 19652 0 0 0 153297 37 0 0 20 0 1 0 384771601 184074240 40505 33554432000 4194304 5208918 140735488228048 140735488224424 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 40505 105 248 0 44689 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 204680

[startup+1602.3 s]
/proc/loadavg: 2.16 2.06 1.95 3/182 10812
/proc/meminfo: memFree=31170048/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1593.33 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 20354 0 0 0 159295 38 0 0 20 0 1 0 384771601 184074240 37433 33554432000 4194304 5208918 140735488228048 140735488226200 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 37433 105 248 0 44689 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 204680

[startup+1662.3 s]
/proc/loadavg: 2.16 2.08 1.96 3/181 10812
/proc/meminfo: memFree=31133632/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=148940 CPUtime=1653.31 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 20491 0 0 0 165292 39 0 0 20 0 1 0 384771601 152514560 33782 33554432000 4194304 5208918 140735488228048 140735488226040 4229386 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 37235 33782 105 248 0 36984 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 173860

[startup+1722.3 s]
/proc/loadavg: 2.13 2.09 1.97 3/181 10812
/proc/meminfo: memFree=31080064/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1713.3 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 21087 0 0 0 171289 41 0 0 20 0 1 0 384771601 184074240 40505 33554432000 4194304 5208918 140735488228048 140735488224424 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 40505 105 248 0 44689 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 204680

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 1.97 3/181 10812
/proc/meminfo: memFree=31149060/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1773.29 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 21789 0 0 0 177287 42 0 0 20 0 1 0 384771601 184074240 37433 33554432000 4194304 5208918 140735488228048 140735488226200 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 37433 105 248 0 44689 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 204680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.09 1.98 3/181 10812
/proc/meminfo: memFree=31106612/32873852 swapFree=6860/6860
[pid=10710] ppid=10708 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10710/stat : 10710 (npSolver-wbo-I.) S 10708 10710 31309 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384770732 9367552 275 33554432000 4194304 5064252 140737002903440 140737002902352 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10710/statm: 2287 275 233 213 0 72 0
[pid=10711] ppid=10710 vsize=6624 CPUtime=8.48 cores=0,2,4,6
/proc/10711/stat : 10711 (npSolver-wbo) S 10710 10710 31309 0 -1 4202496 3225 32743 0 0 2 1 835 10 20 0 1 0 384770733 6782976 1068 33554432000 4194304 6006132 140736546290128 140736546281536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10711/statm: 1656 1068 167 443 0 1209 0
[pid=10796] ppid=10711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (satsolver.sh) S 10711 10710 31309 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384771601 9367552 266 33554432000 4194304 5064252 140734699709232 140734699708144 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10796/statm: 2287 266 226 213 0 72 0
[pid=10797] ppid=10796 vsize=179760 CPUtime=1791.6 cores=0,2,4,6
/proc/10797/stat : 10797 (glucose) R 10796 10710 31309 0 -1 4202496 21791 0 0 0 179118 42 0 0 20 0 1 0 384771601 184074240 38457 33554432000 4194304 5208918 140735488228048 140735488226200 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10797/statm: 44940 38457 105 248 0 44689 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 204680

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.62
CPU time (s): 1800.13
CPU user time (s): 1799.57
CPU system time (s): 0.562914
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 204680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.562914
maximum resident set size= 199236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177
involuntary context switches= 1940

runsolver used 3.06153 second user time and 7.2679 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 22:14:08
IDJOB=3754265
IDBENCH=78703
IDSOLVER=2338
FILE ID=node128/3754265-1339186448
RUNJOBID= node128-1339184647-10580
PBS_JOBID= 14643820
Free space on /tmp= 70492 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_30_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-3754265-1339186448/watcher-3754265-1339186448 -o /tmp/evaluation-result-3754265-1339186448/solver-3754265-1339186448 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754265-1339186448.wbo 547758198 HOME HOME

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

MD5SUM BENCH= c77cfb1ee053e7c4147458beb2d99117
RANDOM SEED=547758198

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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		: 2666.389
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.389
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		: 2666.389
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.389
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:       32873852 kB
MemFree:        30417064 kB
Buffers:          297484 kB
Cached:           462224 kB
SwapCached:         1304 kB
Active:          1547244 kB
Inactive:          21404 kB
Active(anon):     803536 kB
Inactive(anon):     7500 kB
Active(file):     743708 kB
Inactive(file):    13904 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67101724 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:        857316 kB
Mapped:            10136 kB
Shmem:                 8 kB
Slab:             746884 kB
SReclaimable:     189024 kB
SUnreclaim:       557860 kB
KernelStack:        1504 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1033848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 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= 70692 MiB
End job on node128 at 2012-06-08 22:44:09