Trace number 3714984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.08 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-33-100-0.wbo
MD5SUMbbaf7e04a2e14186c5cc5b74d1689780
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 benchmark3.52746
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5250
Total number of constraints145
Number of soft constraints94
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
Top cost 4943
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4942
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
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.60	c run usual solver
6.47/6.61	o 2863
6.47/6.61	c fallback to adder encoding
7.05/7.20	o 2849
7.05/7.20	c fallback to adder encoding
7.51/7.93	o 2240
7.51/7.93	c fallback to adder encoding
8.15/8.55	o 2233
8.15/8.55	c fallback to adder encoding
8.74/9.15	o 2206
8.74/9.15	c fallback to adder encoding
9.37/9.77	o 2195
9.37/9.77	c fallback to adder encoding
10.15/10.56	o 2084
10.15/10.56	c fallback to adder encoding
10.95/11.13	o 2083
10.95/11.13	c fallback to adder encoding
11.55/11.95	o 2006
11.55/11.95	c fallback to adder encoding
12.57/12.70	o 2005
12.57/12.70	c fallback to adder encoding
12.97/13.36	o 2000
12.97/13.36	c fallback to adder encoding
13.59/13.97	o 1912
13.59/13.97	c fallback to adder encoding
14.26/14.65	o 1869
14.26/14.65	c fallback to adder encoding
15.18/15.32	o 1866
15.18/15.32	c fallback to adder encoding
15.55/15.94	o 1525
26.29/26.42	o 717
50.38/50.52	o 698
54.27/54.86	o 692
63.66/63.85	o 690
80.25/80.49	o 686
106.76/106.94	o 675
111.15/111.38	o 669
126.47/126.61	o 651
130.07/130.20	o 642
190.07/190.68	o 638
388.29/388.51	o 619
410.60/411.27	o 618
423.57/423.80	o 612
1800.05/1800.50	./satsolver.sh: line 5: 14194 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.50	c error: unexpected solver exit code
1800.05/1800.50	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-3714984-1338185568/watcher-3714984-1338185568 -o /tmp/evaluation-result-3714984-1338185568/solver-3714984-1338185568 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714984-1338185568.wbo 2038367938 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 13651
/proc/meminfo: memFree=27903572/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0

[startup+0.0739119 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 13651
/proc/meminfo: memFree=27903572/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100241 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 13651
/proc/meminfo: memFree=27903572/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 13651
/proc/meminfo: memFree=27903572/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 13651
/proc/meminfo: memFree=27903572/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13655
/proc/meminfo: memFree=27780304/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=18796 CPUtime=0.59 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 5208 0 0 0 58 1 0 0 20 0 1 0 284682786 19247104 3797 33554432000 4194304 5990268 140736739970848 140736739964000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 4699 3797 156 439 0 4256 0
[pid=13654] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13654/stat : 13654 (cp2_pre.sh) S 13652 13651 8283 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 284682846 9367552 277 33554432000 4194304 5064252 140734351436352 140734351435056 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13654/statm: 2287 277 234 213 0 72 0
[pid=13655] ppid=13654 vsize=142964 CPUtime=0.88 cores=0,2,4,6
/proc/13655/stat : 13655 (coprocessor) R 13654 13651 8283 0 -1 4202496 25791 0 0 0 84 4 0 0 20 0 1 0 284682846 146395136 34682 33554432000 4194304 6586260 140735965118784 140735965115048 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13655/statm: 35741 34682 191 584 0 35153 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 180056

[startup+3.1003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13655
/proc/meminfo: memFree=27741848/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=18796 CPUtime=0.59 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 5208 0 0 0 58 1 0 0 20 0 1 0 284682786 19247104 3797 33554432000 4194304 5990268 140736739970848 140736739964000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 4699 3797 156 439 0 4256 0
[pid=13654] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13654/stat : 13654 (cp2_pre.sh) S 13652 13651 8283 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 284682846 9367552 277 33554432000 4194304 5064252 140734351436352 140734351435056 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13654/statm: 2287 277 234 213 0 72 0
[pid=13655] ppid=13654 vsize=147788 CPUtime=2.48 cores=0,2,4,6
/proc/13655/stat : 13655 (coprocessor) R 13654 13651 8283 0 -1 4202496 26611 0 0 0 244 4 0 0 20 0 1 0 284682846 151334912 35564 33554432000 4194304 6586260 140735965118784 140735965114376 4667394 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13655/statm: 36947 35564 196 584 0 36359 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 184880

[startup+6.30023 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13658
/proc/meminfo: memFree=27840964/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=18796 CPUtime=6.01 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 5223 40875 0 0 58 1 474 68 20 0 1 0 284682786 19247104 3799 33554432000 4194304 5990268 140736739970848 140736739964576 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 4699 3799 158 439 0 4256 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 27944

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13721
/proc/meminfo: memFree=27834992/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=28688 CPUtime=12.57 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) R 13651 13651 8283 0 -1 4202496 21057 213111 0 0 85 21 1026 125 20 0 1 0 284682786 29376512 6180 33554432000 4194304 5990268 140736739970848 140736739961760 4273859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 7172 6180 169 439 0 6729 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 37836

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 13808
/proc/meminfo: memFree=27869716/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=46608 CPUtime=16 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 32455 305177 0 0 112 25 1308 155 20 0 1 0 284682786 47726592 9724 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 11652 9724 170 439 0 11209 0
[pid=13762] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13762/stat : 13762 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284684397 9367552 267 33554432000 4194304 5064252 140737368241632 140737368240544 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13762/statm: 2287 267 226 213 0 72 0
[pid=13763] ppid=13762 vsize=134572 CPUtime=9.37 cores=0,2,4,6
/proc/13763/stat : 13763 (glucose) R 13762 13651 8283 0 -1 4202496 25936 0 0 0 930 7 0 0 20 0 1 0 284684397 137801728 28076 33554432000 4194304 5208918 140733705549728 140733705547672 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13763/statm: 33643 28076 104 248 0 33392 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 199476

[startup+51.1002 s]
/proc/loadavg: 1.96 2.01 1.99 3/183 13909
/proc/meminfo: memFree=27935660/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=50.49 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 38618 370955 0 0 129 27 4689 204 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 47564

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 14095
/proc/meminfo: memFree=27886908/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=80.44 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 48256 451116 0 0 154 29 7604 257 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14031] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14031/stat : 14031 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284690842 9367552 267 33554432000 4194304 5064252 140733318469824 140733318468736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14031/statm: 2287 267 226 213 0 72 0
[pid=14032] ppid=14031 vsize=113668 CPUtime=21.72 cores=0,2,4,6
/proc/14032/stat : 14032 (glucose) R 14031 13651 8283 0 -1 4202496 18846 0 0 0 2168 4 0 0 20 0 1 0 284690842 116396032 25699 33554432000 4194304 5208918 140737078996080 140737078994024 4228924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14032/statm: 28417 25699 102 248 0 28166 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 170380

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14166
/proc/meminfo: memFree=27853180/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=130.14 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 61087 559385 0 0 185 33 12473 323 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14164] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14164/stat : 14164 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284695813 9367552 267 33554432000 4194304 5064252 140735250596864 140735250595776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14164/statm: 2287 267 226 213 0 72 0
[pid=14165] ppid=14164 vsize=112280 CPUtime=32 cores=0,2,4,6
/proc/14165/stat : 14165 (glucose) R 14164 13651 8283 0 -1 4202496 18383 0 0 0 3197 3 0 0 20 0 1 0 284695813 114974720 25500 33554432000 4194304 5208918 140737168338960 140737168336904 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14165/statm: 28070 25500 103 248 0 27819 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 168992

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14173
/proc/meminfo: memFree=27860724/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=190.6 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 64291 586691 0 0 193 34 18494 339 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14172] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14205
/proc/meminfo: memFree=27701152/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=131248 CPUtime=998.26 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19344 0 0 0 99821 5 0 0 20 0 1 0 284725173 134397952 28335 33554432000 4194304 5208918 140736672171152 140736672169096 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 32812 28335 103 248 0 32561 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 187960

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 14205
/proc/meminfo: memFree=27719960/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=131248 CPUtime=1058.24 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19344 0 0 0 105819 5 0 0 20 0 1 0 284725173 134397952 28335 33554432000 4194304 5208918 140736672171152 140736672169096 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 32812 28335 103 248 0 32561 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 187960

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 14205
/proc/meminfo: memFree=27713640/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=131248 CPUtime=1118.24 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19344 0 0 0 111819 5 0 0 20 0 1 0 284725173 134397952 28335 33554432000 4194304 5208918 140736672171152 140736672169096 4229493 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 32812 28335 103 248 0 32561 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 187960

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 14205
/proc/meminfo: memFree=27688836/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1178.22 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19984 0 0 0 117817 5 0 0 20 0 1 0 284725173 153522176 33516 33554432000 4194304 5208918 140736672171152 140736672169016 4229745 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 33516 103 248 0 37230 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 206636

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14208
/proc/meminfo: memFree=27682392/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1238.21 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19984 0 0 0 123816 5 0 0 20 0 1 0 284725173 153522176 33516 33554432000 4194304 5208918 140736672171152 140736672169016 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 33516 103 248 0 37230 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 206636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14209
/proc/meminfo: memFree=27674048/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1298.2 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19984 0 0 0 129815 5 0 0 20 0 1 0 284725173 153522176 33516 33554432000 4194304 5208918 140736672171152 140736672169016 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 33516 103 248 0 37230 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 206636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14209
/proc/meminfo: memFree=27671676/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1358.19 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19985 0 0 0 135814 5 0 0 20 0 1 0 284725173 153522176 34143 33554432000 4194304 5208918 140736672171152 140736672169016 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 34143 103 248 0 37230 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 206636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 14209
/proc/meminfo: memFree=27661444/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1376.4 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19985 0 0 0 137635 5 0 0 20 0 1 0 284725173 153522176 34143 33554432000 4194304 5208918 140736672171152 140736672169016 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 34143 103 248 0 37230 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 206636

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 14209
/proc/meminfo: memFree=27661444/32873648 swapFree=6864/6864
[pid=13651] ppid=13649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (npSolver-wbo-It) S 13649 13651 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284682785 9367552 275 33554432000 4194304 5064252 140734269290128 140734269289040 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13651/statm: 2287 275 233 213 0 72 0
[pid=13652] ppid=13651 vsize=38416 CPUtime=423.65 cores=0,2,4,6
/proc/13652/stat : 13652 (npSolver-wbo) S 13651 13651 8283 0 -1 4202496 73888 667697 0 0 216 36 41727 386 20 0 1 0 284682786 39337984 8229 33554432000 4194304 5990268 140736739970848 140736739962272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13652/statm: 9604 8229 170 439 0 9161 0
[pid=14193] ppid=13652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14193/stat : 14193 (satsolver.sh) S 13652 13651 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284725172 9367552 266 33554432000 4194304 5064252 140734016580960 140734016579872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14193/statm: 2287 266 226 213 0 72 0
[pid=14194] ppid=14193 vsize=149924 CPUtime=1376.4 cores=0,2,4,6
/proc/14194/stat : 14194 (glucose) R 14193 13651 8283 0 -1 4202496 19985 0 0 0 137635 5 0 0 20 0 1 0 284725173 153522176 34143 33554432000 4194304 5208918 140736672171152 140736672169016 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14194/statm: 37481 34143 103 248 0 37230 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 206636

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1795.8
CPU system time (s): 4.28635
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 214544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.8
system time used= 4.28635
maximum resident set size= 169852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 762559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 581832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15032
involuntary context switches= 2327

runsolver used 3.02054 second user time and 7.36188 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 08:12:48
IDJOB=3714984
IDBENCH=78742
IDSOLVER=2296
FILE ID=node120/3714984-1338185568
RUNJOBID= node120-1338174763-9877
PBS_JOBID= 14624540
Free space on /tmp= 71644 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714984-1338185568/watcher-3714984-1338185568 -o /tmp/evaluation-result-3714984-1338185568/solver-3714984-1338185568 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714984-1338185568.wbo 2038367938 HOME HOME

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

MD5SUM BENCH= bbaf7e04a2e14186c5cc5b74d1689780
RANDOM SEED=2038367938

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27904572 kB
Buffers:          356880 kB
Cached:          3624056 kB
SwapCached:          636 kB
Active:          1016084 kB
Inactive:        3121440 kB
Active(anon):     145424 kB
Inactive(anon):    12532 kB
Active(file):     870660 kB
Inactive(file):  3108908 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8232 kB
Writeback:             0 kB
AnonPages:        163684 kB
Mapped:            15328 kB
Shmem:               120 kB
Slab:             691580 kB
SReclaimable:     135880 kB
SUnreclaim:       555700 kB
KernelStack:        1480 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     292964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 71632 MiB
End job on node120 at 2012-05-28 08:42:49