Trace number 3753915

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.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900562192--soft-0-100-0.wbo
MD5SUMdb6ee27e0a2875f2e81d96fef92170ce
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 benchmark29.2146
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 765
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.04	c run usual solver
0.00/0.15	o 608
0.00/0.15	c fallback to adder encoding
24.70/24.91	o 590
24.70/24.91	c fallback to adder encoding
43.32/43.54	o 583
43.32/43.54	c fallback to adder encoding
63.11/63.34	o 581
63.11/63.34	c fallback to adder encoding
83.20/83.43	o 544
83.20/83.43	c fallback to adder encoding
84.00/84.24	o 479
84.00/84.24	c fallback to adder encoding
97.18/97.40	o 478
97.18/97.40	c fallback to adder encoding
106.32/106.54	o 475
106.32/106.54	c fallback to adder encoding
114.06/114.30	o 468
114.06/114.30	c fallback to adder encoding
132.17/132.42	o 455
132.17/132.42	c fallback to adder encoding
143.39/143.64	o 453
143.39/143.64	c fallback to adder encoding
156.33/156.59	o 417
156.33/156.59	c fallback to adder encoding
157.20/157.31	o 94
157.20/157.31	c fallback to adder encoding
1800.03/1800.40	./satsolver.sh: line 5: 11185 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.40	c error: unexpected solver exit code
1800.03/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753915-1339198112/watcher-3753915-1339198112 -o /tmp/evaluation-result-3753915-1339198112/solver-3753915-1339198112 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753915-1339198112.wbo 360533 HOME HOME 

running on 4 cores: 1,3,5,7

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 11048
/proc/meminfo: memFree=28872328/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0

[startup+0.0114901 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 11048
/proc/meminfo: memFree=28872328/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100159 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 11048
/proc/meminfo: memFree=28872328/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300176 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 11048
/proc/meminfo: memFree=28872328/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 11048
/proc/meminfo: memFree=28872328/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11062
/proc/meminfo: memFree=28760536/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=55704 CPUtime=0.42 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 6165 6379 0 0 29 5 7 1 20 0 1 0 385937290 57040896 9889 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 13926 9889 179 443 0 13479 0
[pid=11061] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11061/stat : 11061 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385937335 9367552 266 33554432000 4194304 5064252 140736555986560 140736555985472 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11061/statm: 2287 266 226 213 0 72 0
[pid=11062] ppid=11061 vsize=54832 CPUtime=1.03 cores=1,3,5,7
/proc/11062/stat : 11062 (glucose) R 11061 11048 3785 0 -1 4202496 13124 0 0 0 101 2 0 0 20 0 1 0 385937335 56147968 12115 33554432000 4194304 5208918 140733990079488 140733990077160 4211652 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11062/statm: 13708 12115 104 248 0 13457 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 128832

[startup+3.1002 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11062
/proc/meminfo: memFree=28772448/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=55704 CPUtime=0.42 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 6165 6379 0 0 29 5 7 1 20 0 1 0 385937290 57040896 9889 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 13926 9889 179 443 0 13479 0
[pid=11061] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11061/stat : 11061 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385937335 9367552 266 33554432000 4194304 5064252 140736555986560 140736555985472 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11061/statm: 2287 266 226 213 0 72 0
[pid=11062] ppid=11061 vsize=54832 CPUtime=2.63 cores=1,3,5,7
/proc/11062/stat : 11062 (glucose) R 11061 11048 3785 0 -1 4202496 13171 0 0 0 261 2 0 0 20 0 1 0 385937335 56147968 12161 33554432000 4194304 5208918 140733990079488 140733990077160 4211670 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11062/statm: 13708 12161 104 248 0 13457 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 128832

[startup+6.3002 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11069
/proc/meminfo: memFree=28786292/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=55704 CPUtime=0.42 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 6165 6379 0 0 29 5 7 1 20 0 1 0 385937290 57040896 9889 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 13926 9889 179 443 0 13479 0
[pid=11061] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11061/stat : 11061 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385937335 9367552 266 33554432000 4194304 5064252 140736555986560 140736555985472 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11061/statm: 2287 266 226 213 0 72 0
[pid=11062] ppid=11061 vsize=54832 CPUtime=5.83 cores=1,3,5,7
/proc/11062/stat : 11062 (glucose) R 11061 11048 3785 0 -1 4202496 13273 0 0 0 581 2 0 0 20 0 1 0 385937335 56147968 12262 33554432000 4194304 5208918 140733990079488 140733990077160 4211897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11062/statm: 13708 12262 104 248 0 13457 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 128832

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 11069
/proc/meminfo: memFree=28771856/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=55704 CPUtime=0.42 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 6165 6379 0 0 29 5 7 1 20 0 1 0 385937290 57040896 9889 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 13926 9889 179 443 0 13479 0
[pid=11061] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11061/stat : 11061 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385937335 9367552 266 33554432000 4194304 5064252 140736555986560 140736555985472 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11061/statm: 2287 266 226 213 0 72 0
[pid=11062] ppid=11061 vsize=62456 CPUtime=12.23 cores=1,3,5,7
/proc/11062/stat : 11062 (glucose) R 11061 11048 3785 0 -1 4202496 13588 0 0 0 1221 2 0 0 20 0 1 0 385937335 63954944 12569 33554432000 4194304 5208918 140733990079488 140733990077336 4211027 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11062/statm: 15614 12569 104 248 0 15363 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 136456

[startup+25.5002 s]
/proc/loadavg: 2.10 2.04 2.01 3/181 11074
/proc/meminfo: memFree=28824104/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=39324 CPUtime=25.18 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 10153 24862 0 0 55 9 2443 11 20 0 1 0 385937290 40267776 5827 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9831 5827 180 443 0 9384 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 48472

[startup+51.1004 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 11090
/proc/meminfo: memFree=28768576/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=53780 CPUtime=43.8 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 14440 41475 0 0 82 12 4265 21 20 0 1 0 385937290 55070720 9409 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 13445 9409 180 443 0 12998 0
[pid=11089] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11089/stat : 11089 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385941675 9367552 267 33554432000 4194304 5064252 140733734038160 140733734037072 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11089/statm: 2287 267 226 213 0 72 0
[pid=11090] ppid=11089 vsize=54804 CPUtime=7.23 cores=1,3,5,7
/proc/11090/stat : 11090 (glucose) R 11089 11048 3785 0 -1 4202496 12370 0 0 0 721 2 0 0 20 0 1 0 385941675 56119296 12303 33554432000 4194304 5208918 140735547509440 140735547507336 4229427 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11090/statm: 13701 12303 104 248 0 13450 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 126880

[startup+102.307 s]
/proc/loadavg: 2.17 2.07 2.01 3/184 11128
/proc/meminfo: memFree=28779904/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38980 CPUtime=97.61 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 24357 107583 0 0 182 24 9487 68 20 0 1 0 385937290 39915520 9062 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9745 9062 180 443 0 9298 0
[pid=11127] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11127/stat : 11127 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385947057 9367552 267 33554432000 4194304 5064252 140735102002128 140735102001040 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11127/statm: 2287 267 226 213 0 72 0
[pid=11128] ppid=11127 vsize=52508 CPUtime=4.63 cores=1,3,5,7
/proc/11128/stat : 11128 (glucose) R 11127 11048 3785 0 -1 4202496 12272 0 0 0 460 3 0 0 20 0 1 0 385947057 53768192 11331 33554432000 4194304 5208918 140736143988944 140736143986616 4232812 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11128/statm: 13127 11331 104 248 0 12876 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 109784

[startup+162.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 11185
/proc/meminfo: memFree=28793400/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=41732 CPUtime=4.79 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 10411 0 0 0 477 2 0 0 20 0 1 0 385953040 42733568 8972 33554432000 4194304 5208918 140733420165008 140733420162840 4211537 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11185/statm: 10433 8972 104 248 0 10182 0
Current children cumulated CPU time (s) 162.19

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11627
/proc/meminfo: memFree=28030272/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1204.6 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 12689 0 0 0 120456 4 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420162952 4211670 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 147276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11627
/proc/meminfo: memFree=28030240/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1264.6 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 12689 0 0 0 126456 4 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420162952 4211665 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 147276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11627
/proc/meminfo: memFree=28030748/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1324.58 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13111 0 0 0 132454 4 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 147276

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 11627
/proc/meminfo: memFree=28029652/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1384.57 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13111 0 0 0 138453 4 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 147276

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 11627
/proc/meminfo: memFree=28021596/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1444.56 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13111 0 0 0 144452 4 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 147276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11627
/proc/meminfo: memFree=28022424/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1504.55 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13534 0 0 0 150450 5 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 147276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11628
/proc/meminfo: memFree=28021796/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1564.55 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13534 0 0 0 156450 5 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 147276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11628
/proc/meminfo: memFree=28019876/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=90456 CPUtime=1624.54 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13534 0 0 0 162449 5 0 0 20 0 1 0 385953040 92626944 21848 33554432000 4194304 5208918 140733420165008 140733420163096 4211792 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 22614 21848 104 248 0 22363 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 147276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11628
/proc/meminfo: memFree=27987916/32873648 swapFree=6860/6860
[pid=11048] ppid=11046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11048/stat : 11048 (npSolver-wbo-It) S 11046 11048 3785 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385937290 9367552 275 33554432000 4194304 5064252 140736369784400 140736369783312 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11048/statm: 2287 275 233 213 0 72 0
[pid=11049] ppid=11048 vsize=38524 CPUtime=157.4 cores=1,3,5,7
/proc/11049/stat : 11049 (npSolver-wbo) S 11048 11048 3785 0 -1 4202496 42041 201434 0 0 316 39 15258 127 20 0 1 0 385937290 39448576 7898 33554432000 4194304 6006132 140737011097264 140737011088656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11049/statm: 9631 7898 180 443 0 9184 0
[pid=11184] ppid=11049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (satsolver.sh) S 11049 11048 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385953040 9367552 266 33554432000 4194304 5064252 140736222184352 140736222183264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11184/statm: 2287 266 226 213 0 72 0
[pid=11185] ppid=11184 vsize=139776 CPUtime=1642.63 cores=1,3,5,7
/proc/11185/stat : 11185 (glucose) R 11184 11048 3785 0 -1 4202496 13956 0 0 0 164258 5 0 0 20 0 1 0 385953040 143130624 29935 33554432000 4194304 5208918 140733420165008 140733420163000 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11185/statm: 34944 29935 104 248 0 34693 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 196596

Sending SIGTERM to process tree (bottom up)

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.73374
maximum resident set size= 121788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 426536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2147
involuntary context switches= 2286

runsolver used 3.53646 second user time and 9.35258 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 01:28:32
IDJOB=3753915
IDBENCH=79266
IDSOLVER=2337
FILE ID=node116/3753915-1339198112
RUNJOBID= node116-1339183089-5112
PBS_JOBID= 14643838
Free space on /tmp= 70892 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900562192--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-3753915-1339198112/watcher-3753915-1339198112 -o /tmp/evaluation-result-3753915-1339198112/solver-3753915-1339198112 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753915-1339198112.wbo 360533 HOME HOME

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=360533

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        28872956 kB
Buffers:          486892 kB
Cached:          2529780 kB
SwapCached:         3172 kB
Active:          1229316 kB
Inactive:        1855116 kB
Active(anon):      64200 kB
Inactive(anon):     3396 kB
Active(file):    1165116 kB
Inactive(file):  1851720 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:              8216 kB
Writeback:             0 kB
AnonPages:         69556 kB
Mapped:            11672 kB
Shmem:                 0 kB
Slab:             778864 kB
SReclaimable:     223060 kB
SUnreclaim:       555804 kB
KernelStack:        1504 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     188460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 70708 MiB
End job on node116 at 2012-06-09 01:58:33