Trace number 3753249

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
MD5SUMe43f58a024ab39f0c7f396fa22784bca
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.556914
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 1231
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
20.77/20.80	o 548
20.77/20.80	c starting approximation
20.77/20.80	c factor = 2
20.77/20.80	c current bound: 274
61.32/61.42	c current bound: 274
101.52/101.69	c current bound: 274
141.12/141.29	c current bound: 274
181.09/181.22	c current bound: 274
220.79/220.92	c current bound: 274
260.46/260.61	c current bound: 274
300.57/300.75	c current bound: 274
340.74/340.91	c current bound: 274
380.75/380.93	c current bound: 274
420.95/421.14	c current bound: 274
461.15/461.30	c current bound: 274
500.63/500.88	c current bound: 274
540.21/540.45	c current bound: 274
579.96/580.20	c current bound: 274
619.68/619.97	c current bound: 274
659.23/659.50	c current bound: 274
699.36/699.67	c current bound: 274
739.55/739.84	c current bound: 274
779.75/780.08	c current bound: 274
819.54/819.87	c current bound: 274
859.70/860.01	c current bound: 274
899.30/899.69	c current bound: 274
939.38/939.72	c current bound: 274
979.27/979.63	c current bound: 274
1019.35/1019.71	c current bound: 274
1059.06/1059.48	c current bound: 274
1098.66/1099.05	c current bound: 274
1138.72/1139.12	c current bound: 274
1178.41/1178.81	c current bound: 274
1218.79/1219.20	c current bound: 274
1258.51/1258.93	c current bound: 274
1298.81/1299.27	c current bound: 274
1339.09/1339.56	c current bound: 274
1378.78/1379.24	c current bound: 274
1418.56/1419.03	c current bound: 274
1458.35/1458.87	c current bound: 274
1498.85/1499.36	c current bound: 274
1538.34/1538.87	c current bound: 274
1578.02/1578.56	c current bound: 274
1617.79/1618.31	c current bound: 274
1658.29/1658.83	c current bound: 274
1697.99/1698.58	c current bound: 274
1738.36/1738.91	c current bound: 274
1778.37/1778.94	c current bound: 274
1800.07/1800.60	./satsolver.sh: line 5: 24723 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.60	c error: unexpected solver exit code
1800.07/1800.60	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-3753249-1339208273/watcher-3753249-1339208273 -o /tmp/evaluation-result-3753249-1339208273/solver-3753249-1339208273 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753249-1339208273.wbo 1248373502 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.05 1.99 3/175 23944
/proc/meminfo: memFree=28801784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0

[startup+0.102695 s]
/proc/loadavg: 1.93 2.05 1.99 3/175 23944
/proc/meminfo: memFree=28801784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200173 s]
/proc/loadavg: 1.93 2.05 1.99 3/175 23944
/proc/meminfo: memFree=28801784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300148 s]
/proc/loadavg: 1.93 2.05 1.99 3/175 23944
/proc/meminfo: memFree=28801784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 1.93 2.05 1.99 3/175 23944
/proc/meminfo: memFree=28801784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.93 2.05 1.99 4/183 23958
/proc/meminfo: memFree=28788092/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 1957 2708 0 0 2 0 14 0 20 0 1 0 386951884 3166208 378 33554432000 4194304 6006132 140733640223152 140733640217344 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23946/statm: 773 378 158 443 0 326 0
[pid=23957] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23957/stat : 23957 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951902 9367552 267 33554432000 4194304 5064252 140737412947440 140737412946352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23957/statm: 2287 267 226 213 0 72 0
[pid=23958] ppid=23957 vsize=10888 CPUtime=1.3 cores=0,2,4,6
/proc/23958/stat : 23958 (glucose) R 23957 23944 21931 0 -1 4202496 2437 0 0 0 130 0 0 0 20 0 1 0 386951902 11149312 2165 33554432000 4194304 5208918 140736152809600 140736152807464 4222526 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23958/statm: 2722 2166 96 248 0 2471 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 32276

[startup+3.10034 s]
/proc/loadavg: 1.93 2.05 1.99 4/183 23958
/proc/meminfo: memFree=28775316/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 1957 2708 0 0 2 0 14 0 20 0 1 0 386951884 3166208 378 33554432000 4194304 6006132 140733640223152 140733640217344 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23946/statm: 773 378 158 443 0 326 0
[pid=23957] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23957/stat : 23957 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951902 9367552 267 33554432000 4194304 5064252 140737412947440 140737412946352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23957/statm: 2287 267 226 213 0 72 0
[pid=23958] ppid=23957 vsize=10888 CPUtime=2.89 cores=0,2,4,6
/proc/23958/stat : 23958 (glucose) R 23957 23944 21931 0 -1 4202496 2996 0 0 0 289 0 0 0 20 0 1 0 386951902 11149312 2303 33554432000 4194304 5208918 140736152809600 140736152807688 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23958/statm: 2722 2303 96 248 0 2471 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 32276

[startup+6.30039 s]
/proc/loadavg: 1.94 2.05 1.99 4/183 23958
/proc/meminfo: memFree=28770784/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 1957 2708 0 0 2 0 14 0 20 0 1 0 386951884 3166208 378 33554432000 4194304 6006132 140733640223152 140733640217344 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23946/statm: 773 378 158 443 0 326 0
[pid=23957] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23957/stat : 23957 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951902 9367552 267 33554432000 4194304 5064252 140737412947440 140737412946352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23957/statm: 2287 267 226 213 0 72 0
[pid=23958] ppid=23957 vsize=28000 CPUtime=6.1 cores=0,2,4,6
/proc/23958/stat : 23958 (glucose) R 23957 23944 21931 0 -1 4202496 3875 0 0 0 609 1 0 0 20 0 1 0 386951902 28672000 5735 33554432000 4194304 5208918 140736152809600 140736152807544 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23958/statm: 7000 5735 96 248 0 6749 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 49388

[startup+12.7003 s]
/proc/loadavg: 1.94 2.04 1.99 4/183 23965
/proc/meminfo: memFree=28752584/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 1957 2708 0 0 2 0 14 0 20 0 1 0 386951884 3166208 378 33554432000 4194304 6006132 140733640223152 140733640217344 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23946/statm: 773 378 158 443 0 326 0
[pid=23957] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23957/stat : 23957 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951902 9367552 267 33554432000 4194304 5064252 140737412947440 140737412946352 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23957/statm: 2287 267 226 213 0 72 0
[pid=23958] ppid=23957 vsize=27996 CPUtime=12.49 cores=0,2,4,6
/proc/23958/stat : 23958 (glucose) R 23957 23944 21931 0 -1 4202496 4200 0 0 0 1248 1 0 0 20 0 1 0 386951902 28667904 6581 33554432000 4194304 5208918 140736152809600 140736152807544 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23958/statm: 6999 6581 96 248 0 6748 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 49384

[startup+25.5071 s]
/proc/loadavg: 2.02 2.06 2.00 4/183 23972
/proc/meminfo: memFree=28747364/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=20.79 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 2536 9802 0 0 3 2 2071 3 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=23971] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23971/stat : 23971 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386953965 9367552 267 33554432000 4194304 5064252 140735294794080 140735294792992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23971/statm: 2287 267 226 213 0 72 0
[pid=23972] ppid=23971 vsize=17412 CPUtime=4.67 cores=0,2,4,6
/proc/23972/stat : 23972 (glucose) R 23971 23944 21931 0 -1 4202496 5331 0 0 0 467 0 0 0 20 0 1 0 386953966 17829888 3863 33554432000 4194304 5208918 140736805533072 140736805531160 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23972/statm: 4353 3863 96 248 0 4102 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40724

[startup+51.1003 s]
/proc/loadavg: 2.01 2.05 2.00 4/183 23979
/proc/meminfo: memFree=28731096/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=20.79 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 2536 9802 0 0 3 2 2071 3 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=23971] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23971/stat : 23971 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386953965 9367552 267 33554432000 4194304 5064252 140735294794080 140735294792992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23971/statm: 2287 267 226 213 0 72 0
[pid=23972] ppid=23971 vsize=37044 CPUtime=30.26 cores=0,2,4,6
/proc/23972/stat : 23972 (glucose) R 23971 23944 21931 0 -1 4202496 6648 0 0 0 3025 1 0 0 20 0 1 0 386953966 37933056 8049 33554432000 4194304 5208918 140736805533072 140736805531016 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23972/statm: 9261 8049 96 248 0 9010 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 60356

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.00 4/182 24000
/proc/meminfo: memFree=28736164/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=101.65 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 3660 29890 0 0 6 2 10146 11 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 14164

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/184 24032
/proc/meminfo: memFree=28740484/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=141.24 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 4222 40610 0 0 8 2 14099 15 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24024] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24024/stat : 24024 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386966014 9367552 267 33554432000 4194304 5064252 140736172852512 140736172851424 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24024/statm: 2287 267 226 213 0 72 0
[pid=24025] ppid=24024 vsize=29236 CPUtime=20.97 cores=0,2,4,6
/proc/24025/stat : 24025 (glucose) R 24024 23944 21931 0 -1 4202496 5922 0 0 0 2097 0 0 0 20 0 1 0 386966015 29937664 6808 33554432000 4194304 5208918 140735200696976 140735200694840 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24025/statm: 7309 6808 96 248 0 7058 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 24539
/proc/meminfo: memFree=28724032/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1339.18 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 21082 337214 0 0 49 7 133717 145 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24538] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24538/stat : 24538 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387085841 9367552 266 33554432000 4194304 5064252 140735237217168 140735237216080 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2287 266 226 213 0 72 0
[pid=24539] ppid=24538 vsize=29236 CPUtime=22.7 cores=0,2,4,6
/proc/24539/stat : 24539 (glucose) R 24538 23944 21931 0 -1 4202496 5690 0 0 0 2270 0 0 0 20 0 1 0 387085841 29937664 6815 33554432000 4194304 5208918 140734595199232 140734595197096 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24539/statm: 7309 6815 96 248 0 7058 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 52548

[startup+1422.3 s]
/proc/loadavg: 2.16 2.03 2.01 4/184 24568
/proc/meminfo: memFree=28739652/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1418.61 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 22206 356749 0 0 51 7 141651 152 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24567] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24567/stat : 24567 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387093788 9367552 266 33554432000 4194304 5064252 140737068928112 140737068927024 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24567/statm: 2287 266 226 213 0 72 0
[pid=24568] ppid=24567 vsize=17404 CPUtime=3.24 cores=0,2,4,6
/proc/24568/stat : 24568 (glucose) R 24567 23944 21931 0 -1 4202496 4473 0 0 0 324 0 0 0 20 0 1 0 387093788 17821696 3832 33554432000 4194304 5208918 140733767256224 140733767254168 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24568/statm: 4351 3832 96 248 0 4100 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 40716

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 4/183 24589
/proc/meminfo: memFree=28729700/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1458.46 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 22768 366589 0 0 53 8 145628 157 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24588] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24588/stat : 24588 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387097772 9367552 267 33554432000 4194304 5064252 140736813180480 140736813179392 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24588/statm: 2287 267 226 213 0 72 0
[pid=24589] ppid=24588 vsize=29244 CPUtime=23.4 cores=0,2,4,6
/proc/24589/stat : 24589 (glucose) R 24588 23944 21931 0 -1 4202496 6020 0 0 0 2339 1 0 0 20 0 1 0 387097772 29945856 6808 33554432000 4194304 5208918 140736065356960 140736065354824 4229326 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24589/statm: 7311 6808 96 248 0 7060 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 52556

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/183 24624
/proc/meminfo: memFree=28758108/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1538.43 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 23892 385875 0 0 55 8 153614 166 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24616] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24616/stat : 24616 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387105772 9367552 267 33554432000 4194304 5064252 140733580950176 140733580949088 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24616/statm: 2287 267 226 213 0 72 0
[pid=24617] ppid=24616 vsize=24484 CPUtime=3.41 cores=0,2,4,6
/proc/24617/stat : 24617 (glucose) R 24616 23944 21931 0 -1 4202496 4163 0 0 0 341 0 0 0 20 0 1 0 387105772 25071616 5189 33554432000 4194304 5208918 140735914310688 140735914308632 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24617/statm: 6121 5189 96 248 0 5870 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 47796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 24645
/proc/meminfo: memFree=28746304/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1578.12 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 24454 395809 0 0 57 8 157578 169 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24637] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24637/stat : 24637 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387109742 9367552 267 33554432000 4194304 5064252 140734111118848 140734111117760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24637/statm: 2287 267 226 213 0 72 0
[pid=24638] ppid=24637 vsize=29236 CPUtime=23.71 cores=0,2,4,6
/proc/24638/stat : 24638 (glucose) R 24637 23944 21931 0 -1 4202496 5454 0 0 0 2370 1 0 0 20 0 1 0 387109742 29937664 6805 33554432000 4194304 5208918 140735884516416 140735884514280 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24638/statm: 7309 6805 96 248 0 7058 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 52548

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 24674
/proc/meminfo: memFree=28745668/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1658.35 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 25578 414994 0 0 59 8 165590 178 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24673] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24673/stat : 24673 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387117768 9367552 266 33554432000 4194304 5064252 140735082101856 140735082100768 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24673/statm: 2287 266 226 213 0 72 0
[pid=24674] ppid=24673 vsize=24480 CPUtime=3.45 cores=0,2,4,6
/proc/24674/stat : 24674 (glucose) R 24673 23944 21931 0 -1 4202496 5095 0 0 0 344 1 0 0 20 0 1 0 387117768 25067520 5389 33554432000 4194304 5208918 140735943807552 140735943805496 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24674/statm: 6120 5389 96 248 0 5869 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 47792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 24695
/proc/meminfo: memFree=28739376/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1698.11 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 26140 425606 0 0 61 9 169558 183 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24687] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24687/stat : 24687 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387121743 9367552 267 33554432000 4194304 5064252 140736025239408 140736025238320 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24687/statm: 2287 267 226 213 0 72 0
[pid=24688] ppid=24687 vsize=29244 CPUtime=23.68 cores=0,2,4,6
/proc/24688/stat : 24688 (glucose) R 24687 23944 21931 0 -1 4202496 5745 0 0 0 2367 1 0 0 20 0 1 0 387121743 29945856 6808 33554432000 4194304 5208918 140734266614944 140734266612808 4229374 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24688/statm: 7311 6808 96 248 0 7060 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 52556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 24723
/proc/meminfo: memFree=28746492/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1778.44 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 27264 446248 0 0 63 9 177580 192 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24722] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24722/stat : 24722 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387129779 9367552 266 33554432000 4194304 5064252 140733689942800 140733689941712 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24722/statm: 2287 266 226 213 0 72 0
[pid=24723] ppid=24722 vsize=17404 CPUtime=3.33 cores=0,2,4,6
/proc/24723/stat : 24723 (glucose) R 24722 23944 21931 0 -1 4202496 4891 0 0 0 332 1 0 0 20 0 1 0 387129779 17821696 3845 33554432000 4194304 5208918 140734133919280 140734133917224 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24723/statm: 4351 3845 96 248 0 4100 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 40716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 24730
/proc/meminfo: memFree=28750956/32873844 swapFree=7900/7900
[pid=23944] ppid=23942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23944/stat : 23944 (npSolver-wbo-It) S 23942 23944 21931 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951883 9367552 274 33554432000 4194304 5064252 140734843486848 140734843485760 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23944/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23944 vsize=5016 CPUtime=1778.44 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-wbo) S 23944 23944 21931 0 -1 4202496 27264 446248 0 0 63 9 177580 192 20 0 1 0 386951884 5136384 823 33554432000 4194304 6006132 140733640223152 140733640214512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 1254 823 177 443 0 807 0
[pid=24722] ppid=23946 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24722/stat : 24722 (satsolver.sh) S 23946 23944 21931 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387129779 9367552 266 33554432000 4194304 5064252 140733689942800 140733689941712 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24722/statm: 2287 266 226 213 0 72 0
[pid=24723] ppid=24722 vsize=29236 CPUtime=21.63 cores=0,2,4,6
/proc/24723/stat : 24723 (glucose) R 24722 23944 21931 0 -1 4202496 6119 0 0 0 2162 1 0 0 20 0 1 0 387129779 29937664 6807 33554432000 4194304 5208918 140734133919280 140734133917144 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24723/statm: 7309 6807 96 248 0 7058 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 52548

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.61
CPU time (s): 1800.11
CPU user time (s): 1798.07
CPU system time (s): 2.03969
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 79032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.03969
maximum resident set size= 41652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 107376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2190
involuntary context switches= 2413

runsolver used 6.81896 second user time and 18.9851 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-09 04:17:54
IDJOB=3753249
IDBENCH=79216
IDSOLVER=2336
FILE ID=node137/3753249-1339208273
RUNJOBID= node137-1339208273-23917
PBS_JOBID= 14643866
Free space on /tmp= 70940 MiB

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

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

MD5SUM BENCH= e43f58a024ab39f0c7f396fa22784bca
RANDOM SEED=1248373502

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:       32873844 kB
MemFree:        28802320 kB
Buffers:          506408 kB
Cached:          2664592 kB
SwapCached:         4640 kB
Active:          1397516 kB
Inactive:        1785952 kB
Active(anon):       2948 kB
Inactive(anon):     5860 kB
Active(file):    1394568 kB
Inactive(file):  1780092 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             17124 kB
Writeback:             0 kB
AnonPages:         11036 kB
Mapped:             8604 kB
Shmem:                 0 kB
Slab:             747496 kB
SReclaimable:     188072 kB
SUnreclaim:       559424 kB
KernelStack:        1400 kB
PageTables:         3808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70920 MiB
End job on node137 at 2012-06-09 04:47:54