Trace number 3753268

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-quickBound (fixed)? (TO) 1800.11 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
MD5SUM769102c4365831847599c548efd52eec
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.821874
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c run usual solver
26.66/26.75	o 792
26.66/26.75	c starting approximation
26.66/26.75	c factor = 2
26.66/26.75	c current bound: 396
98.55/98.65	c current bound: 396
170.03/170.18	c current bound: 396
241.28/241.42	c current bound: 396
312.31/312.40	c current bound: 396
383.97/384.14	c current bound: 396
455.97/456.15	c current bound: 396
527.24/527.44	c current bound: 396
599.10/599.32	c current bound: 396
670.30/670.54	c current bound: 396
742.42/742.69	c current bound: 396
813.70/813.92	c current bound: 396
885.18/885.42	c current bound: 396
957.05/957.34	c current bound: 396
1028.25/1028.50	c current bound: 396
1099.83/1100.17	c current bound: 396
1171.41/1171.76	c current bound: 396
1243.26/1243.63	c current bound: 396
1315.07/1315.50	c current bound: 396
1387.62/1388.02	c current bound: 396
1459.43/1459.86	c current bound: 396
1530.91/1531.32	c current bound: 396
1602.83/1603.25	c current bound: 396
1674.60/1675.05	c current bound: 396
1746.83/1747.30	c current bound: 396
1800.06/1800.50	./satsolver.sh: line 5:  2842 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.50	c error: unexpected solver exit code
1800.06/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753268-1339208364/watcher-3753268-1339208364 -o /tmp/evaluation-result-3753268-1339208364/solver-3753268-1339208364 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753268-1339208364.wbo 1484914179 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.00 2.02 2.00 4/175 2167
/proc/meminfo: memFree=26214928/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0

[startup+0.0917689 s]
/proc/loadavg: 2.00 2.02 2.00 4/175 2167
/proc/meminfo: memFree=26214928/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100183 s]
/proc/loadavg: 2.00 2.02 2.00 4/175 2167
/proc/meminfo: memFree=26214928/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300184 s]
/proc/loadavg: 2.00 2.02 2.00 4/175 2167
/proc/meminfo: memFree=26214928/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700163 s]
/proc/loadavg: 2.00 2.02 2.00 4/175 2167
/proc/meminfo: memFree=26214928/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 2181
/proc/meminfo: memFree=26205020/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 1958 2706 0 0 2 0 14 0 20 0 1 0 386961852 3166208 378 33554432000 4194304 6006132 140735152669968 140735152664160 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 773 378 158 443 0 326 0
[pid=2179] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2179/stat : 2179 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386961870 9367552 266 33554432000 4194304 5064252 140735612660928 140735612659840 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2179/statm: 2287 266 226 213 0 72 0
[pid=2181] ppid=2179 vsize=12788 CPUtime=1.3 cores=1,3,5,7
/proc/2181/stat : 2181 (glucose) R 2179 2165 1637 0 -1 4202496 2876 0 0 0 130 0 0 0 20 0 1 0 386961871 13094912 2243 33554432000 4194304 5208918 140735549997120 140735549995064 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 3197 2243 96 248 0 2946 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34176

[startup+3.1003 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 2181
/proc/meminfo: memFree=26192244/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 1958 2706 0 0 2 0 14 0 20 0 1 0 386961852 3166208 378 33554432000 4194304 6006132 140735152669968 140735152664160 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 773 378 158 443 0 326 0
[pid=2179] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2179/stat : 2179 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386961870 9367552 266 33554432000 4194304 5064252 140735612660928 140735612659840 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2179/statm: 2287 266 226 213 0 72 0
[pid=2181] ppid=2179 vsize=12788 CPUtime=2.9 cores=1,3,5,7
/proc/2181/stat : 2181 (glucose) R 2179 2165 1637 0 -1 4202496 3414 0 0 0 290 0 0 0 20 0 1 0 386961871 13094912 2776 33554432000 4194304 5208918 140735549997120 140735549995064 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 3197 2776 96 248 0 2946 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34176

[startup+6.30039 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 2181
/proc/meminfo: memFree=26181656/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 1958 2706 0 0 2 0 14 0 20 0 1 0 386961852 3166208 378 33554432000 4194304 6006132 140735152669968 140735152664160 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 773 378 158 443 0 326 0
[pid=2179] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2179/stat : 2179 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386961870 9367552 266 33554432000 4194304 5064252 140735612660928 140735612659840 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2179/statm: 2287 266 226 213 0 72 0
[pid=2181] ppid=2179 vsize=22584 CPUtime=6.1 cores=1,3,5,7
/proc/2181/stat : 2181 (glucose) R 2179 2165 1637 0 -1 4202496 3699 0 0 0 610 0 0 0 20 0 1 0 386961871 23126016 5097 33554432000 4194304 5208918 140735549997120 140735549995112 4213763 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 5646 5097 96 248 0 5395 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43972

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 2181
/proc/meminfo: memFree=26165720/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 1958 2706 0 0 2 0 14 0 20 0 1 0 386961852 3166208 378 33554432000 4194304 6006132 140735152669968 140735152664160 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 773 378 158 443 0 326 0
[pid=2179] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2179/stat : 2179 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386961870 9367552 266 33554432000 4194304 5064252 140735612660928 140735612659840 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2179/statm: 2287 266 226 213 0 72 0
[pid=2181] ppid=2179 vsize=31488 CPUtime=12.5 cores=1,3,5,7
/proc/2181/stat : 2181 (glucose) R 2179 2165 1637 0 -1 4202496 5041 0 0 0 1249 1 0 0 20 0 1 0 386961871 32243712 6013 33554432000 4194304 5208918 140735549997120 140735549995064 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 7872 6013 96 248 0 7621 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 52876

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 2188
/proc/meminfo: memFree=26155012/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 1958 2706 0 0 2 0 14 0 20 0 1 0 386961852 3166208 378 33554432000 4194304 6006132 140735152669968 140735152664160 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 773 378 158 443 0 326 0
[pid=2179] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2179/stat : 2179 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386961870 9367552 266 33554432000 4194304 5064252 140735612660928 140735612659840 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2179/statm: 2287 266 226 213 0 72 0
[pid=2181] ppid=2179 vsize=35952 CPUtime=25.3 cores=1,3,5,7
/proc/2181/stat : 2181 (glucose) R 2179 2165 1637 0 -1 4202496 5131 0 0 0 2529 1 0 0 20 0 1 0 386961871 36814848 7639 33554432000 4194304 5208918 140735549997120 140735549994984 4229354 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2181/statm: 8988 7639 96 248 0 8737 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57340

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 4/184 2206
/proc/meminfo: memFree=26142172/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=26.75 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 2893 11235 0 0 4 2 2666 3 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2194] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386964529 9367552 267 33554432000 4194304 5064252 140734459432704 140734459431616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2194/statm: 2287 267 226 213 0 72 0
[pid=2195] ppid=2194 vsize=42316 CPUtime=24.3 cores=1,3,5,7
/proc/2195/stat : 2195 (glucose) R 2194 2165 1637 0 -1 4202496 6133 0 0 0 2429 1 0 0 20 0 1 0 386964530 43331584 9479 33554432000 4194304 5208918 140736033792080 140736033790072 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 10579 9479 96 248 0 10328 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 67676

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 2227
/proc/meminfo: memFree=26156436/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=98.62 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 3816 21746 0 0 5 2 9846 9 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2226] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2226/stat : 2226 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386971719 9367552 267 33554432000 4194304 5064252 140735074765472 140735074764384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2226/statm: 2287 267 226 213 0 72 0
[pid=2227] ppid=2226 vsize=26212 CPUtime=3.62 cores=1,3,5,7
/proc/2227/stat : 2227 (glucose) R 2226 2165 1637 0 -1 4202496 4811 0 0 0 362 0 0 0 20 0 1 0 386971719 26841088 6063 33554432000 4194304 5208918 140737436496368 140737436494360 4211623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2227/statm: 6553 6063 96 248 0 6302 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 51572

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2241
/proc/meminfo: memFree=26133876/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=98.62 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 3816 21746 0 0 5 2 9846 9 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2226] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2722
/proc/meminfo: memFree=26155128/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1387.7 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 11743 224829 0 0 35 5 138623 107 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2707] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2707/stat : 2707 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387100656 9367552 267 33554432000 4194304 5064252 140733741247136 140733741246048 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2707/statm: 2287 267 226 213 0 72 0
[pid=2708] ppid=2707 vsize=56640 CPUtime=34.25 cores=1,3,5,7
/proc/2708/stat : 2708 (glucose) R 2707 2165 1637 0 -1 4202496 7802 0 0 0 3423 2 0 0 20 0 1 0 387100656 57999360 9812 33554432000 4194304 5208918 140733325508096 140733325506040 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2708/statm: 14160 9812 96 248 0 13909 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 82000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2743
/proc/meminfo: memFree=26153320/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1459.54 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 12155 236706 0 0 37 6 145799 112 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2735] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2735/stat : 2735 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387107841 9367552 266 33554432000 4194304 5064252 140735294119936 140735294118848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2735/statm: 2287 266 226 213 0 72 0
[pid=2736] ppid=2735 vsize=30824 CPUtime=22.39 cores=1,3,5,7
/proc/2736/stat : 2736 (glucose) R 2735 2165 1637 0 -1 4202496 5629 0 0 0 2238 1 0 0 20 0 1 0 387107841 31563776 7330 33554432000 4194304 5208918 140734100521424 140734100519288 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2736/statm: 7706 7330 96 248 0 7455 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 56184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2764
/proc/meminfo: memFree=26149068/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1530.99 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 12567 247298 0 0 39 6 152936 118 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2763] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2763/stat : 2763 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387114987 9367552 267 33554432000 4194304 5064252 140734257160880 140734257159792 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2763/statm: 2287 267 226 213 0 72 0
[pid=2764] ppid=2763 vsize=30628 CPUtime=10.94 cores=1,3,5,7
/proc/2764/stat : 2764 (glucose) R 2763 2165 1637 0 -1 4202496 6746 0 0 0 1093 1 0 0 20 0 1 0 387114987 31363072 7157 33554432000 4194304 5208918 140734190283648 140734190281512 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2764/statm: 7657 7157 96 248 0 7406 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 55988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2779
/proc/meminfo: memFree=26123100/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1530.99 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 12567 247298 0 0 39 6 152936 118 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2763] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2763/stat : 2763 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387114987 9367552 267 33554432000 4194304 5064252 140734257160880 140734257159792 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2763/statm: 2287 267 226 213 0 72 0
[pid=2764] ppid=2763 vsize=56636 CPUtime=70.92 cores=1,3,5,7
/proc/2764/stat : 2764 (glucose) R 2763 2165 1637 0 -1 4202496 8155 0 0 0 7090 2 0 0 20 0 1 0 387114987 57995264 13760 33554432000 4194304 5208918 140734190283648 140734190281592 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2764/statm: 14159 13760 96 248 0 13908 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 81996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2807
/proc/meminfo: memFree=26144164/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1602.9 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 12979 258647 0 0 40 6 160119 125 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2785] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387122180 9367552 266 33554432000 4194304 5064252 140736018418608 140736018417520 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2785/statm: 2287 266 226 213 0 72 0
[pid=2786] ppid=2785 vsize=56636 CPUtime=58.99 cores=1,3,5,7
/proc/2786/stat : 2786 (glucose) R 2785 2165 1637 0 -1 4202496 8343 0 0 0 5898 1 0 0 20 0 1 0 387122180 57995264 10777 33554432000 4194304 5208918 140733916985552 140733916983496 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2786/statm: 14159 10777 96 248 0 13908 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 81996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 2828
/proc/meminfo: memFree=26133436/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1674.68 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 13391 270610 0 0 42 6 167290 130 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2813] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2813/stat : 2813 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387129359 9367552 267 33554432000 4194304 5064252 140736647653296 140736647652208 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2813/statm: 2287 267 226 213 0 72 0
[pid=2814] ppid=2813 vsize=56636 CPUtime=47.21 cores=1,3,5,7
/proc/2814/stat : 2814 (glucose) R 2813 2165 1637 0 -1 4202496 8190 0 0 0 4719 2 0 0 20 0 1 0 387129359 57995264 11230 33554432000 4194304 5208918 140734203490384 140734203488328 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 14159 11230 96 248 0 13908 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 81996

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/183 2849
/proc/meminfo: memFree=26134828/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1746.91 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 13803 282491 0 0 44 6 174505 136 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2841] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2841/stat : 2841 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387136584 9367552 266 33554432000 4194304 5064252 140736507321584 140736507320496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2841/statm: 2287 266 226 213 0 72 0
[pid=2842] ppid=2841 vsize=56636 CPUtime=34.95 cores=1,3,5,7
/proc/2842/stat : 2842 (glucose) R 2841 2165 1637 0 -1 4202496 7603 0 0 0 3494 1 0 0 20 0 1 0 387136585 57995264 10148 33554432000 4194304 5208918 140733749807104 140733749805048 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 14159 10148 96 248 0 13908 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 81996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 2856
/proc/meminfo: memFree=26135424/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1746.91 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 13803 282491 0 0 44 6 174505 136 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2841] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2841/stat : 2841 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387136584 9367552 266 33554432000 4194304 5064252 140736507321584 140736507320496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2841/statm: 2287 266 226 213 0 72 0
[pid=2842] ppid=2841 vsize=56636 CPUtime=53.15 cores=1,3,5,7
/proc/2842/stat : 2842 (glucose) R 2841 2165 1637 0 -1 4202496 7604 0 0 0 5314 1 0 0 20 0 1 0 387136585 57995264 10660 33554432000 4194304 5208918 140733749807104 140733749805048 4212816 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 14159 10660 96 248 0 13908 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81996

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 2856
/proc/meminfo: memFree=26135424/32873648 swapFree=7116/7116
[pid=2165] ppid=2162 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2165/stat : 2165 (npSolver-wbo-It) S 2162 2165 1637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386961852 9367552 275 33554432000 4194304 5064252 140734759151744 140734759150656 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2165/statm: 2287 275 233 213 0 72 0
[pid=2169] ppid=2165 vsize=7064 CPUtime=1746.91 cores=1,3,5,7
/proc/2169/stat : 2169 (npSolver-wbo) S 2165 2165 1637 0 -1 4202496 13803 282491 0 0 44 6 174505 136 20 0 1 0 386961852 7233536 1168 33554432000 4194304 6006132 140735152669968 140735152661328 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2169/statm: 1766 1168 177 443 0 1319 0
[pid=2841] ppid=2169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2841/stat : 2841 (satsolver.sh) S 2169 2165 1637 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387136584 9367552 266 33554432000 4194304 5064252 140736507321584 140736507320496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2841/statm: 2287 266 226 213 0 72 0
[pid=2842] ppid=2841 vsize=56636 CPUtime=53.15 cores=1,3,5,7
/proc/2842/stat : 2842 (glucose) R 2841 2165 1637 0 -1 4202496 7604 0 0 0 5314 1 0 0 20 0 1 0 387136585 57995264 10660 33554432000 4194304 5208918 140733749807104 140733749805048 4212816 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 14159 10660 96 248 0 13908 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81996

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.65
CPU system time (s): 1.45278
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 82004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.45278
maximum resident set size= 55284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 81080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1710
involuntary context switches= 2138

runsolver used 3.33049 second user time and 9.26059 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-09 04:19:24
IDJOB=3753268
IDBENCH=79238
IDSOLVER=2336
FILE ID=node123/3753268-1339208364
RUNJOBID= node123-1339208364-2141
PBS_JOBID= 14643868
Free space on /tmp= 68152 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753268-1339208364/watcher-3753268-1339208364 -o /tmp/evaluation-result-3753268-1339208364/solver-3753268-1339208364 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753268-1339208364.wbo 1484914179 HOME HOME

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=1484914179

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        26215532 kB
Buffers:         1837252 kB
Cached:          3757092 kB
SwapCached:         2012 kB
Active:          5266888 kB
Inactive:         334684 kB
Active(anon):       6048 kB
Inactive(anon):     2740 kB
Active(file):    5260840 kB
Inactive(file):   331944 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100324 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:         11928 kB
Mapped:             8576 kB
Shmem:                 0 kB
Slab:             918124 kB
SReclaimable:     361976 kB
SUnreclaim:       556148 kB
KernelStack:        1384 kB
PageTables:         3848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 68136 MiB
End job on node123 at 2012-06-09 04:49:24