Trace number 3713495

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMd97c5722fe377ef62d4d83eb3fe2e1eb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.219966
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints35
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1734
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 1733
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.04	c run usual solver
0.00/0.50	o 1146
0.00/0.50	c current bound: 573
0.00/0.85	o 187
0.00/0.85	c current bound: 93
1.68/1.77	o 83
1.68/1.77	c current bound: 41
7.98/8.04	o 40
7.98/8.04	c current bound: 20
7.98/8.09	o 20
7.98/8.09	c current bound: 10
8.08/8.27	o 10
8.08/8.27	c current bound: 5
1800.05/1800.40	./satsolver.sh: line 5: 28372 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/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-3713495-1338172788/watcher-3713495-1338172788 -o /tmp/evaluation-result-3713495-1338172788/solver-3713495-1338172788 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713495-1338172788.wbo 1052124521 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.16 2.05 2.01 3/179 28323
/proc/meminfo: memFree=28495076/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0

[startup+0.0678111 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 28323
/proc/meminfo: memFree=28495076/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 28323
/proc/meminfo: memFree=28495076/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300112 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 28323
/proc/meminfo: memFree=28495076/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700312 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 28323
/proc/meminfo: memFree=28495076/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.15 2.05 2.01 3/183 28344
/proc/meminfo: memFree=28487020/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=0.84 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 2580 18238 0 0 7 2 64 11 20 0 1 0 283406146 4046848 609 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 609 164 439 0 545 0
[pid=28343] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28343/stat : 28343 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283406231 9367552 267 33554432000 4194304 5064252 140735811323184 140735811322096 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28343/statm: 2287 267 226 213 0 72 0
[pid=28344] ppid=28343 vsize=7816 CPUtime=0.64 cores=0,2,4,6
/proc/28344/stat : 28344 (glucose) R 28343 28323 26029 0 -1 4202496 2376 0 0 0 64 0 0 0 20 0 1 0 283406231 8003584 1516 33554432000 4194304 5208918 140736932694112 140736932692264 4229072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28344/statm: 1954 1516 104 248 0 1703 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30064

[startup+3.10029 s]
/proc/loadavg: 2.15 2.05 2.01 3/183 28351
/proc/meminfo: memFree=28487508/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=1.76 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 2759 24962 0 0 7 2 154 13 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28350] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28350/stat : 28350 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283406323 9367552 265 33554432000 4194304 5064252 140735985894272 140735985893184 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28350/statm: 2287 265 226 213 0 72 0
[pid=28351] ppid=28350 vsize=11564 CPUtime=1.31 cores=0,2,4,6
/proc/28351/stat : 28351 (glucose) R 28350 28323 26029 0 -1 4202496 2855 0 0 0 131 0 0 0 20 0 1 0 283406323 11841536 2134 33554432000 4194304 5208918 140734171424560 140734171422408 4229344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28351/statm: 2891 2134 102 248 0 2640 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33812

[startup+6.3003 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 28351
/proc/meminfo: memFree=28471644/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=1.76 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 2759 24962 0 0 7 2 154 13 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28350] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28350/stat : 28350 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283406323 9367552 265 33554432000 4194304 5064252 140735985894272 140735985893184 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28350/statm: 2287 265 226 213 0 72 0
[pid=28351] ppid=28350 vsize=16100 CPUtime=4.51 cores=0,2,4,6
/proc/28351/stat : 28351 (glucose) R 28350 28323 26029 0 -1 4202496 3839 0 0 0 451 0 0 0 20 0 1 0 283406323 16486400 3448 33554432000 4194304 5208918 140734171424560 140734171422648 4229512 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28351/statm: 4025 3448 104 248 0 3774 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38348

[startup+12.7004 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 28372
/proc/meminfo: memFree=28470892/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=17068 CPUtime=4.41 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 3942 0 0 0 441 0 0 0 20 0 1 0 283406973 17477632 3814 33554432000 4194304 5208918 140735743287840 140735743285832 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 4267 3814 104 248 0 4016 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39316

[startup+25.5003 s]
/proc/loadavg: 2.18 2.06 2.01 3/184 28375
/proc/meminfo: memFree=28457308/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=40416 CPUtime=17.21 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 5911 0 0 0 1720 1 0 0 20 0 1 0 283406973 41385984 9302 33554432000 4194304 5208918 140735743287840 140735743283528 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 10104 9302 104 248 0 9853 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62664

[startup+51.1003 s]
/proc/loadavg: 2.11 2.06 2.01 3/184 28375
/proc/meminfo: memFree=28453200/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=43132 CPUtime=42.8 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 6961 0 0 0 4279 1 0 0 20 0 1 0 283406973 44167168 9858 33554432000 4194304 5208918 140735743287840 140735743284216 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 10783 9858 104 248 0 10532 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 65380

[startup+102.307 s]
/proc/loadavg: 2.13 2.07 2.02 3/182 28375
/proc/meminfo: memFree=28421216/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=75996 CPUtime=94 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 9393 0 0 0 9397 3 0 0 20 0 1 0 283406973 77819904 17091 33554432000 4194304 5208918 140735743287840 140735743284216 4213735 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 18999 17091 104 248 0 18748 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 98244

[startup+162.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 28376
/proc/meminfo: memFree=28404740/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28517
/proc/meminfo: memFree=28960224/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=222796 CPUtime=1353.78 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 39731 0 0 0 135321 57 0 0 20 0 1 0 283406973 228143104 54997 33554432000 4194304 5208918 140735743287840 140735743284152 4229717 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28372/statm: 55699 54997 104 248 0 55448 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 245044

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28517
/proc/meminfo: memFree=29055244/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=173476 CPUtime=1413.78 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 41239 0 0 0 141317 61 0 0 20 0 1 0 283406973 177639424 42929 33554432000 4194304 5208918 140735743287840 140735743285928 4211501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 43369 42929 104 248 0 43118 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 195724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28517
/proc/meminfo: memFree=28938776/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=222796 CPUtime=1473.76 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 42462 0 0 0 147313 63 0 0 20 0 1 0 283406973 228143104 51925 33554432000 4194304 5208918 140735743287840 140735743285832 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 55699 51925 104 248 0 55448 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 245044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28517
/proc/meminfo: memFree=28928620/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=222796 CPUtime=1533.75 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 43373 0 0 0 153310 65 0 0 20 0 1 0 283406973 228143104 54485 33554432000 4194304 5208918 140735743287840 140735743285832 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 55699 54485 104 248 0 55448 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 245044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28517
/proc/meminfo: memFree=28935908/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=253616 CPUtime=1593.74 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 44873 0 0 0 159307 67 0 0 20 0 1 0 283406973 259702784 56600 33554432000 4194304 5208918 140735743287840 140735743285992 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 63404 56600 104 248 0 63153 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 275864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28518
/proc/meminfo: memFree=28935992/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=222796 CPUtime=1653.73 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 46104 0 0 0 165303 70 0 0 20 0 1 0 283406973 228143104 54485 33554432000 4194304 5208918 140735743287840 140735743285832 4229403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28372/statm: 55699 54485 104 248 0 55448 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 245044

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 28518
/proc/meminfo: memFree=28944276/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=222796 CPUtime=1713.71 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 47917 0 0 0 171298 73 0 0 20 0 1 0 283406973 228143104 52437 33554432000 4194304 5208918 140735743287840 140735743285832 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28372/statm: 55699 52437 104 248 0 55448 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 245044

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 28518
/proc/meminfo: memFree=28914996/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=253900 CPUtime=1773.7 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 49510 0 0 0 177294 76 0 0 20 0 1 0 283406973 259993600 59231 33554432000 4194304 5208918 140735743287840 140735743285992 4229296 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28372/statm: 63475 59231 104 248 0 63224 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 276148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 28518
/proc/meminfo: memFree=28952604/32873648 swapFree=7116/7116
[pid=28323] ppid=28321 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28323/stat : 28323 (npSolver-wbo.sh) S 28321 28323 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283406146 9367552 275 33554432000 4194304 5064252 140736060477728 140736060476640 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28323/statm: 2287 275 233 213 0 72 0
[pid=28324] ppid=28323 vsize=3952 CPUtime=8.25 cores=0,2,4,6
/proc/28324/stat : 28324 (npSolver-wbo) S 28323 28323 26029 0 -1 4202496 3217 44182 0 0 7 2 798 18 20 0 1 0 283406146 4046848 619 33554432000 4194304 5990268 140736373049776 140736373041216 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 988 619 164 439 0 545 0
[pid=28371] ppid=28324 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28371/stat : 28371 (satsolver.sh) S 28324 28323 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406973 9367552 267 33554432000 4194304 5064252 140735713434160 140735713433072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28371/statm: 2287 267 226 213 0 72 0
[pid=28372] ppid=28371 vsize=176524 CPUtime=1791.8 cores=0,2,4,6
/proc/28372/stat : 28372 (glucose) R 28371 28323 26029 0 -1 4202496 50179 0 0 0 179103 77 0 0 20 0 1 0 283406973 180760576 43350 33554432000 4194304 5208918 140735743287840 140735743285928 4229717 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28372/statm: 44131 43350 104 248 0 43880 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 198772

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.1
CPU system time (s): 0.978851
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 326236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.978851
maximum resident set size= 254516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276
involuntary context switches= 2582

runsolver used 6.06108 second user time and 12.4181 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 04:39:48
IDJOB=3713495
IDBENCH=78666
IDSOLVER=2294
FILE ID=node114/3713495-1338172788
RUNJOBID= node114-1338159086-26045
PBS_JOBID= 14624549
Free space on /tmp= 71276 MiB

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

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

MD5SUM BENCH= d97c5722fe377ef62d4d83eb3fe2e1eb
RANDOM SEED=1052124521

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        28495704 kB
Buffers:          567084 kB
Cached:          2253684 kB
SwapCached:         2128 kB
Active:          2161724 kB
Inactive:        1345952 kB
Active(anon):     680404 kB
Inactive(anon):     7892 kB
Active(file):    1481320 kB
Inactive(file):  1338060 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              8608 kB
Writeback:             0 kB
AnonPages:        693148 kB
Mapped:            15668 kB
Shmem:               116 kB
Slab:             730660 kB
SReclaimable:     174368 kB
SUnreclaim:       556292 kB
KernelStack:        1520 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1021432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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= 71444 MiB
End job on node114 at 2012-05-28 05:09:48