Trace number 3753255

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
MD5SUM935e196b2e49c7ace79e7b55afc624f4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.680895
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 1139
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
22.05/22.18	o 805
22.05/22.18	c starting approximation
22.05/22.18	c factor = 2
22.05/22.18	c current bound: 402
79.85/79.95	c current bound: 402
138.98/139.11	c current bound: 402
197.17/197.30	c current bound: 402
255.67/255.81	c current bound: 402
314.75/314.90	c current bound: 402
372.27/372.44	c current bound: 402
430.38/430.56	c current bound: 402
488.83/489.03	c current bound: 402
546.89/547.10	c current bound: 402
605.90/606.14	c current bound: 402
665.39/665.64	c current bound: 402
723.97/724.23	c current bound: 402
782.27/782.56	c current bound: 402
841.00/841.30	c current bound: 402
898.72/899.04	c current bound: 402
956.29/956.61	c current bound: 402
1015.78/1016.11	c current bound: 402
1075.00/1075.34	c current bound: 402
1134.49/1134.87	c current bound: 402
1193.19/1193.59	c current bound: 402
1252.96/1253.34	c current bound: 402
1311.51/1311.91	c current bound: 402
1369.32/1369.77	c current bound: 402
1428.31/1428.79	c current bound: 402
1487.07/1487.52	c current bound: 402
1545.06/1545.53	c current bound: 402
1604.43/1604.91	c current bound: 402
1663.94/1664.46	c current bound: 402
1723.51/1724.04	c current bound: 402
1781.87/1782.40	c current bound: 402
1800.02/1800.50	./satsolver.sh: line 5: 31882 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.50	c error: unexpected solver exit code
1800.02/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753255-1339208192/watcher-3753255-1339208192 -o /tmp/evaluation-result-3753255-1339208192/solver-3753255-1339208192 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753255-1339208192.wbo 2025099197 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.12 2.03 1.88 3/179 30818
/proc/meminfo: memFree=31264644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0

[startup+0.081029 s]
/proc/loadavg: 2.12 2.03 1.88 3/179 30818
/proc/meminfo: memFree=31264644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 2.12 2.03 1.88 3/179 30818
/proc/meminfo: memFree=31264644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300212 s]
/proc/loadavg: 2.12 2.03 1.88 3/179 30818
/proc/meminfo: memFree=31264644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.12 2.03 1.88 3/179 30818
/proc/meminfo: memFree=31264644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 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.12 2.03 1.88 3/183 30825
/proc/meminfo: memFree=31259528/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=3104 CPUtime=0.17 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 1456 2245 0 0 2 0 15 0 20 0 1 0 386946098 3178496 387 33554432000 4194304 6006132 140733722605072 140733722599264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30819/statm: 776 387 158 443 0 329 0
[pid=30824] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30824/stat : 30824 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386946118 9367552 267 33554432000 4194304 5064252 140736914559984 140736914558896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30824/statm: 2287 267 226 213 0 72 0
[pid=30825] ppid=30824 vsize=12892 CPUtime=1.29 cores=0,2,4,6
/proc/30825/stat : 30825 (glucose) R 30824 30818 7481 0 -1 4202496 2991 0 0 0 129 0 0 0 20 0 1 0 386946118 13201408 1795 33554432000 4194304 5208918 140734679762064 140734679760216 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30825/statm: 3223 1795 96 248 0 2972 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34292

[startup+3.10033 s]
/proc/loadavg: 2.12 2.03 1.88 3/183 30825
/proc/meminfo: memFree=31252380/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=3104 CPUtime=0.17 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 1456 2245 0 0 2 0 15 0 20 0 1 0 386946098 3178496 387 33554432000 4194304 6006132 140733722605072 140733722599264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30819/statm: 776 387 158 443 0 329 0
[pid=30824] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30824/stat : 30824 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386946118 9367552 267 33554432000 4194304 5064252 140736914559984 140736914558896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30824/statm: 2287 267 226 213 0 72 0
[pid=30825] ppid=30824 vsize=12892 CPUtime=2.89 cores=0,2,4,6
/proc/30825/stat : 30825 (glucose) R 30824 30818 7481 0 -1 4202496 3504 0 0 0 289 0 0 0 20 0 1 0 386946118 13201408 2807 33554432000 4194304 5208918 140734679762064 140734679760008 4228982 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30825/statm: 3223 2807 96 248 0 2972 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34292

[startup+6.30034 s]
/proc/loadavg: 2.11 2.03 1.88 3/183 30832
/proc/meminfo: memFree=31266568/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=3104 CPUtime=0.17 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 1456 2245 0 0 2 0 15 0 20 0 1 0 386946098 3178496 387 33554432000 4194304 6006132 140733722605072 140733722599264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30819/statm: 776 387 158 443 0 329 0
[pid=30824] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30824/stat : 30824 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386946118 9367552 267 33554432000 4194304 5064252 140736914559984 140736914558896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30824/statm: 2287 267 226 213 0 72 0
[pid=30825] ppid=30824 vsize=15612 CPUtime=6.09 cores=0,2,4,6
/proc/30825/stat : 30825 (glucose) R 30824 30818 7481 0 -1 4202496 4202 0 0 0 609 0 0 0 20 0 1 0 386946118 15986688 3477 33554432000 4194304 5208918 140734679762064 140734679759928 4205648 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30825/statm: 3903 3477 96 248 0 3652 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 37012

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 1.88 3/183 30832
/proc/meminfo: memFree=31243524/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=3104 CPUtime=0.17 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 1456 2245 0 0 2 0 15 0 20 0 1 0 386946098 3178496 387 33554432000 4194304 6006132 140733722605072 140733722599264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30819/statm: 776 387 158 443 0 329 0
[pid=30824] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30824/stat : 30824 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386946118 9367552 267 33554432000 4194304 5064252 140736914559984 140736914558896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30824/statm: 2287 267 226 213 0 72 0
[pid=30825] ppid=30824 vsize=31840 CPUtime=12.48 cores=0,2,4,6
/proc/30825/stat : 30825 (glucose) R 30824 30818 7481 0 -1 4202496 5218 0 0 0 1248 0 0 0 20 0 1 0 386946118 32604160 6284 33554432000 4194304 5208918 140734679762064 140734679760008 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30825/statm: 7960 6284 96 248 0 7709 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 53240

[startup+25.5004 s]
/proc/loadavg: 2.15 2.04 1.89 3/183 30846
/proc/meminfo: memFree=31243204/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=22.18 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 2393 10354 0 0 4 2 2210 2 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=30845] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30845/stat : 30845 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386948319 9367552 267 33554432000 4194304 5064252 140736750549696 140736750548608 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30845/statm: 2287 267 226 213 0 72 0
[pid=30846] ppid=30845 vsize=18964 CPUtime=3.27 cores=0,2,4,6
/proc/30846/stat : 30846 (glucose) R 30845 30818 7481 0 -1 4202496 4196 0 0 0 327 0 0 0 20 0 1 0 386948319 19419136 4368 33554432000 4194304 5208918 140735659669968 140735659667912 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 4741 4368 96 248 0 4490 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44336

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 1.89 3/183 30853
/proc/meminfo: memFree=31224396/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=22.18 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 2393 10354 0 0 4 2 2210 2 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=30845] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30845/stat : 30845 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386948319 9367552 267 33554432000 4194304 5064252 140736750549696 140736750548608 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30845/statm: 2287 267 226 213 0 72 0
[pid=30846] ppid=30845 vsize=37652 CPUtime=28.87 cores=0,2,4,6
/proc/30846/stat : 30846 (glucose) R 30845 30818 7481 0 -1 4202496 6080 0 0 0 2886 1 0 0 20 0 1 0 386948319 38555648 8965 33554432000 4194304 5208918 140735659669968 140735659667912 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 9413 8965 96 248 0 9162 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 63024

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 1.90 3/183 30881
/proc/meminfo: memFree=31218996/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=79.93 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 3318 20176 0 0 6 2 7978 7 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=30873] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30873/stat : 30873 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386954095 9367552 267 33554432000 4194304 5064252 140736798120016 140736798118928 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30873/statm: 2287 267 226 213 0 72 0
[pid=30874] ppid=30873 vsize=41948 CPUtime=22.31 cores=0,2,4,6
/proc/30874/stat : 30874 (glucose) R 30873 30818 7481 0 -1 4202496 6351 0 0 0 2230 1 0 0 20 0 1 0 386954096 42954752 9888 33554432000 4194304 5208918 140735236440432 140735236438424 4212703 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30874/statm: 10487 9888 96 248 0 10236 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 67320

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 1.91 3/183 30916
/proc/meminfo: memFree=31224732/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=139.07 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 4243 30781 0 0 8 2 13885 12 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=30908] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 1.99 3/184 31601
/proc/meminfo: memFree=31215156/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1369.43 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 23668 255094 0 0 48 8 136764 123 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31576] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31576/stat : 31576 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387083077 9367552 267 33554432000 4194304 5064252 140734489534768 140734489533680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31576/statm: 2287 267 226 213 0 72 0
[pid=31577] ppid=31576 vsize=56324 CPUtime=52.48 cores=0,2,4,6
/proc/31577/stat : 31577 (glucose) R 31576 30818 7481 0 -1 4202496 8280 0 0 0 5247 1 0 0 20 0 1 0 387083077 57675776 10729 33554432000 4194304 5208918 140737437438448 140737437436392 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31577/statm: 14081 10729 96 248 0 13830 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 81696

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 1.99 3/183 31637
/proc/meminfo: memFree=31219684/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1428.44 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 24593 267099 0 0 50 8 142659 127 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31614] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31614/stat : 31614 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387088980 9367552 266 33554432000 4194304 5064252 140737105429344 140737105428256 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31614/statm: 2287 266 226 213 0 72 0
[pid=31615] ppid=31614 vsize=56328 CPUtime=53.45 cores=0,2,4,6
/proc/31615/stat : 31615 (glucose) R 31614 30818 7481 0 -1 4202496 7170 0 0 0 5344 1 0 0 20 0 1 0 387088980 57679872 10789 33554432000 4194304 5208918 140737467771072 140737467769016 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31615/statm: 14082 10789 96 248 0 13831 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 81700

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/183 31672
/proc/meminfo: memFree=31231588/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1487.14 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 25518 277999 0 0 52 8 148522 132 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31643] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31643/stat : 31643 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387094852 9367552 266 33554432000 4194304 5064252 140735943205728 140735943204640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31643/statm: 2287 266 226 213 0 72 0
[pid=31644] ppid=31643 vsize=56328 CPUtime=54.73 cores=0,2,4,6
/proc/31644/stat : 31644 (glucose) R 31643 30818 7481 0 -1 4202496 8171 0 0 0 5472 1 0 0 20 0 1 0 387094852 57679872 10744 33554432000 4194304 5208918 140737288823232 140737288821176 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 14082 10744 96 248 0 13831 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 81700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/183 31700
/proc/meminfo: memFree=31215808/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1545.15 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 26443 289389 0 0 54 9 154315 137 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31678] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31678/stat : 31678 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387100653 9367552 267 33554432000 4194304 5064252 140734454096848 140734454095760 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31678/statm: 2287 267 226 213 0 72 0
[pid=31679] ppid=31678 vsize=56328 CPUtime=56.72 cores=0,2,4,6
/proc/31679/stat : 31679 (glucose) R 31678 30818 7481 0 -1 4202496 7108 0 0 0 5670 2 0 0 20 0 1 0 387100653 57679872 10627 33554432000 4194304 5208918 140734425563424 140734425561368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31679/statm: 14082 10627 96 248 0 13831 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 81700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/183 31735
/proc/meminfo: memFree=31226276/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1604.51 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 27368 299715 0 0 56 9 160244 142 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31706] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31706/stat : 31706 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387106592 9367552 267 33554432000 4194304 5064252 140735653651072 140735653649984 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31706/statm: 2287 267 226 213 0 72 0
[pid=31707] ppid=31706 vsize=56324 CPUtime=57.34 cores=0,2,4,6
/proc/31707/stat : 31707 (glucose) R 31706 30818 7481 0 -1 4202496 6967 0 0 0 5733 1 0 0 20 0 1 0 387106592 57675776 10747 33554432000 4194304 5208918 140734137827104 140734137825048 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31707/statm: 14081 10747 96 248 0 13830 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 81696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 31763
/proc/meminfo: memFree=31214052/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1664.04 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 28293 310413 0 0 58 9 166190 147 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31741] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31741/stat : 31741 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387112547 9367552 266 33554432000 4194304 5064252 140736673054864 140736673053776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31741/statm: 2287 266 226 213 0 72 0
[pid=31742] ppid=31741 vsize=56324 CPUtime=57.78 cores=0,2,4,6
/proc/31742/stat : 31742 (glucose) R 31741 30818 7481 0 -1 4202496 7438 0 0 0 5777 1 0 0 20 0 1 0 387112547 57675776 11158 33554432000 4194304 5208918 140733809359088 140733809357032 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31742/statm: 14081 11158 96 248 0 13830 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 81696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 31868
/proc/meminfo: memFree=31204740/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1723.6 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 29218 321579 0 0 61 9 172138 152 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31769] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31769/stat : 31769 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387118504 9367552 266 33554432000 4194304 5064252 140734246251552 140734246250464 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31769/statm: 2287 266 226 213 0 72 0
[pid=31770] ppid=31769 vsize=56328 CPUtime=58.2 cores=0,2,4,6
/proc/31770/stat : 31770 (glucose) R 31769 30818 7481 0 -1 4202496 6458 0 0 0 5819 1 0 0 20 0 1 0 387118504 57679872 11019 33554432000 4194304 5208918 140734456537664 140734456535608 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31770/statm: 14082 11019 96 248 0 13831 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 81700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 32117
/proc/meminfo: memFree=31189644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1781.96 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 30143 331766 0 0 63 10 177966 157 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31881] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31881/stat : 31881 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387124341 9367552 266 33554432000 4194304 5064252 140737129476208 140737129475120 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31881/statm: 2287 266 226 213 0 72 0
[pid=31882] ppid=31881 vsize=30456 CPUtime=18.06 cores=0,2,4,6
/proc/31882/stat : 31882 (glucose) R 31881 30818 7481 0 -1 4202496 5710 0 0 0 1806 0 0 0 20 0 1 0 387124341 31186944 7227 33554432000 4194304 5208918 140735413689840 140735413687704 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31882/statm: 7614 7227 96 248 0 7363 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 55828

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 32117
/proc/meminfo: memFree=31189644/32873648 swapFree=7376/7376
[pid=30818] ppid=30816 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30818/stat : 30818 (npSolver-wbo-It) S 30816 30818 7481 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386946098 9367552 274 33554432000 4194304 5064252 140736046054960 140736046053872 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30818/statm: 2287 274 233 213 0 72 0
[pid=30819] ppid=30818 vsize=7076 CPUtime=1781.96 cores=0,2,4,6
/proc/30819/stat : 30819 (npSolver-wbo) S 30818 30818 7481 0 -1 4202496 30143 331766 0 0 63 10 177966 157 20 0 1 0 386946098 7245824 1178 33554432000 4194304 6006132 140733722605072 140733722596432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30819/statm: 1769 1178 177 443 0 1322 0
[pid=31881] ppid=30819 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31881/stat : 31881 (satsolver.sh) S 30819 30818 7481 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387124341 9367552 266 33554432000 4194304 5064252 140737129476208 140737129475120 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31881/statm: 2287 266 226 213 0 72 0
[pid=31882] ppid=31881 vsize=30456 CPUtime=18.06 cores=0,2,4,6
/proc/31882/stat : 31882 (glucose) R 31881 30818 7481 0 -1 4202496 5710 0 0 0 1806 0 0 0 20 0 1 0 387124341 31186944 7227 33554432000 4194304 5208918 140735413689840 140735413687704 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31882/statm: 7614 7227 96 248 0 7363 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 55828

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.36
CPU system time (s): 1.69274
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 81700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.69274
maximum resident set size= 46840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 102408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2124
involuntary context switches= 2171

runsolver used 3.57546 second user time and 9.02963 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 04:16:33
IDJOB=3753255
IDBENCH=79197
IDSOLVER=2336
FILE ID=node113/3753255-1339208192
RUNJOBID= node113-1339204577-7497
PBS_JOBID= 14643861
Free space on /tmp= 71184 MiB

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

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

MD5SUM BENCH= 935e196b2e49c7ace79e7b55afc624f4
RANDOM SEED=2025099197

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:        31265032 kB
Buffers:          447564 kB
Cached:           194320 kB
SwapCached:         1340 kB
Active:           586556 kB
Inactive:          95808 kB
Active(anon):      33264 kB
Inactive(anon):     3928 kB
Active(file):     553292 kB
Inactive(file):    91880 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             18068 kB
Writeback:             0 kB
AnonPages:         84600 kB
Mapped:            10552 kB
Shmem:                 0 kB
Slab:             789296 kB
SReclaimable:     231256 kB
SUnreclaim:       558040 kB
KernelStack:        1528 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     158964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 71168 MiB
End job on node113 at 2012-06-09 04:46:33