Trace number 3753258

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.05 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-0-100-0.wbo
MD5SUMdbf89d35013c2bab398211fa15264c93
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.447931
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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
9.75/9.84	o 837
9.75/9.84	c starting approximation
9.75/9.84	c factor = 2
9.75/9.84	c current bound: 418
55.64/55.73	c current bound: 418
100.45/100.57	c current bound: 418
146.49/146.60	c current bound: 418
190.62/190.77	c current bound: 418
234.96/235.10	c current bound: 418
279.69/279.89	c current bound: 418
325.27/325.43	c current bound: 418
370.76/370.99	c current bound: 418
414.93/415.10	c current bound: 418
459.85/460.07	c current bound: 418
505.41/505.61	c current bound: 418
550.49/550.71	c current bound: 418
595.31/595.54	c current bound: 418
640.19/640.43	c current bound: 418
685.19/685.47	c current bound: 418
729.94/730.20	c current bound: 418
775.56/775.83	c current bound: 418
821.06/821.39	c current bound: 418
866.15/866.49	c current bound: 418
911.73/912.05	c current bound: 418
957.91/958.25	c current bound: 418
1002.51/1002.83	c current bound: 418
1048.18/1048.52	c current bound: 418
1093.59/1093.92	c current bound: 418
1138.77/1139.13	c current bound: 418
1183.35/1183.76	c current bound: 418
1228.54/1228.92	c current bound: 418
1273.03/1273.41	c current bound: 418
1317.44/1317.86	c current bound: 418
1362.43/1362.81	c current bound: 418
1408.32/1408.78	c current bound: 418
1452.92/1453.36	c current bound: 418
1498.70/1499.14	c current bound: 418
1544.76/1545.23	c current bound: 418
1589.97/1590.47	c current bound: 418
1634.65/1635.13	c current bound: 418
1679.93/1680.43	c current bound: 418
1724.99/1725.51	c current bound: 418
1769.90/1770.43	c current bound: 418
1800.02/1800.50	./satsolver.sh: line 5:  9179 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.50	c error: unexpected solver exit code
1800.02/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-3753258-1339208148/watcher-3753258-1339208148 -o /tmp/evaluation-result-3753258-1339208148/solver-3753258-1339208148 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753258-1339208148.wbo 342878049 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.87 2/177 8397
/proc/meminfo: memFree=28906824/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0

[startup+0.0541319 s]
/proc/loadavg: 2.00 1.99 1.87 2/177 8397
/proc/meminfo: memFree=28906824/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100181 s]
/proc/loadavg: 2.00 1.99 1.87 2/177 8397
/proc/meminfo: memFree=28906824/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300116 s]
/proc/loadavg: 2.00 1.99 1.87 2/177 8397
/proc/meminfo: memFree=28906824/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700108 s]
/proc/loadavg: 2.00 1.99 1.87 2/177 8397
/proc/meminfo: memFree=28906824/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 8404
/proc/meminfo: memFree=28902196/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=3092 CPUtime=0.15 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 1957 2196 0 0 1 0 14 0 20 0 1 0 386940247 3166208 378 33554432000 4194304 6006132 140736453407632 140736453401824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8398/statm: 773 378 158 443 0 326 0
[pid=8403] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386940265 9367552 267 33554432000 4194304 5064252 140736379832048 140736379830960 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8403/statm: 2287 267 226 213 0 72 0
[pid=8404] ppid=8403 vsize=12736 CPUtime=1.3 cores=0,2,4,6
/proc/8404/stat : 8404 (glucose) R 8403 8397 25576 0 -1 4202496 2886 0 0 0 130 0 0 0 20 0 1 0 386940265 13041664 2262 33554432000 4194304 5208918 140734672885568 140734672883512 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8404/statm: 3184 2262 96 248 0 2933 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 34124

[startup+3.10028 s]
/proc/loadavg: 2.00 1.99 1.88 3/181 8404
/proc/meminfo: memFree=28895188/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=3092 CPUtime=0.15 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 1957 2196 0 0 1 0 14 0 20 0 1 0 386940247 3166208 378 33554432000 4194304 6006132 140736453407632 140736453401824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8398/statm: 773 378 158 443 0 326 0
[pid=8403] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386940265 9367552 267 33554432000 4194304 5064252 140736379832048 140736379830960 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8403/statm: 2287 267 226 213 0 72 0
[pid=8404] ppid=8403 vsize=12736 CPUtime=2.9 cores=0,2,4,6
/proc/8404/stat : 8404 (glucose) R 8403 8397 25576 0 -1 4202496 3396 0 0 0 290 0 0 0 20 0 1 0 386940265 13041664 2765 33554432000 4194304 5208918 140734672885568 140734672883512 4229692 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8404/statm: 3184 2765 96 248 0 2933 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 34124

[startup+6.30028 s]
/proc/loadavg: 2.00 1.99 1.88 3/181 8404
/proc/meminfo: memFree=28891784/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=3092 CPUtime=0.15 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 1957 2196 0 0 1 0 14 0 20 0 1 0 386940247 3166208 378 33554432000 4194304 6006132 140736453407632 140736453401824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8398/statm: 773 378 158 443 0 326 0
[pid=8403] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386940265 9367552 267 33554432000 4194304 5064252 140736379832048 140736379830960 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8403/statm: 2287 267 226 213 0 72 0
[pid=8404] ppid=8403 vsize=15456 CPUtime=6.1 cores=0,2,4,6
/proc/8404/stat : 8404 (glucose) R 8403 8397 25576 0 -1 4202496 3558 0 0 0 610 0 0 0 20 0 1 0 386940265 15826944 3434 33554432000 4194304 5208918 140734672885568 140734672883432 4229528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8404/statm: 3864 3434 96 248 0 3613 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 36844

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.88 3/181 8411
/proc/meminfo: memFree=28888204/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=9.84 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 2908 10383 0 0 4 2 976 2 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=8410] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8410/stat : 8410 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386941234 9367552 267 33554432000 4194304 5064252 140733427262720 140733427261632 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8410/statm: 2287 267 226 213 0 72 0
[pid=8411] ppid=8410 vsize=19216 CPUtime=2.82 cores=0,2,4,6
/proc/8411/stat : 8411 (glucose) R 8410 8397 25576 0 -1 4202496 5228 0 0 0 281 1 0 0 20 0 1 0 386941234 19677184 4043 33554432000 4194304 5208918 140735104749024 140735104746968 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8411/statm: 4804 4043 96 248 0 4553 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 44576

[startup+25.5002 s]
/proc/loadavg: 2.00 1.99 1.88 3/181 8456
/proc/meminfo: memFree=29020392/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=9.84 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 2908 10383 0 0 4 2 976 2 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=8410] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8410/stat : 8410 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386941234 9367552 267 33554432000 4194304 5064252 140733427262720 140733427261632 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8410/statm: 2287 267 226 213 0 72 0
[pid=8411] ppid=8410 vsize=32656 CPUtime=15.61 cores=0,2,4,6
/proc/8411/stat : 8411 (glucose) R 8410 8397 25576 0 -1 4202496 7265 0 0 0 1560 1 0 0 20 0 1 0 386941234 33439744 7804 33554432000 4194304 5208918 140735104749024 140735104746888 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8411/statm: 8164 7804 96 248 0 7913 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 58016

[startup+51.1003 s]
/proc/loadavg: 2.06 2.00 1.89 3/181 8463
/proc/meminfo: memFree=28997244/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=9.84 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 2908 10383 0 0 4 2 976 2 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=8410] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8410/stat : 8410 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386941234 9367552 267 33554432000 4194304 5064252 140733427262720 140733427261632 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8410/statm: 2287 267 226 213 0 72 0
[pid=8411] ppid=8410 vsize=46956 CPUtime=41.21 cores=0,2,4,6
/proc/8411/stat : 8411 (glucose) R 8410 8397 25576 0 -1 4202496 8820 0 0 0 4119 2 0 0 20 0 1 0 386941234 48082944 10886 33554432000 4194304 5208918 140735104749024 140735104746968 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8411/statm: 11739 10886 96 248 0 11488 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 72316

[startup+102.306 s]
/proc/loadavg: 2.10 2.03 1.90 3/181 8491
/proc/meminfo: memFree=29030376/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=100.55 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 4774 33834 0 0 8 2 10034 11 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=8490] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8490/stat : 8490 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386950307 9367552 267 33554432000 4194304 5064252 140734237915504 140734237914416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8490/statm: 2287 267 226 213 0 72 0
[pid=8491] ppid=8490 vsize=16416 CPUtime=1.7 cores=0,2,4,6
/proc/8491/stat : 8491 (glucose) R 8490 8397 25576 0 -1 4202496 3480 0 0 0 170 0 0 0 20 0 1 0 386950307 16809984 3571 33554432000 4194304 5208918 140733533095328 140733533093176 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8491/statm: 4104 3571 96 248 0 3853 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41776

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 1.91 3/181 8512
/proc/meminfo: memFree=29008724/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=146.57 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 5707 45101 0 0 10 2 14629 16 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=8504] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 9035
/proc/meminfo: memFree=29013672/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1408.44 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 31831 379019 0 0 62 10 140627 145 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9027] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9027/stat : 9027 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387081127 9367552 267 33554432000 4194304 5064252 140735591756720 140735591755632 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9027/statm: 2287 267 226 213 0 72 0
[pid=9028] ppid=9027 vsize=32656 CPUtime=13.49 cores=0,2,4,6
/proc/9028/stat : 9028 (glucose) R 9027 8397 25576 0 -1 4202496 6415 0 0 0 1348 1 0 0 20 0 1 0 387081127 33439744 7813 33554432000 4194304 5208918 140735576056320 140735576054184 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9028/statm: 8164 7813 96 248 0 7913 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 58016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 9060
/proc/meminfo: memFree=29014292/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1453.01 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 32764 390537 0 0 64 10 145078 149 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9049] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9049/stat : 9049 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387085585 9367552 267 33554432000 4194304 5064252 140736053524640 140736053523552 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9049/statm: 2287 267 226 213 0 72 0
[pid=9050] ppid=9049 vsize=28220 CPUtime=28.89 cores=0,2,4,6
/proc/9050/stat : 9050 (glucose) R 9049 8397 25576 0 -1 4202496 8667 0 0 0 2888 1 0 0 20 0 1 0 387085585 28897280 5827 33554432000 4194304 5208918 140736614958464 140736614956408 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9050/statm: 7055 5827 96 248 0 6804 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 53580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 9081
/proc/meminfo: memFree=28995644/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1498.77 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 33697 403373 0 0 66 10 149648 153 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9073] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9073/stat : 9073 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387090163 9367552 266 33554432000 4194304 5064252 140735133864544 140735133863456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9073/statm: 2287 266 226 213 0 72 0
[pid=9074] ppid=9073 vsize=46956 CPUtime=43.11 cores=0,2,4,6
/proc/9074/stat : 9074 (glucose) R 9073 8397 25576 0 -1 4202496 9078 0 0 0 4309 2 0 0 20 0 1 0 387090164 48082944 10886 33554432000 4194304 5208918 140736405124096 140736405122040 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9074/statm: 11739 10886 96 248 0 11488 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 72316

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/181 9109
/proc/meminfo: memFree=29007708/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1590.08 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 35563 428235 0 0 69 11 158765 163 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9108] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9108/stat : 9108 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387099297 9367552 267 33554432000 4194304 5064252 140736310529456 140736310528368 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9108/statm: 2287 267 226 213 0 72 0
[pid=9109] ppid=9108 vsize=32660 CPUtime=11.79 cores=0,2,4,6
/proc/9109/stat : 9109 (glucose) R 9108 8397 25576 0 -1 4202496 6409 0 0 0 1178 1 0 0 20 0 1 0 387099297 33443840 7814 33554432000 4194304 5208918 140734700249200 140734700247064 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9109/statm: 8165 7814 96 248 0 7914 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 58020

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/181 9130
/proc/meminfo: memFree=28999052/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1634.72 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 36496 439742 0 0 71 11 163223 167 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9122] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9122/stat : 9122 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387103762 9367552 267 33554432000 4194304 5064252 140736612485552 140736612484464 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9122/statm: 2287 267 226 213 0 72 0
[pid=9123] ppid=9122 vsize=28216 CPUtime=27.12 cores=0,2,4,6
/proc/9123/stat : 9123 (glucose) R 9122 8397 25576 0 -1 4202496 8104 0 0 0 2711 1 0 0 20 0 1 0 387103763 28893184 5523 33554432000 4194304 5208918 140735326761472 140735326759416 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9123/statm: 7054 5523 96 248 0 6803 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 53576

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/181 9151
/proc/meminfo: memFree=28993108/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1680.01 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 37429 452318 0 0 73 11 167746 171 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9143] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9143/stat : 9143 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387108293 9367552 267 33554432000 4194304 5064252 140735947871456 140735947870368 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9143/statm: 2287 267 226 213 0 72 0
[pid=9144] ppid=9143 vsize=46960 CPUtime=41.82 cores=0,2,4,6
/proc/9144/stat : 9144 (glucose) R 9143 8397 25576 0 -1 4202496 7959 0 0 0 4180 2 0 0 20 0 1 0 387108293 48087040 10887 33554432000 4194304 5208918 140736940993792 140736940991736 4211726 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9144/statm: 11740 10887 96 248 0 11489 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 72320

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/180 9186
/proc/meminfo: memFree=29020104/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1769.99 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 39295 476793 0 0 77 12 176729 181 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9178] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9178/stat : 9178 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387117292 9367552 267 33554432000 4194304 5064252 140733984839360 140733984838272 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9178/statm: 2287 267 226 213 0 72 0
[pid=9179] ppid=9178 vsize=32656 CPUtime=11.83 cores=0,2,4,6
/proc/9179/stat : 9179 (glucose) R 9178 8397 25576 0 -1 4202496 7552 0 0 0 1182 1 0 0 20 0 1 0 387117292 33439744 7813 33554432000 4194304 5208918 140736553095856 140736553093720 4211933 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9179/statm: 8164 7813 96 248 0 7913 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 58016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 1.95 3/181 9187
/proc/meminfo: memFree=29005644/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1769.99 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 39295 476793 0 0 77 12 176729 181 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9178] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9178/stat : 9178 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387117292 9367552 267 33554432000 4194304 5064252 140733984839360 140733984838272 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9178/statm: 2287 267 226 213 0 72 0
[pid=9179] ppid=9178 vsize=28212 CPUtime=30.03 cores=0,2,4,6
/proc/9179/stat : 9179 (glucose) R 9178 8397 25576 0 -1 4202496 8580 0 0 0 3002 1 0 0 20 0 1 0 387117292 28889088 6159 33554432000 4194304 5208918 140736553095856 140736553093800 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9179/statm: 7053 6159 96 248 0 6802 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 53572

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.02 2.01 1.95 3/181 9187
/proc/meminfo: memFree=29005644/32873624 swapFree=7112/7112
[pid=8397] ppid=8395 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8397/stat : 8397 (npSolver-wbo-It) S 8395 8397 25576 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386940247 9367552 275 33554432000 4194304 5064252 140734654142752 140734654141664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8397/statm: 2287 275 233 213 0 72 0
[pid=8398] ppid=8397 vsize=7064 CPUtime=1769.99 cores=0,2,4,6
/proc/8398/stat : 8398 (npSolver-wbo) S 8397 8397 25576 0 -1 4202496 39295 476793 0 0 77 12 176729 181 20 0 1 0 386940247 7233536 1179 33554432000 4194304 6006132 140736453407632 140736453398992 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8398/statm: 1766 1179 177 443 0 1319 0
[pid=9178] ppid=8398 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9178/stat : 9178 (satsolver.sh) S 8398 8397 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387117292 9367552 267 33554432000 4194304 5064252 140733984839360 140733984838272 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9178/statm: 2287 267 226 213 0 72 0
[pid=9179] ppid=9178 vsize=28212 CPUtime=30.03 cores=0,2,4,6
/proc/9179/stat : 9179 (glucose) R 9178 8397 25576 0 -1 4202496 8580 0 0 0 3002 1 0 0 20 0 1 0 387117292 28889088 6159 33554432000 4194304 5208918 140736553095856 140736553093800 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9179/statm: 7053 6159 96 248 0 6802 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 53572

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.1
CPU system time (s): 1.9557
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 76696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 1.9557
maximum resident set size= 44820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 525659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 133776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2710
involuntary context switches= 2299

runsolver used 2.74058 second user time and 7.2359 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 04:15:48
IDJOB=3753258
IDBENCH=79189
IDSOLVER=2336
FILE ID=node121/3753258-1339208148
RUNJOBID= node121-1339204543-25592
PBS_JOBID= 14643859
Free space on /tmp= 70620 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216411--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-3753258-1339208148/watcher-3753258-1339208148 -o /tmp/evaluation-result-3753258-1339208148/solver-3753258-1339208148 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753258-1339208148.wbo 342878049 HOME HOME

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

MD5SUM BENCH= dbf89d35013c2bab398211fa15264c93
RANDOM SEED=342878049

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:        28907352 kB
Buffers:          995136 kB
Cached:          1842964 kB
SwapCached:          340 kB
Active:          2937128 kB
Inactive:          75948 kB
Active(anon):     154580 kB
Inactive(anon):     8168 kB
Active(file):    2782548 kB
Inactive(file):    67780 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:             18804 kB
Writeback:             4 kB
AnonPages:        167028 kB
Mapped:            12572 kB
Shmem:                40 kB
Slab:             814632 kB
SReclaimable:     257664 kB
SUnreclaim:       556968 kB
KernelStack:        1464 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     278016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70624 MiB
End job on node121 at 2012-06-09 04:45:48