Trace number 3753569

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-topDown (fixed)? (TO) 1800.17 1800.48

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.01	c run usual solver
0.00/0.68	o 546
4.47/4.54	o 173
8.15/8.20	o 131
11.97/12.01	o 100
16.06/16.15	o 90
80.34/80.44	o 85
80.39/80.86	o 54
82.24/82.38	o 50
83.93/84.02	o 25
84.74/84.87	o 6
1800.07/1800.48	./satsolver.sh: line 5: 31039 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.48	c error: unexpected solver exit code
1800.07/1800.48	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-3753569-1339185124/watcher-3753569-1339185124 -o /tmp/evaluation-result-3753569-1339185124/solver-3753569-1339185124 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753569-1339185124.wbo 1326726451 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.03 2.01 2.00 3/179 30962
/proc/meminfo: memFree=31451284/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0

[startup+0.0165561 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30962
/proc/meminfo: memFree=31451284/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30962
/proc/meminfo: memFree=31451284/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30962
/proc/meminfo: memFree=31451284/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700128 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 30962
/proc/meminfo: memFree=31451284/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/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: 2.03 2.01 2.00 3/183 30976
/proc/meminfo: memFree=31422492/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=0.69 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 2234 6936 0 0 3 1 64 1 20 0 1 0 384639231 6774784 1102 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1102 166 443 0 1207 0
[pid=30975] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30975/stat : 30975 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384639302 9367552 267 33554432000 4194304 5064252 140735091869600 140735091868512 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30975/statm: 2287 267 226 213 0 72 0
[pid=30976] ppid=30975 vsize=16396 CPUtime=0.78 cores=0,2,4,6
/proc/30976/stat : 30976 (glucose) R 30975 30962 5861 0 -1 4202496 4853 0 0 0 78 0 0 0 20 0 1 0 384639302 16789504 3481 33554432000 4194304 5208918 140734474748448 140734474746600 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30976/statm: 4099 3481 96 248 0 3848 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41308

[startup+3.10034 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30976
/proc/meminfo: memFree=31413488/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=0.69 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 2234 6936 0 0 3 1 64 1 20 0 1 0 384639231 6774784 1102 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1102 166 443 0 1207 0
[pid=30975] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30975/stat : 30975 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384639302 9367552 267 33554432000 4194304 5064252 140735091869600 140735091868512 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30975/statm: 2287 267 226 213 0 72 0
[pid=30976] ppid=30975 vsize=32284 CPUtime=2.37 cores=0,2,4,6
/proc/30976/stat : 30976 (glucose) R 30975 30962 5861 0 -1 4202496 5879 0 0 0 237 0 0 0 20 0 1 0 384639302 33058816 7561 33554432000 4194304 5208918 140734474748448 140734474746312 4230001 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30976/statm: 8071 7561 96 248 0 7820 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 57196

[startup+6.30034 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30983
/proc/meminfo: memFree=31409020/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=4.53 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 2531 16156 0 0 3 1 444 5 20 0 1 0 384639231 6774784 1103 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1103 166 443 0 1207 0
[pid=30982] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30982/stat : 30982 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384639687 9367552 267 33554432000 4194304 5064252 140735995578384 140735995577296 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30982/statm: 2287 267 226 213 0 72 0
[pid=30983] ppid=30982 vsize=13220 CPUtime=1.73 cores=0,2,4,6
/proc/30983/stat : 30983 (glucose) R 30982 30962 5861 0 -1 4202496 4039 0 0 0 173 0 0 0 20 0 1 0 384639687 13537280 2849 33554432000 4194304 5208918 140734028339472 140734028337560 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30983/statm: 3305 2849 96 248 0 3054 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38132

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30993
/proc/meminfo: memFree=31405456/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=12 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 2984 30809 0 0 4 1 1185 10 20 0 1 0 384639231 6774784 1103 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1103 166 443 0 1207 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 15764

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 31004
/proc/meminfo: memFree=31387872/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=16.12 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3160 38097 0 0 4 1 1595 12 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31003] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31003/stat : 31003 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384640847 9367552 267 33554432000 4194304 5064252 140737054414880 140737054413792 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31003/statm: 2287 267 226 213 0 72 0
[pid=31004] ppid=31003 vsize=23004 CPUtime=9.33 cores=0,2,4,6
/proc/31004/stat : 31004 (glucose) R 31003 30962 5861 0 -1 4202496 4803 0 0 0 933 0 0 0 20 0 1 0 384640847 23556096 5308 33554432000 4194304 5208918 140734625676384 140734625674248 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31004/statm: 5751 5308 96 248 0 5500 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 47916

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 31004
/proc/meminfo: memFree=31368456/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=16.12 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3160 38097 0 0 4 1 1595 12 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31003] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31003/stat : 31003 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384640847 9367552 267 33554432000 4194304 5064252 140737054414880 140737054413792 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31003/statm: 2287 267 226 213 0 72 0
[pid=31004] ppid=31003 vsize=44656 CPUtime=34.93 cores=0,2,4,6
/proc/31004/stat : 31004 (glucose) R 31003 30962 5861 0 -1 4202496 6690 0 0 0 3492 1 0 0 20 0 1 0 384640847 45727744 10028 33554432000 4194304 5208918 140734625676384 140734625674248 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31004/statm: 11164 10028 96 248 0 10913 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31039
/proc/meminfo: memFree=31361084/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=51344 CPUtime=17.42 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 4975 0 0 0 1741 1 0 0 20 0 1 0 384647719 52576256 11346 33554432000 4194304 5208918 140735747753520 140735747751464 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 12836 11346 104 248 0 12585 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76256

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 31040
/proc/meminfo: memFree=31330536/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=89396 CPUtime=77.41 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 5817 0 0 0 7738 3 0 0 20 0 1 0 384647719 91541504 20481 33554432000 4194304 5208918 140735747753520 140735747749896 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 22349 20481 104 248 0 22098 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31073
/proc/meminfo: memFree=31106308/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1277.19 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9447 0 0 0 127675 44 0 0 20 0 1 0 384647719 219058176 49458 33554432000 4194304 5208918 140735747753520 140735747749896 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 49458 104 248 0 53230 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 238836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31073
/proc/meminfo: memFree=31055016/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1337.19 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9562 0 0 0 133673 46 0 0 20 0 1 0 384647719 219058176 48956 33554432000 4194304 5208918 140735747753520 140735747749832 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 48956 104 248 0 53230 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 238836

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 31073
/proc/meminfo: memFree=31095940/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1397.18 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9669 0 0 0 139670 48 0 0 20 0 1 0 384647719 219058176 48956 33554432000 4194304 5208918 140735747753520 140735747749896 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 48956 104 248 0 53230 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 238836

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 31073
/proc/meminfo: memFree=31143976/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1457.17 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9779 0 0 0 145667 50 0 0 20 0 1 0 384647719 219058176 49980 33554432000 4194304 5208918 140735747753520 140735747751672 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 49980 104 248 0 53230 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 238836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31073
/proc/meminfo: memFree=31114192/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1517.16 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9884 0 0 0 151664 52 0 0 20 0 1 0 384647719 219058176 47420 33554432000 4194304 5208918 140735747753520 140735747751672 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 47420 104 248 0 53230 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 238836

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 31074
/proc/meminfo: memFree=31069452/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1577.14 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 9987 0 0 0 157661 53 0 0 20 0 1 0 384647719 219058176 45884 33554432000 4194304 5208918 140735747753520 140735747751672 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 45884 104 248 0 53230 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 238836

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 31077
/proc/meminfo: memFree=31158932/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=183104 CPUtime=1637.14 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 10019 0 0 0 163659 55 0 0 20 0 1 0 384647719 187498496 42233 33554432000 4194304 5208918 140735747753520 140735747751608 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 45776 42233 104 248 0 45525 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 208016

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 31143
/proc/meminfo: memFree=31294520/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1697.13 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 10098 0 0 0 169657 56 0 0 20 0 1 0 384647719 219058176 48444 33554432000 4194304 5208918 140735747753520 140735747751672 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 48444 104 248 0 53230 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 238836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 31263
/proc/meminfo: memFree=31262684/32873648 swapFree=7376/7376
[pid=30962] ppid=30960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30962/stat : 30962 (npSolver-wbo-It) S 30960 30962 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384639231 9367552 275 33554432000 4194304 5064252 140734690068624 140734690067536 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30962/statm: 2287 275 233 213 0 72 0
[pid=30963] ppid=30962 vsize=6616 CPUtime=84.83 cores=0,2,4,6
/proc/30963/stat : 30963 (npSolver-wbo) S 30962 30962 5861 0 -1 4202496 3692 71278 0 0 5 1 8457 20 20 0 1 0 384639231 6774784 1104 33554432000 4194304 6006132 140733722571792 140733722563184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30963/statm: 1654 1104 167 443 0 1207 0
[pid=31038] ppid=30963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31038/stat : 31038 (satsolver.sh) S 30963 30962 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384647718 9367552 267 33554432000 4194304 5064252 140733769304720 140733769303632 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31038/statm: 2287 267 226 213 0 72 0
[pid=31039] ppid=31038 vsize=213924 CPUtime=1715.24 cores=0,2,4,6
/proc/31039/stat : 31039 (glucose) R 31038 30962 5861 0 -1 4202496 10100 0 0 0 171468 56 0 0 20 0 1 0 384647719 219058176 49468 33554432000 4194304 5208918 140735747753520 140735747751672 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31039/statm: 53481 49468 104 248 0 53230 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 238836

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.48
CPU time (s): 1800.17
CPU user time (s): 1799.38
CPU system time (s): 0.78888
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 288156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.78888
maximum resident set size= 242940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263
involuntary context switches= 1968

runsolver used 3.33449 second user time and 9.2106 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-08 21:52:04
IDJOB=3753569
IDBENCH=78666
IDSOLVER=2337
FILE ID=node113/3753569-1339185124
RUNJOBID= node113-1339183302-30696
PBS_JOBID= 14643803
Free space on /tmp= 71136 MiB

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

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

MD5SUM BENCH= d97c5722fe377ef62d4d83eb3fe2e1eb
RANDOM SEED=1326726451

node113.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.026
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.05
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.026
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.90
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.026
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.54
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.026
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.026
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.026
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.026
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.92
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.026
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:        31451556 kB
Buffers:          351052 kB
Cached:           113320 kB
SwapCached:         1348 kB
Active:           497476 kB
Inactive:          21660 kB
Active(anon):      48004 kB
Inactive(anon):     4568 kB
Active(file):     449472 kB
Inactive(file):    17092 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099940 kB
Dirty:             18280 kB
Writeback:             0 kB
AnonPages:         83540 kB
Mapped:            10524 kB
Shmem:                 0 kB
Slab:             766000 kB
SReclaimable:     209368 kB
SUnreclaim:       556632 kB
KernelStack:        1520 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     173864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71128 MiB
End job on node113 at 2012-06-08 22:22:04