Trace number 3714190

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.12 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.432933
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 constraints67
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 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
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.06	c run usual solver
153.43/153.53	o 1673
153.43/153.53	c current bound: 836
153.86/154.14	o 552
153.86/154.14	c current bound: 276
154.34/154.49	o 251
154.34/154.49	c current bound: 125
154.65/154.75	o 101
154.65/154.75	c current bound: 50
155.24/155.38	o 50
155.24/155.38	c current bound: 25
155.34/155.49	o 13
155.34/155.49	c current bound: 6
1800.08/1800.40	./satsolver.sh: line 5: 25049 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.40	c error: unexpected solver exit code
1800.08/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714190-1338175080/watcher-3714190-1338175080 -o /tmp/evaluation-result-3714190-1338175080/solver-3714190-1338175080 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714190-1338175080.wbo 1440222661 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.12 1.65 1.87 4/175 24927
/proc/meminfo: memFree=30983112/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0

[startup+0.0406691 s]
/proc/loadavg: 1.12 1.65 1.87 4/175 24927
/proc/meminfo: memFree=30983112/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100324 s]
/proc/loadavg: 1.12 1.65 1.87 4/175 24927
/proc/meminfo: memFree=30983112/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 1.12 1.65 1.87 4/175 24927
/proc/meminfo: memFree=30983112/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7003 s]
/proc/loadavg: 1.12 1.65 1.87 4/175 24927
/proc/meminfo: memFree=30983112/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.12 1.65 1.87 3/183 24938
/proc/meminfo: memFree=30875920/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=9488 CPUtime=0.94 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 2217 0 0 0 94 0 0 0 20 0 1 0 283632593 9715712 1831 33554432000 4194304 5208918 140735270754368 140735270752216 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 2372 1831 96 248 0 2121 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 32024

[startup+3.10035 s]
/proc/loadavg: 1.19 1.66 1.87 3/183 24938
/proc/meminfo: memFree=30871740/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=21152 CPUtime=2.53 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 3953 0 0 0 253 0 0 0 20 0 1 0 283632593 21659648 4330 33554432000 4194304 5208918 140735270754368 140735270752312 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 5288 4330 96 248 0 5037 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 43688

[startup+6.30035 s]
/proc/loadavg: 1.19 1.66 1.87 4/183 24958
/proc/meminfo: memFree=30913616/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=21148 CPUtime=5.73 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 4170 0 0 0 573 0 0 0 20 0 1 0 283632593 21655552 4754 33554432000 4194304 5208918 140735270754368 140735270752312 4229520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 5287 4754 96 248 0 5036 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43684

[startup+12.7004 s]
/proc/loadavg: 1.32 1.67 1.87 3/183 24969
/proc/meminfo: memFree=30871492/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=25560 CPUtime=12.13 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 4788 0 0 0 1213 0 0 0 20 0 1 0 283632593 26173440 5865 33554432000 4194304 5208918 140735270754368 140735270752232 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 6390 5865 96 248 0 6139 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48096

[startup+25.5004 s]
/proc/loadavg: 1.42 1.68 1.87 3/183 24990
/proc/meminfo: memFree=30880228/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=51468 CPUtime=24.93 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 5820 0 0 0 2492 1 0 0 20 0 1 0 283632593 52703232 9314 33554432000 4194304 5208918 140735270754368 140735270752312 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 12867 9314 96 248 0 12616 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 74004

[startup+51.1004 s]
/proc/loadavg: 1.62 1.70 1.87 3/183 25004
/proc/meminfo: memFree=30862472/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=51468 CPUtime=50.53 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 6319 0 0 0 5051 2 0 0 20 0 1 0 283632593 52703232 10338 33554432000 4194304 5208918 140735270754368 140735270752456 4229469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 12867 10338 96 248 0 12616 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 74004

[startup+102.307 s]
/proc/loadavg: 1.97 1.78 1.89 4/183 25004
/proc/meminfo: memFree=30827276/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=4240 CPUtime=0.53 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 1396 6213 0 0 6 0 40 7 20 0 1 0 283632537 4341760 570 33554432000 4194304 5990268 140736076177216 140736076171456 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 1060 570 157 439 0 617 0
[pid=24937] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24937/stat : 24937 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283632593 9367552 267 33554432000 4194304 5064252 140736752349744 140736752348656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24937/statm: 2287 267 226 213 0 72 0
[pid=24938] ppid=24937 vsize=70352 CPUtime=101.72 cores=0,2,4,6
/proc/24938/stat : 24938 (glucose) R 24937 24926 21914 0 -1 4202496 6914 0 0 0 10170 2 0 0 20 0 1 0 283632593 72040448 11363 33554432000 4194304 5208918 140735270754368 140735270752312 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24938/statm: 17588 11363 96 248 0 17337 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92888

[startup+162.3 s]
/proc/loadavg: 1.99 1.82 1.90 3/184 25049
/proc/meminfo: memFree=30841428/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/184 25060
/proc/meminfo: memFree=30570004/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=169816 CPUtime=1206.6 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 21965 0 0 0 120628 32 0 0 20 0 1 0 283648087 173891584 41701 33554432000 4194304 5208918 140733594301440 140733594299432 4229541 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 42454 41701 105 248 0 42203 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 196784

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 4/183 25061
/proc/meminfo: memFree=30614276/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=120496 CPUtime=1266.6 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 22559 0 0 0 126627 33 0 0 20 0 1 0 283648087 123387904 29629 33554432000 4194304 5208918 140733594301440 140733594299528 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 30124 29629 105 248 0 29873 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 147464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/183 25061
/proc/meminfo: memFree=30555260/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=200636 CPUtime=1326.59 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 23471 0 0 0 132624 35 0 0 20 0 1 0 283648087 205451264 43816 33554432000 4194304 5208918 140733594301440 140733594299592 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 50159 43816 105 248 0 49908 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 227604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/183 25061
/proc/meminfo: memFree=30571596/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=169816 CPUtime=1386.58 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 23788 0 0 0 138622 36 0 0 20 0 1 0 283648087 173891584 39653 33554432000 4194304 5208918 140733594301440 140733594299432 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 42454 39653 105 248 0 42203 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 196784

[startup+1602.3 s]
/proc/loadavg: 2.16 2.03 1.93 5/183 25061
/proc/meminfo: memFree=30609716/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=120496 CPUtime=1446.56 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 24392 0 0 0 144619 37 0 0 20 0 1 0 283648087 123387904 29629 33554432000 4194304 5208918 140733594301440 140733594299528 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 30124 29629 105 248 0 29873 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 147464

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 1.93 4/183 25061
/proc/meminfo: memFree=30551864/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=200636 CPUtime=1506.55 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 25299 0 0 0 150616 39 0 0 20 0 1 0 283648087 205451264 43816 33554432000 4194304 5208918 140733594301440 140733594299592 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 50159 43816 105 248 0 49908 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 227604

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.93 4/182 25061
/proc/meminfo: memFree=30568620/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=169816 CPUtime=1566.54 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 25618 0 0 0 156614 40 0 0 20 0 1 0 283648087 173891584 40165 33554432000 4194304 5208918 140733594301440 140733594297816 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 42454 40165 105 248 0 42203 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 196784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/183 25062
/proc/meminfo: memFree=30575264/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=169816 CPUtime=1626.53 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 26530 0 0 0 162611 42 0 0 20 0 1 0 283648087 173891584 38117 33554432000 4194304 5208918 140733594301440 140733594299432 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 42454 38117 105 248 0 42203 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 196784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 1.93 4/183 25062
/proc/meminfo: memFree=30557392/32873844 swapFree=7900/7900
[pid=24926] ppid=24922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24926/stat : 24926 (npSolver-wbo-I.) S 24922 24926 21914 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283632537 9367552 274 33554432000 4194304 5064252 140733611990384 140733611989296 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24926/statm: 2287 274 233 213 0 72 0
[pid=24929] ppid=24926 vsize=8672 CPUtime=155.45 cores=0,2,4,6
/proc/24929/stat : 24929 (npSolver-wbo) S 24926 24926 21914 0 -1 4202496 6407 60041 0 0 15 3 15491 36 20 0 1 0 283632537 8880128 1461 33554432000 4194304 5990268 140736076177216 140736076168656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24929/statm: 2168 1461 164 439 0 1725 0
[pid=25048] ppid=24929 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25048/stat : 25048 (satsolver.sh) S 24929 24926 21914 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283648087 9367552 266 33554432000 4194304 5064252 140736302988352 140736302987264 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25048/statm: 2287 266 226 213 0 72 0
[pid=25049] ppid=25048 vsize=169816 CPUtime=1644.63 cores=0,2,4,6
/proc/25049/stat : 25049 (glucose) R 25048 24926 21914 0 -1 4202496 26534 0 0 0 164421 42 0 0 20 0 1 0 283648087 173891584 40165 33554432000 4194304 5208918 140733594301440 140733594297816 4229725 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25049/statm: 42454 40165 105 248 0 42203 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 196784

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.3
CPU system time (s): 0.828873
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 227604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.828873
maximum resident set size= 181408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 566
involuntary context switches= 1924

runsolver used 4.02739 second user time and 10.3714 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-28 05:18:00
IDJOB=3714190
IDBENCH=78676
IDSOLVER=2295
FILE ID=node137/3714190-1338175080
RUNJOBID= node137-1338175080-24900
PBS_JOBID= 14624522
Free space on /tmp= 71488 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-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714190-1338175080/watcher-3714190-1338175080 -o /tmp/evaluation-result-3714190-1338175080/solver-3714190-1338175080 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714190-1338175080.wbo 1440222661 HOME HOME

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=1440222661

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        30983996 kB
Buffers:          350568 kB
Cached:           661116 kB
SwapCached:        20904 kB
Active:           839128 kB
Inactive:         195092 kB
Active(anon):       2152 kB
Inactive(anon):    22936 kB
Active(file):     836976 kB
Inactive(file):   172156 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             16284 kB
Writeback:             0 kB
AnonPages:         96936 kB
Mapped:             9024 kB
Shmem:                 0 kB
Slab:             714528 kB
SReclaimable:     156016 kB
SUnreclaim:       558512 kB
KernelStack:        1392 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71460 MiB
End job on node137 at 2012-05-28 05:48:01