Trace number 3753292

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-43s.smv--soft-0-100-0.wbo
MD5SUMce035d98af56bba024c7eadbdc340830
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.339947
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3655
Total number of constraints8686
Number of soft constraints8686
Number of constraints which are clauses7982
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints704
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 442262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 442261
Biggest number in a constraint 158
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 539
Number of bits of the biggest sum of numbers10
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.13	c run usual solver
0.00/0.85	o 203
0.00/0.85	c fallback to adder encoding
87.30/87.50	o 202
87.30/87.50	c fallback to adder encoding
182.55/182.87	o 201
182.55/182.87	c fallback to adder encoding
297.92/298.56	o 200
297.92/298.56	c fallback to adder encoding
425.31/425.60	o 199
425.31/425.60	c fallback to adder encoding
570.76/571.15	o 198
570.76/571.15	c fallback to adder encoding
699.46/700.22	o 197
699.46/700.22	c fallback to adder encoding
876.63/877.44	o 196
876.63/877.44	c fallback to adder encoding
1061.24/1062.18	o 195
1061.24/1062.18	c fallback to adder encoding
1219.59/1220.26	o 194
1219.59/1220.26	c fallback to adder encoding
1307.26/1307.94	o 193
1307.26/1307.94	c fallback to adder encoding
1389.12/1390.15	o 192
1389.12/1390.15	c fallback to adder encoding
1599.88/1600.70	o 191
1599.88/1600.70	c fallback to adder encoding
1800.05/1800.81	./satsolver.sh: line 5: 20337 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.81	c error: unexpected solver exit code
1800.05/1800.81	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-3753292-1339199282/watcher-3753292-1339199282 -o /tmp/evaluation-result-3753292-1339199282/solver-3753292-1339199282 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753292-1339199282.wbo 1939622348 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.95 2.01 1.99 2/177 19653
/proc/meminfo: memFree=29656784/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0

[startup+0.097729 s]
/proc/loadavg: 1.95 2.01 1.99 2/177 19653
/proc/meminfo: memFree=29656784/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 1.95 2.01 1.99 2/177 19653
/proc/meminfo: memFree=29656784/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300169 s]
/proc/loadavg: 1.95 2.01 1.99 2/177 19653
/proc/meminfo: memFree=29656784/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700117 s]
/proc/loadavg: 1.95 2.01 1.99 2/177 19653
/proc/meminfo: memFree=29656784/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.95 2.01 1.99 3/179 19665
/proc/meminfo: memFree=29616384/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.47 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) R 19653 19653 14131 0 -1 4202496 9269 12554 0 0 75 8 61 3 20 0 1 0 386053711 100577280 18877 33554432000 4194304 6006132 140735108564400 140735108557504 4583664 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19654/statm: 24555 18877 178 443 0 24108 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 107368

[startup+3.10039 s]
/proc/loadavg: 1.95 2.01 1.99 3/181 19667
/proc/meminfo: memFree=29436704/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.61 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 9554 12554 0 0 82 15 61 3 20 0 1 0 386053711 100577280 19902 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 24555 19902 179 443 0 24108 0
[pid=19666] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19666/stat : 19666 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386053891 9367552 267 33554432000 4194304 5064252 140735104829344 140735104828256 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19666/statm: 2287 267 226 213 0 72 0
[pid=19667] ppid=19666 vsize=138264 CPUtime=1.29 cores=0,2,4,6
/proc/19667/stat : 19667 (glucose) R 19666 19653 14131 0 -1 4202496 27631 0 0 0 122 7 0 0 20 0 1 0 386053891 141582336 31894 33554432000 4194304 5208918 140734462985408 140734462983256 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19667/statm: 34566 31894 104 248 0 34315 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 254780

[startup+6.30031 s]
/proc/loadavg: 1.96 2.01 1.99 3/181 19667
/proc/meminfo: memFree=29400768/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.61 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 9554 12554 0 0 82 15 61 3 20 0 1 0 386053711 100577280 19902 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 24555 19902 179 443 0 24108 0
[pid=19666] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19666/stat : 19666 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386053891 9367552 267 33554432000 4194304 5064252 140735104829344 140735104828256 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19666/statm: 2287 267 226 213 0 72 0
[pid=19667] ppid=19666 vsize=138420 CPUtime=4.49 cores=0,2,4,6
/proc/19667/stat : 19667 (glucose) R 19666 19653 14131 0 -1 4202496 27686 0 0 0 442 7 0 0 20 0 1 0 386053891 141742080 31949 33554432000 4194304 5208918 140734462985408 140734462983160 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19667/statm: 34605 31949 104 248 0 34354 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 254936

[startup+12.7003 s]
/proc/loadavg: 1.96 2.01 1.99 3/181 19667
/proc/meminfo: memFree=29401348/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.61 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 9554 12554 0 0 82 15 61 3 20 0 1 0 386053711 100577280 19902 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 24555 19902 179 443 0 24108 0
[pid=19666] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19666/stat : 19666 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386053891 9367552 267 33554432000 4194304 5064252 140735104829344 140735104828256 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19666/statm: 2287 267 226 213 0 72 0
[pid=19667] ppid=19666 vsize=138420 CPUtime=10.88 cores=0,2,4,6
/proc/19667/stat : 19667 (glucose) R 19666 19653 14131 0 -1 4202496 27689 0 0 0 1081 7 0 0 20 0 1 0 386053891 141742080 31952 33554432000 4194304 5208918 140734462985408 140734462983160 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19667/statm: 34605 31952 104 248 0 34354 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 254936

[startup+25.5005 s]
/proc/loadavg: 1.97 2.01 1.99 3/181 19667
/proc/meminfo: memFree=29401744/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.61 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 9554 12554 0 0 82 15 61 3 20 0 1 0 386053711 100577280 19902 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 24555 19902 179 443 0 24108 0
[pid=19666] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19666/stat : 19666 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386053891 9367552 267 33554432000 4194304 5064252 140735104829344 140735104828256 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19666/statm: 2287 267 226 213 0 72 0
[pid=19667] ppid=19666 vsize=138616 CPUtime=23.68 cores=0,2,4,6
/proc/19667/stat : 19667 (glucose) R 19666 19653 14131 0 -1 4202496 27726 0 0 0 2361 7 0 0 20 0 1 0 386053891 141942784 31989 33554432000 4194304 5208918 140734462985408 140734462983368 4211147 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19667/statm: 34654 31989 104 248 0 34403 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 255132

[startup+51.1003 s]
/proc/loadavg: 1.98 2.01 1.99 3/181 19667
/proc/meminfo: memFree=29401248/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=98220 CPUtime=1.61 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 9554 12554 0 0 82 15 61 3 20 0 1 0 386053711 100577280 19902 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 24555 19902 179 443 0 24108 0
[pid=19666] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19666/stat : 19666 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386053891 9367552 267 33554432000 4194304 5064252 140735104829344 140735104828256 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19666/statm: 2287 267 226 213 0 72 0
[pid=19667] ppid=19666 vsize=139304 CPUtime=49.28 cores=0,2,4,6
/proc/19667/stat : 19667 (glucose) R 19666 19653 14131 0 -1 4202496 27893 0 0 0 4921 7 0 0 20 0 1 0 386053891 142647296 32156 33554432000 4194304 5208918 140734462985408 140734462983256 4211084 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19667/statm: 34826 32156 104 248 0 34575 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 255820

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/181 19674
/proc/meminfo: memFree=29419592/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=88.09 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 15571 46786 0 0 152 24 8608 25 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=19673] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19673/stat : 19673 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386062539 9367552 266 33554432000 4194304 5064252 140735625953392 140735625952304 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19673/statm: 2287 266 226 213 0 72 0
[pid=19674] ppid=19673 vsize=138260 CPUtime=14 cores=0,2,4,6
/proc/19674/stat : 19674 (glucose) R 19673 19653 14131 0 -1 4202496 27844 0 0 0 1393 7 0 0 20 0 1 0 386062540 141578240 31408 33554432000 4194304 5208918 140734844119440 140734844117400 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19674/statm: 34565 31408 104 248 0 34314 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 238396

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 19677
/proc/meminfo: memFree=29414700/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=88.09 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 15571 46786 0 0 152 24 8608 25 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=19673] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19673/stat : 19673 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386062539 9367552 266 33554432000 4194304 5064252 140735625953392 140735625952304 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19673/statm: 2287 266 226 213 0 72 0
[pid=19674] ppid=19673 vsize=140520 CPUtime=73.97 cores=0,2,4,6
/proc/19674/stat : 19674 (glucose) R 19673 19653 14131 0 -1 4202496 28408 0 0 0 7390 7 0 0 20 0 1 0 386062540 143892480 32526 33554432000 4194304 5208918 140734844119440 140734844117192 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19674/statm: 35130 32526 105 248 0 34879 0
Current children cumulated CPU time (s) 162.06

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20084
/proc/meminfo: memFree=29504616/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1390.28 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 75733 390123 0 0 846 114 137841 227 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20041] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20041/stat : 20041 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386192805 9367552 266 33554432000 4194304 5064252 140733515570544 140733515569456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20041/statm: 2287 266 226 213 0 72 0
[pid=20042] ppid=20041 vsize=138164 CPUtime=31.34 cores=0,2,4,6
/proc/20042/stat : 20042 (glucose) R 20041 19653 14131 0 -1 4202496 27818 0 0 0 3127 7 0 0 20 0 1 0 386192805 141479936 31351 33554432000 4194304 5208918 140733624255808 140733624253480 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20042/statm: 34541 31351 104 248 0 34290 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 238300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20161
/proc/meminfo: memFree=29515300/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1390.28 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 75733 390123 0 0 846 114 137841 227 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20041] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20041/stat : 20041 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386192805 9367552 266 33554432000 4194304 5064252 140733515570544 140733515569456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20041/statm: 2287 266 226 213 0 72 0
[pid=20042] ppid=20041 vsize=138560 CPUtime=91.32 cores=0,2,4,6
/proc/20042/stat : 20042 (glucose) R 20041 19653 14131 0 -1 4202496 27934 0 0 0 9125 7 0 0 20 0 1 0 386192805 141885440 31860 33554432000 4194304 5208918 140733624255808 140733624253704 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20042/statm: 34640 31860 104 248 0 34389 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 238696

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20239
/proc/meminfo: memFree=29496732/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1390.28 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 75733 390123 0 0 846 114 137841 227 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20041] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20041/stat : 20041 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386192805 9367552 266 33554432000 4194304 5064252 140733515570544 140733515569456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20041/statm: 2287 266 226 213 0 72 0
[pid=20042] ppid=20041 vsize=139632 CPUtime=151.31 cores=0,2,4,6
/proc/20042/stat : 20042 (glucose) R 20041 19653 14131 0 -1 4202496 28178 0 0 0 15124 7 0 0 20 0 1 0 386192805 142983168 32615 33554432000 4194304 5208918 140733624255808 140733624253480 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20042/statm: 34908 32615 105 248 0 34657 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 239768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20337
/proc/meminfo: memFree=29596380/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=137108 CPUtime=0.81 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 25927 0 0 0 73 8 0 0 20 0 1 0 386213859 140398592 31487 33554432000 4194304 5208918 140735772254832 140735771204232 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 34277 31487 96 248 0 34026 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 237244

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 20379
/proc/meminfo: memFree=29498768/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=139080 CPUtime=60.78 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 26391 0 0 0 6070 8 0 0 20 0 1 0 386213859 142417920 32000 33554432000 4194304 5208918 140735772254832 140735772252792 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 34770 32000 104 248 0 34519 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 239216

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 20463
/proc/meminfo: memFree=29496924/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=139344 CPUtime=120.77 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 26432 0 0 0 12069 8 0 0 20 0 1 0 386213859 142688256 32602 33554432000 4194304 5208918 140735772254832 140735772252728 4211162 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 34836 32602 104 248 0 34585 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 239480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20533
/proc/meminfo: memFree=29497708/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=140220 CPUtime=180.76 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 26638 0 0 0 18068 8 0 0 20 0 1 0 386213859 143585280 32808 33554432000 4194304 5208918 140735772254832 140735772252792 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 35055 32808 104 248 0 34804 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 240356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 20554
/proc/meminfo: memFree=29493992/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=140424 CPUtime=199.27 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 26680 0 0 0 19919 8 0 0 20 0 1 0 386213859 143794176 32850 33554432000 4194304 5208918 140735772254832 140735772252504 4211540 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 35106 32850 104 248 0 34855 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 240560

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.81 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 20554
/proc/meminfo: memFree=29493992/32873624 swapFree=7112/7112
[pid=19653] ppid=19651 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19653/stat : 19653 (npSolver-wbo-It) S 19651 19653 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386053711 9367552 274 33554432000 4194304 5064252 140735677418480 140735677417392 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19653/statm: 2287 274 233 213 0 72 0
[pid=19654] ppid=19653 vsize=81840 CPUtime=1600.78 cores=0,2,4,6
/proc/19654/stat : 19654 (npSolver-wbo) S 19653 19653 14131 0 -1 4202496 81749 424946 0 0 916 123 158794 245 20 0 1 0 386053711 83804160 15840 33554432000 4194304 6006132 140735108564400 140735108555792 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 15 0 0
/proc/19654/statm: 20460 15840 180 443 0 20013 0
[pid=20336] ppid=19654 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20336/stat : 20336 (satsolver.sh) S 19654 19653 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386213859 9367552 267 33554432000 4194304 5064252 140733697681872 140733697680784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20336/statm: 2287 267 226 213 0 72 0
[pid=20337] ppid=20336 vsize=140424 CPUtime=199.27 cores=0,2,4,6
/proc/20337/stat : 20337 (glucose) R 20336 19653 14131 0 -1 4202496 26680 0 0 0 19919 8 0 0 20 0 1 0 386213859 143794176 32850 33554432000 4194304 5208918 140735772254832 140735772252504 4211540 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20337/statm: 35106 32850 104 248 0 34855 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 240560

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1796.3
CPU system time (s): 3.77943
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 298392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.3
system time used= 3.77942
maximum resident set size= 160992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1331640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6875
involuntary context switches= 2243

runsolver used 3.16052 second user time and 7.34888 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 01:48:02
IDJOB=3753292
IDBENCH=79326
IDSOLVER=2337
FILE ID=node121/3753292-1339199282
RUNJOBID= node121-1339184277-15568
PBS_JOBID= 14643801
Free space on /tmp= 71216 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-43s.smv--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753292-1339199282/watcher-3753292-1339199282 -o /tmp/evaluation-result-3753292-1339199282/solver-3753292-1339199282 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753292-1339199282.wbo 1939622348 HOME HOME

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

MD5SUM BENCH= ce035d98af56bba024c7eadbdc340830
RANDOM SEED=1939622348

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29657164 kB
Buffers:          950960 kB
Cached:          1176868 kB
SwapCached:          340 kB
Active:          2223772 kB
Inactive:          50276 kB
Active(anon):     125984 kB
Inactive(anon):     8880 kB
Active(file):    2097788 kB
Inactive(file):    41396 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:              9040 kB
Writeback:             0 kB
AnonPages:        147144 kB
Mapped:            12948 kB
Shmem:                40 kB
Slab:             802200 kB
SReclaimable:     245776 kB
SUnreclaim:       556424 kB
KernelStack:        1512 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     241768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71160 MiB
End job on node121 at 2012-06-09 02:18:03