Trace number 3753961

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)OPTIMUM 357.364 357.448

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c run usual solver
26.98/27.01	o 792
90.64/90.94	o 43
111.95/112.00	o 37
143.43/143.52	o 27
163.85/163.92	o 22
182.62/182.74	o 21
199.82/199.95	o 20
218.83/218.99	o 16
236.62/236.70	o 13
254.31/254.41	o 12
272.20/272.35	o 11
289.31/289.44	o 10
307.51/307.67	o 5
328.09/328.24	o 3
357.30/357.44	c display solution
357.30/357.44	s OPTIMUM FOUND
357.30/357.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 

Verifier Data

OK	3

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-3753961-1339197100/watcher-3753961-1339197100 -o /tmp/evaluation-result-3753961-1339197100/solver-3753961-1339197100 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753961-1339197100.wbo 1399228150 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 2.00 2.00 3/179 3198
/proc/meminfo: memFree=31382324/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0

[startup+0.0787661 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3198
/proc/meminfo: memFree=31382324/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100297 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3198
/proc/meminfo: memFree=31382324/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3198
/proc/meminfo: memFree=31382324/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700216 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3198
/proc/meminfo: memFree=31382324/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3205
/proc/meminfo: memFree=31376192/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 1957 2705 0 0 2 0 14 0 20 0 1 0 385836888 3166208 378 33554432000 4194304 6006132 140736505468992 140736505463184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 773 378 158 443 0 326 0
[pid=3204] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3204/stat : 3204 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385836906 9367552 267 33554432000 4194304 5064252 140735857445440 140735857444352 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3204/statm: 2287 267 226 213 0 72 0
[pid=3205] ppid=3204 vsize=12788 CPUtime=1.3 cores=0,2,4,6
/proc/3205/stat : 3205 (glucose) R 3204 3198 5861 0 -1 4202496 2550 0 0 0 130 0 0 0 20 0 1 0 385836906 13094912 2255 33554432000 4194304 5208918 140736452479472 140736452477432 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3205/statm: 3197 2255 96 248 0 2946 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34176

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3205
/proc/meminfo: memFree=31370928/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 1957 2705 0 0 2 0 14 0 20 0 1 0 385836888 3166208 378 33554432000 4194304 6006132 140736505468992 140736505463184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 773 378 158 443 0 326 0
[pid=3204] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3204/stat : 3204 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385836906 9367552 267 33554432000 4194304 5064252 140735857445440 140735857444352 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3204/statm: 2287 267 226 213 0 72 0
[pid=3205] ppid=3204 vsize=12788 CPUtime=2.9 cores=0,2,4,6
/proc/3205/stat : 3205 (glucose) R 3204 3198 5861 0 -1 4202496 3076 0 0 0 290 0 0 0 20 0 1 0 385836906 13094912 2777 33554432000 4194304 5208918 140736452479472 140736452477416 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3205/statm: 3197 2777 96 248 0 2946 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34176

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3212
/proc/meminfo: memFree=31400032/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 1957 2705 0 0 2 0 14 0 20 0 1 0 385836888 3166208 378 33554432000 4194304 6006132 140736505468992 140736505463184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 773 378 158 443 0 326 0
[pid=3204] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3204/stat : 3204 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385836906 9367552 267 33554432000 4194304 5064252 140735857445440 140735857444352 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3204/statm: 2287 267 226 213 0 72 0
[pid=3205] ppid=3204 vsize=22584 CPUtime=6.1 cores=0,2,4,6
/proc/3205/stat : 3205 (glucose) R 3204 3198 5861 0 -1 4202496 4077 0 0 0 610 0 0 0 20 0 1 0 385836906 23126016 4772 33554432000 4194304 5208918 140736452479472 140736452477336 4229460 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3205/statm: 5646 4772 96 248 0 5395 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43972

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3212
/proc/meminfo: memFree=31371168/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 1957 2705 0 0 2 0 14 0 20 0 1 0 385836888 3166208 378 33554432000 4194304 6006132 140736505468992 140736505463184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 773 378 158 443 0 326 0
[pid=3204] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3204/stat : 3204 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385836906 9367552 267 33554432000 4194304 5064252 140735857445440 140735857444352 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3204/statm: 2287 267 226 213 0 72 0
[pid=3205] ppid=3204 vsize=31488 CPUtime=12.51 cores=0,2,4,6
/proc/3205/stat : 3205 (glucose) R 3204 3198 5861 0 -1 4202496 5402 0 0 0 1250 1 0 0 20 0 1 0 385836906 32243712 6075 33554432000 4194304 5208918 140736452479472 140736452477416 4213121 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3205/statm: 7872 6075 96 248 0 7621 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 52876

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3212
/proc/meminfo: memFree=31356512/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 1957 2705 0 0 2 0 14 0 20 0 1 0 385836888 3166208 378 33554432000 4194304 6006132 140736505468992 140736505463184 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 773 378 158 443 0 326 0
[pid=3204] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3204/stat : 3204 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385836906 9367552 267 33554432000 4194304 5064252 140735857445440 140735857444352 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3204/statm: 2287 267 226 213 0 72 0
[pid=3205] ppid=3204 vsize=35952 CPUtime=25.3 cores=0,2,4,6
/proc/3205/stat : 3205 (glucose) R 3204 3198 5861 0 -1 4202496 6004 0 0 0 2529 1 0 0 20 0 1 0 385836906 36814848 7687 33554432000 4194304 5208918 140736452479472 140736452477416 4212881 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3205/statm: 8988 7687 96 248 0 8737 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57340

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3226
/proc/meminfo: memFree=31285768/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=27.08 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 4003 11600 0 0 10 3 2692 3 20 0 1 0 385836888 20242432 4309 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4309 167 443 0 4495 0
[pid=3218] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3218/stat : 3218 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385839599 9367552 267 33554432000 4194304 5064252 140733620131424 140733620130336 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3218/statm: 2287 267 226 213 0 72 0
[pid=3219] ppid=3218 vsize=85060 CPUtime=23.97 cores=0,2,4,6
/proc/3219/stat : 3219 (glucose) R 3218 3198 5861 0 -1 4202496 14767 0 0 0 2395 2 0 0 20 0 1 0 385839599 87101440 19868 33554432000 4194304 5208918 140737430830144 140737430828088 4211599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3219/statm: 21265 19868 96 248 0 21014 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 123124

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3248
/proc/meminfo: memFree=31357384/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=90.91 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 4170 31743 0 0 11 3 9059 18 20 0 1 0 385836888 20242432 4309 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4309 167 443 0 4495 0
[pid=3247] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3247/stat : 3247 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385845982 9367552 267 33554432000 4194304 5064252 140737372326032 140737372324944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3247/statm: 2287 267 226 213 0 72 0
[pid=3248] ppid=3247 vsize=22264 CPUtime=11.34 cores=0,2,4,6
/proc/3248/stat : 3248 (glucose) R 3247 3198 5861 0 -1 4202496 4981 0 0 0 1134 0 0 0 20 0 1 0 385845983 22798336 5143 33554432000 4194304 5208918 140735445276656 140735445274600 4229734 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3248/statm: 5566 5143 96 248 0 5315 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60328

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3276
/proc/meminfo: memFree=31341976/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=143.47 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 4425 47666 0 0 11 3 14311 22 20 0 1 0 385836888 20242432 4309 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4309 167 443 0 4495 0
[pid=3275] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/3317/statm: 2287 267 226 213 0 72 0
[pid=3318] ppid=3317 vsize=11212 CPUtime=3.3 cores=0,2,4,6
/proc/3318/stat : 3318 (glucose) R 3317 3198 5861 0 -1 4202496 3252 0 0 0 330 0 0 0 20 0 1 0 385858787 11481088 2374 33554432000 4194304 5208918 140737042767184 140737042765128 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3318/statm: 2803 2374 96 248 0 2552 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49276

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 3360
/proc/meminfo: memFree=31389616/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=272.28 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5069 101679 0 0 11 4 27176 37 20 0 1 0 385836888 20242432 4309 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4309 167 443 0 4495 0
[pid=3352] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3352/stat : 3352 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385864123 9367552 267 33554432000 4194304 5064252 140733945081728 140733945080640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3352/statm: 2287 267 226 213 0 72 0
[pid=3353] ppid=3352 vsize=21016 CPUtime=9.93 cores=0,2,4,6
/proc/3353/stat : 3353 (glucose) R 3352 3198 5861 0 -1 4202496 3375 0 0 0 992 1 0 0 20 0 1 0 385864123 21520384 4461 33554432000 4194304 5208918 140734349659344 140734349657288 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3353/statm: 5254 4461 96 248 0 5003 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 59080

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3395
/proc/meminfo: memFree=31374504/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=17708 CPUtime=14.03 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 3851 0 0 0 1403 0 0 0 20 0 1 0 385869712 18132992 4009 33554432000 4194304 5208918 140735506896208 140735506894072 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 4427 4009 96 248 0 4176 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55772

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

[startup+345.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3395
/proc/meminfo: memFree=31365304/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=17708 CPUtime=17.23 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 3923 0 0 0 1723 0 0 0 20 0 1 0 385869712 18132992 4015 33554432000 4194304 5208918 140735506896208 140735506894296 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 4427 4015 102 248 0 4176 0
Current children cumulated CPU time (s) 345.39
Current children cumulated vsize (KiB) 55772

[startup+351.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3395
/proc/meminfo: memFree=31359460/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=23768 CPUtime=23.64 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 4405 0 0 0 2363 1 0 0 20 0 1 0 385869712 24338432 5503 33554432000 4194304 5208918 140735506896208 140735506894152 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 5942 5503 102 248 0 5691 0
Current children cumulated CPU time (s) 351.8
Current children cumulated vsize (KiB) 61832

[startup+355.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3395
/proc/meminfo: memFree=31348292/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=28188 CPUtime=26.83 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 4871 0 0 0 2682 1 0 0 20 0 1 0 385869712 28864512 6460 33554432000 4194304 5208918 140735506896208 140735506894072 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 7047 6460 102 248 0 6796 0
Current children cumulated CPU time (s) 354.99
Current children cumulated vsize (KiB) 66252

[startup+356.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 3395
/proc/meminfo: memFree=31347680/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=28188 CPUtime=28.43 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 5032 0 0 0 2842 1 0 0 20 0 1 0 385869712 28864512 6619 33554432000 4194304 5208918 140735506896208 140735506894072 4229999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 7047 6619 102 248 0 6796 0
Current children cumulated CPU time (s) 356.59
Current children cumulated vsize (KiB) 66252

[startup+357.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 3395
/proc/meminfo: memFree=31347680/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=28188 CPUtime=28.83 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 5032 0 0 0 2882 1 0 0 20 0 1 0 385869712 28864512 6619 33554432000 4194304 5208918 140735506896208 140735506894072 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 7047 6619 102 248 0 6796 0
Current children cumulated CPU time (s) 356.99
Current children cumulated vsize (KiB) 66252

[startup+357.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 3395
/proc/meminfo: memFree=31347680/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=28188 CPUtime=29.03 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 5032 0 0 0 2902 1 0 0 20 0 1 0 385869712 28864512 6619 33554432000 4194304 5208918 140735506896208 140735506894072 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 7047 6619 102 248 0 6796 0
Current children cumulated CPU time (s) 357.19
Current children cumulated vsize (KiB) 66252

[startup+357.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 3395
/proc/meminfo: memFree=31347804/32873648 swapFree=7376/7376
[pid=3198] ppid=3196 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3198/stat : 3198 (npSolver-wbo-It) S 3196 3198 5861 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385836888 9367552 275 33554432000 4194304 5064252 140736471589872 140736471588784 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3198/statm: 2287 275 233 213 0 72 0
[pid=3199] ppid=3198 vsize=19768 CPUtime=328.16 cores=0,2,4,6
/proc/3199/stat : 3199 (npSolver-wbo) S 3198 3198 5861 0 -1 4202496 5306 123699 0 0 11 5 32757 43 20 0 1 0 385836888 20242432 4310 33554432000 4194304 6006132 140736505468992 140736505460384 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3199/statm: 4942 4310 168 443 0 4495 0
[pid=3387] ppid=3199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3387/stat : 3387 (satsolver.sh) S 3199 3198 5861 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869712 9367552 267 33554432000 4194304 5064252 140734544644352 140734544643264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3387/statm: 2287 267 226 213 0 72 0
[pid=3388] ppid=3387 vsize=28188 CPUtime=29.14 cores=0,2,4,6
/proc/3388/stat : 3388 (glucose) R 3387 3198 5861 0 -1 4202496 5032 0 0 0 2913 1 0 0 20 0 1 0 385869712 28864512 6619 33554432000 4194304 5208918 140735506896208 140735506894072 4229780 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3388/statm: 7047 6619 102 248 0 6796 0
Current children cumulated CPU time (s) 357.3
Current children cumulated vsize (KiB) 66252

Child status: 0
Real time (s): 357.448
CPU time (s): 357.364
CPU user time (s): 356.857
CPU system time (s): 0.506922
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 153476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.857
system time used= 0.506922
maximum resident set size= 102760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 569
involuntary context switches= 531

runsolver used 0.557915 second user time and 1.42578 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 01:11:40
IDJOB=3753961
IDBENCH=79238
IDSOLVER=2337
FILE ID=node113/3753961-1339197100
RUNJOBID= node113-1339183302-30696
PBS_JOBID= 14643803
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=1399228150

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31382580 kB
Buffers:          367768 kB
Cached:           122844 kB
SwapCached:         1344 kB
Active:           549476 kB
Inactive:          34920 kB
Active(anon):      86988 kB
Inactive(anon):     4568 kB
Active(file):     462488 kB
Inactive(file):    30352 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099944 kB
Dirty:             13048 kB
Writeback:             0 kB
AnonPages:         95636 kB
Mapped:            10628 kB
Shmem:                 0 kB
Slab:             766952 kB
SReclaimable:     210808 kB
SUnreclaim:       556144 kB
KernelStack:        1488 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     216628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71124 MiB
End job on node113 at 2012-06-09 01:17:38