Trace number 3754368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.14 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-85-80--soft-33-100-0.wbo
MD5SUMb2b0b6245f8ec2d35e44e032ffc67cea
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.2109
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6800
Total number of constraints165
Number of soft constraints110
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
Top cost 6303
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6302
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
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.05	c run usual solver
0.00/0.78	o 1126
0.00/0.78	c current bound: 563
2.94/3.16	o 236
2.94/3.16	c current bound: 118
4.68/4.74	o 117
4.68/4.74	c current bound: 58
4.98/5.05	o 55
4.98/5.05	c current bound: 27
59.80/59.93	o 21
59.80/59.93	c current bound: 10
1800.10/1800.61	./satsolver.sh: line 5:  3722 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754368-1339187641/watcher-3754368-1339187641 -o /tmp/evaluation-result-3754368-1339187641/solver-3754368-1339187641 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754368-1339187641.wbo 139718733 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.92 1.98 1.99 1/171 3657
/proc/meminfo: memFree=28714208/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0

[startup+0.0904719 s]
/proc/loadavg: 1.92 1.98 1.99 1/171 3657
/proc/meminfo: memFree=28714208/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100191 s]
/proc/loadavg: 1.92 1.98 1.99 1/171 3657
/proc/meminfo: memFree=28714208/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300116 s]
/proc/loadavg: 1.92 1.98 1.99 1/171 3657
/proc/meminfo: memFree=28714208/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700143 s]
/proc/loadavg: 1.92 1.98 1.99 1/171 3657
/proc/meminfo: memFree=28714208/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/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.92 1.98 1.99 3/183 3693
/proc/meminfo: memFree=28648608/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=0.85 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 4062 8726 0 0 12 4 67 2 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3692] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3692/stat : 3692 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384889063 9367552 267 33554432000 4194304 5064252 140734186670032 140734186668944 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3692/statm: 2287 267 226 213 0 72 0
[pid=3693] ppid=3692 vsize=39908 CPUtime=0.62 cores=0,2,4,6
/proc/3693/stat : 3693 (glucose) R 3692 3657 2358 0 -1 4202496 8744 0 0 0 61 1 0 0 20 0 1 0 384889063 40865792 9229 33554432000 4194304 5208918 140733756341760 140733755291160 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3693/statm: 9977 9229 95 248 0 9726 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 78912

[startup+3.10019 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 3693
/proc/meminfo: memFree=28633528/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=2.94 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 4070 18456 0 0 12 4 274 4 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 29856

[startup+6.30039 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 3714
/proc/meminfo: memFree=28646412/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=4.98 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5369 32651 0 0 14 4 462 18 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3713] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3713/stat : 3713 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384889481 9367552 267 33554432000 4194304 5064252 140733461185696 140733461184608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3713/statm: 2287 267 226 213 0 72 0
[pid=3714] ppid=3713 vsize=24032 CPUtime=1.23 cores=0,2,4,6
/proc/3714/stat : 3714 (glucose) R 3713 3657 2358 0 -1 4202496 2406 0 0 0 123 0 0 0 20 0 1 0 384889482 24608768 4836 33554432000 4194304 5208918 140733206510640 140733206508488 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3714/statm: 6008 4836 95 248 0 5757 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 63036

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 3715
/proc/meminfo: memFree=28553636/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=4.98 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5369 32651 0 0 14 4 462 18 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3713] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3713/stat : 3713 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384889481 9367552 267 33554432000 4194304 5064252 140733461185696 140733461184608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3713/statm: 2287 267 226 213 0 72 0
[pid=3714] ppid=3713 vsize=66452 CPUtime=7.63 cores=0,2,4,6
/proc/3714/stat : 3714 (glucose) R 3713 3657 2358 0 -1 4202496 6209 0 0 0 760 3 0 0 20 0 1 0 384889482 68046848 11627 33554432000 4194304 5208918 140733206510640 140733206508632 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3714/statm: 16613 11627 96 248 0 16362 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 105456

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 3715
/proc/meminfo: memFree=28549348/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=4.98 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5369 32651 0 0 14 4 462 18 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3713] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3713/stat : 3713 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384889481 9367552 267 33554432000 4194304 5064252 140733461185696 140733461184608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3713/statm: 2287 267 226 213 0 72 0
[pid=3714] ppid=3713 vsize=115772 CPUtime=20.43 cores=0,2,4,6
/proc/3714/stat : 3714 (glucose) R 3713 3657 2358 0 -1 4202496 8026 0 0 0 2036 7 0 0 20 0 1 0 384889482 118550528 22177 33554432000 4194304 5208918 140733206510640 140733206508632 4230008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3714/statm: 28943 22177 96 248 0 28692 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 154776

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 3715
/proc/meminfo: memFree=28471504/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=4.98 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5369 32651 0 0 14 4 462 18 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3713] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3713/stat : 3713 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384889481 9367552 267 33554432000 4194304 5064252 140733461185696 140733461184608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3713/statm: 2287 267 226 213 0 72 0
[pid=3714] ppid=3713 vsize=196680 CPUtime=46.03 cores=0,2,4,6
/proc/3714/stat : 3714 (glucose) R 3713 3657 2358 0 -1 4202496 11687 0 0 0 4589 14 0 0 20 0 1 0 384889482 201400320 32273 33554432000 4194304 5208918 140733206510640 140733206508792 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3714/statm: 49170 32273 96 248 0 48919 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 235684

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 3729
/proc/meminfo: memFree=28540000/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=103772 CPUtime=42.36 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 12443 0 0 0 4222 14 0 0 20 0 1 0 384894970 106262528 23166 33554432000 4194304 5208918 140733496266384 140733496264376 4229546 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 25943 23166 96 248 0 25692 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 142776

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 3729
/proc/meminfo: memFree=28428656/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=184680 CPUtime=102.33 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 19102 0 0 0 10203 30 0 0 20 0 1 0 384894970 189112320 41454 33554432000 4194304 5208918 140733496266384 140733496264536 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 46170 41454 96 248 0 45919 0
Current children cumulated CPU time (s) 162.17

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3753
/proc/meminfo: memFree=28130236/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=398328 CPUtime=1302.03 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 83413 0 0 0 129995 208 0 0 20 0 1 0 384894970 407887872 89594 33554432000 4194304 5208918 140733496266384 140733496264536 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 99582 89594 96 248 0 99331 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 437332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3753
/proc/meminfo: memFree=28194300/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=398328 CPUtime=1362.03 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 85513 0 0 0 135989 214 0 0 20 0 1 0 384894970 407887872 72999 33554432000 4194304 5208918 140733496266384 140733496264536 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 99582 72999 96 248 0 99331 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 437332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3753
/proc/meminfo: memFree=28274068/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=266068 CPUtime=1422 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 87366 0 0 0 141980 220 0 0 20 0 1 0 384894970 272453632 56361 33554432000 4194304 5208918 140733496266384 140733496264536 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 66517 56361 96 248 0 66266 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 305072

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3754
/proc/meminfo: memFree=28027776/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=613252 CPUtime=1481.99 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 88476 0 0 0 147974 225 0 0 20 0 1 0 384894970 627970048 121338 33554432000 4194304 5208918 140733496266384 140733496264536 4211397 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 153313 121338 96 248 0 153062 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 652256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3757
/proc/meminfo: memFree=28103728/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=398328 CPUtime=1541.97 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 90069 0 0 0 153966 231 0 0 20 0 1 0 384894970 407887872 93991 33554432000 4194304 5208918 140733496266384 140733496264536 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 99582 93991 96 248 0 99331 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 437332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3780
/proc/meminfo: memFree=28251592/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=266068 CPUtime=1601.97 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 91913 0 0 0 159959 238 0 0 20 0 1 0 384894970 272453632 61481 33554432000 4194304 5208918 140733496266384 140733496264536 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 66517 61481 96 248 0 66266 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 305072

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 3780
/proc/meminfo: memFree=28048764/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=613252 CPUtime=1661.96 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 93006 0 0 0 165953 243 0 0 20 0 1 0 384894970 627970048 121850 33554432000 4194304 5208918 140733496266384 140733496264536 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 153313 121850 96 248 0 153062 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 652256

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3780
/proc/meminfo: memFree=28121756/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=398328 CPUtime=1721.96 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 94586 0 0 0 171945 251 0 0 20 0 1 0 384894970 407887872 87847 33554432000 4194304 5208918 140733496266384 140733496264536 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 99582 87847 96 248 0 99331 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 437332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.00 2.00 2/175 3805
/proc/meminfo: memFree=28273776/32873844 swapFree=7120/7120
[pid=3657] ppid=3655 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3657/stat : 3657 (npSolver-wbo-I.) S 3655 3657 2358 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384888976 9367552 274 33554432000 4194304 5064252 140733238927536 140733238926448 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3657/statm: 2287 274 233 213 0 72 0
[pid=3659] ppid=3657 vsize=20708 CPUtime=59.84 cores=0,2,4,6
/proc/3659/stat : 3659 (npSolver-wbo) S 3657 3657 2358 0 -1 4202496 5512 48712 0 0 14 4 5930 36 20 0 1 0 384888976 21204992 4213 33554432000 4194304 6006132 140734630576512 140734630567920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3659/statm: 5177 4213 166 443 0 4730 0
[pid=3721] ppid=3659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3721/stat : 3721 (satsolver.sh) S 3659 3657 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384894969 9367552 267 33554432000 4194304 5064252 140733897744304 140733897743216 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3721/statm: 2287 267 226 213 0 72 0
[pid=3722] ppid=3721 vsize=613252 CPUtime=1740.26 cores=0,2,4,6
/proc/3722/stat : 3722 (glucose) R 3721 3657 2358 0 -1 4202496 95142 0 0 0 173774 252 0 0 20 0 1 0 384894970 627970048 107310 33554432000 4194304 5208918 140733496266384 140733496264536 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3722/statm: 153313 107310 103 248 0 153062 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 652256

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.14
CPU user time (s): 1797.2
CPU system time (s): 2.94155
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 782484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.2
system time used= 2.94155
maximum resident set size= 630272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 519
involuntary context switches= 2062

runsolver used 3.71443 second user time and 9.60754 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-08 22:34:01
IDJOB=3754368
IDBENCH=78733
IDSOLVER=2338
FILE ID=node142/3754368-1339187641
RUNJOBID= node142-1339184037-3363
PBS_JOBID= 14643841
Free space on /tmp= 71136 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80--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-3754368-1339187641/watcher-3754368-1339187641 -o /tmp/evaluation-result-3754368-1339187641/solver-3754368-1339187641 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754368-1339187641.wbo 139718733 HOME HOME

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

MD5SUM BENCH= b2b0b6245f8ec2d35e44e032ffc67cea
RANDOM SEED=139718733

node142.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.776
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.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:        28714464 kB
Buffers:          517024 kB
Cached:          2728904 kB
SwapCached:          112 kB
Active:          1680916 kB
Inactive:        1578588 kB
Active(anon):       2536 kB
Inactive(anon):    11164 kB
Active(file):    1678380 kB
Inactive(file):  1567424 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              8676 kB
Writeback:             0 kB
AnonPages:         62996 kB
Mapped:            10108 kB
Shmem:               188 kB
Slab:             760424 kB
SReclaimable:     202104 kB
SUnreclaim:       558320 kB
KernelStack:        1440 kB
PageTables:         3780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71136 MiB
End job on node142 at 2012-06-08 23:04:02