Trace number 3753739

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)? (TO) 1800.1 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-16wqueens_wcsp.wbo
MD5SUM0eca1cee1f66f0b91a7a0aa842de562c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.067988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables256
Total number of constraints4608
Number of soft constraints4592
Number of constraints which are clauses4592
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 17
Min constraint cost 1
Max constraint cost 17
Sum of constraints costs 74992
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.04	c run usual solver
0.00/0.16	o 138
0.00/0.16	c fallback to adder encoding
68.06/68.14	o 137
68.06/68.14	c fallback to adder encoding
228.62/228.73	o 136
228.62/228.73	c fallback to adder encoding
341.01/341.10	o 135
341.01/341.10	c fallback to adder encoding
506.39/506.50	o 134
506.39/506.50	c fallback to adder encoding
852.78/853.19	o 133
852.78/853.19	c fallback to adder encoding
998.59/998.87	o 132
998.59/998.87	c fallback to adder encoding
1281.17/1281.41	o 131
1281.17/1281.41	c fallback to adder encoding
1454.02/1454.53	o 130
1454.02/1454.53	c fallback to adder encoding
1599.38/1599.91	o 129
1599.38/1599.91	c fallback to adder encoding
1667.63/1668.19	o 128
1667.63/1668.19	c fallback to adder encoding
1725.58/1725.96	o 127
1725.58/1725.96	c fallback to adder encoding
1776.72/1777.26	o 126
1776.72/1777.26	c fallback to adder encoding
1797.55/1798.08	o 125
1797.55/1798.08	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5: 18291 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	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-3753739-1339200333/watcher-3753739-1339200333 -o /tmp/evaluation-result-3753739-1339200333/solver-3753739-1339200333 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753739-1339200333.wbo 1474285848 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17993
/proc/meminfo: memFree=30506416/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0

[startup+0.0139079 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17993
/proc/meminfo: memFree=30506416/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17993
/proc/meminfo: memFree=30506416/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17993
/proc/meminfo: memFree=30506416/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17993
/proc/meminfo: memFree=30506416/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/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.00 2.00 2.00 3/183 18007
/proc/meminfo: memFree=30370508/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=79508 CPUtime=0.91 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17165 0 0 0 87 4 0 0 20 0 1 0 386158806 81416192 16299 33554432000 4194304 5208918 140735110688144 140735110686104 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 19877 16299 104 248 0 19626 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 155736

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18007
/proc/meminfo: memFree=30369128/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=79508 CPUtime=2.51 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17180 0 0 0 247 4 0 0 20 0 1 0 386158806 81416192 16314 33554432000 4194304 5208918 140735110688144 140735110685896 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 19877 16314 104 248 0 19626 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 155736

[startup+6.30042 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 18007
/proc/meminfo: memFree=30368632/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=79680 CPUtime=5.71 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17224 0 0 0 567 4 0 0 20 0 1 0 386158806 81592320 16358 33554432000 4194304 5208918 140735110688144 140735110686104 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 19920 16358 104 248 0 19669 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 155908

[startup+12.7005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 18014
/proc/meminfo: memFree=30375224/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=80244 CPUtime=12.11 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17357 0 0 0 1207 4 0 0 20 0 1 0 386158806 82169856 17002 33554432000 4194304 5208918 140735110688144 140735110685992 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 20061 17002 104 248 0 19810 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 156472

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 18014
/proc/meminfo: memFree=30375736/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=80984 CPUtime=24.91 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17538 0 0 0 2487 4 0 0 20 0 1 0 386158806 82927616 17183 33554432000 4194304 5208918 140735110688144 140735110685896 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 20246 17183 104 248 0 19995 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 157212

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18014
/proc/meminfo: memFree=30370648/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=57932 CPUtime=0.56 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 7228 6673 0 0 41 7 7 1 20 0 1 0 386158748 59322368 11971 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 14483 11971 177 443 0 14036 0
[pid=18006] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386158805 9367552 267 33554432000 4194304 5064252 140733547473456 140733547472368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18006/statm: 2287 267 226 213 0 72 0
[pid=18007] ppid=18006 vsize=81364 CPUtime=50.5 cores=1,3,5,7
/proc/18007/stat : 18007 (glucose) R 18006 17993 8594 0 -1 4202496 17623 0 0 0 5046 4 0 0 20 0 1 0 386158806 83316736 17779 33554432000 4194304 5208918 140735110688144 140735110686104 4211670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18007/statm: 20341 17779 104 248 0 20090 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157592

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 18021
/proc/meminfo: memFree=30355364/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=68.52 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 11450 28967 0 0 78 11 6746 17 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18020] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18020/stat : 18020 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386165603 9367552 266 33554432000 4194304 5064252 140734142837216 140734142836128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18020/statm: 2287 266 226 213 0 72 0
[pid=18021] ppid=18020 vsize=79312 CPUtime=33.74 cores=1,3,5,7
/proc/18021/stat : 18021 (glucose) R 18020 17993 8594 0 -1 4202496 16148 0 0 0 3370 4 0 0 20 0 1 0 386165603 81215488 16392 33554432000 4194304 5208918 140734699850208 140734699847960 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18021/statm: 19828 16392 104 248 0 19577 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 171924

[startup+162.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 18028
/proc/meminfo: memFree=30354428/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=68.52 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 11450 28967 0 0 78 11 6746 17 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18020] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18171
/proc/meminfo: memFree=30338412/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1281.59 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 36776 162343 0 0 298 37 127704 120 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18163] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18163/stat : 18163 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386286930 9367552 267 33554432000 4194304 5064252 140735699117728 140735699116640 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18163/statm: 2287 267 226 213 0 72 0
[pid=18164] ppid=18163 vsize=93892 CPUtime=80.44 cores=1,3,5,7
/proc/18164/stat : 18164 (glucose) R 18163 17993 8594 0 -1 4202496 15491 0 0 0 8039 5 0 0 20 0 1 0 386286930 96145408 19918 33554432000 4194304 5208918 140734940138400 140734940136152 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18164/statm: 23473 19918 104 248 0 23222 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 186504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18178
/proc/meminfo: memFree=30326268/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1281.59 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 36776 162343 0 0 298 37 127704 120 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18163] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18163/stat : 18163 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386286930 9367552 267 33554432000 4194304 5064252 140735699117728 140735699116640 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18163/statm: 2287 267 226 213 0 72 0
[pid=18164] ppid=18163 vsize=113332 CPUtime=140.44 cores=1,3,5,7
/proc/18164/stat : 18164 (glucose) R 18163 17993 8594 0 -1 4202496 16588 0 0 0 14038 6 0 0 20 0 1 0 386286930 116051968 23897 33554432000 4194304 5208918 140734940138400 140734940136344 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18164/statm: 28333 23897 104 248 0 28082 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 205944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18196
/proc/meminfo: memFree=30353300/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1454.68 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 40997 184175 0 0 335 41 144956 136 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18191] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386304242 9367552 266 33554432000 4194304 5064252 140736998457760 140736998456672 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 266 226 213 0 72 0
[pid=18192] ppid=18191 vsize=79624 CPUtime=27.34 cores=1,3,5,7
/proc/18192/stat : 18192 (glucose) R 18191 17993 8594 0 -1 4202496 17265 0 0 0 2730 4 0 0 20 0 1 0 386304242 81534976 16364 33554432000 4194304 5208918 140734028374128 140734028372088 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 19906 16364 104 248 0 19655 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 172236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18203
/proc/meminfo: memFree=30353120/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1454.68 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 40997 184175 0 0 335 41 144956 136 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18191] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386304242 9367552 266 33554432000 4194304 5064252 140736998457760 140736998456672 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 266 226 213 0 72 0
[pid=18192] ppid=18191 vsize=79924 CPUtime=87.32 cores=1,3,5,7
/proc/18192/stat : 18192 (glucose) R 18191 17993 8594 0 -1 4202496 17359 0 0 0 8728 4 0 0 20 0 1 0 386304242 81842176 17740 33554432000 4194304 5208918 140734028374128 140734028371880 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 19981 17740 104 248 0 19730 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 172536

[startup+1602.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 18262
/proc/meminfo: memFree=27731948/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1600.03 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 45218 207005 0 0 372 45 159434 152 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18261] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18261/stat : 18261 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386318780 9367552 267 33554432000 4194304 5064252 140734901789296 140734901788208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18261/statm: 2287 267 226 213 0 72 0
[pid=18262] ppid=18261 vsize=79148 CPUtime=1.96 cores=1,3,5,7
/proc/18262/stat : 18262 (glucose) R 18261 17993 8594 0 -1 4202496 14188 0 0 0 192 4 0 0 20 0 1 0 386318780 81047552 16383 33554432000 4194304 5208918 140735264681984 140735264679656 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18262/statm: 19787 16383 104 248 0 19536 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 171760

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/183 18262
/proc/meminfo: memFree=27715568/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1600.03 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 45218 207005 0 0 372 45 159434 152 20 0 1 0 386158748 76099584 16107 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 16107 177 443 0 18132 0
[pid=18261] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18261/stat : 18261 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386318780 9367552 267 33554432000 4194304 5064252 140734901789296 140734901788208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18261/statm: 2287 267 226 213 0 72 0
[pid=18262] ppid=18261 vsize=82100 CPUtime=61.95 cores=1,3,5,7
/proc/18262/stat : 18262 (glucose) R 18261 17993 8594 0 -1 4202496 15212 0 0 0 6191 4 0 0 20 0 1 0 386318780 84070400 17901 33554432000 4194304 5208918 140735264681984 140735264679816 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18262/statm: 20525 17901 104 248 0 20274 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 174712

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 18269
/proc/meminfo: memFree=27724052/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1668.24 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 49430 227556 0 0 404 49 166203 168 20 0 1 0 386158748 76099584 15083 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17994/statm: 18579 15083 177 443 0 18132 0
[pid=18268] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386325602 9367552 267 33554432000 4194304 5064252 140736013486208 140736013485120 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18268/statm: 2287 267 226 213 0 72 0
[pid=18269] ppid=18268 vsize=69548 CPUtime=53.73 cores=1,3,5,7
/proc/18269/stat : 18269 (glucose) R 18268 17993 8594 0 -1 4202496 13566 0 0 0 5370 3 0 0 20 0 1 0 386325602 71217152 15863 33554432000 4194304 5208918 140736751766784 140736751764744 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18269/statm: 17387 15863 105 248 0 17136 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 162160

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 18284
/proc/meminfo: memFree=27724100/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1777.28 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 57854 264029 0 0 467 57 177011 193 20 0 1 0 386158748 76099584 15083 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 18579 15083 177 443 0 18132 0
[pid=18283] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18283/stat : 18283 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386336509 9367552 266 33554432000 4194304 5064252 140733536263808 140733536262720 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18283/statm: 2287 266 226 213 0 72 0
[pid=18284] ppid=18283 vsize=67820 CPUtime=4.67 cores=1,3,5,7
/proc/18284/stat : 18284 (glucose) R 18283 17993 8594 0 -1 4202496 13394 0 0 0 463 4 0 0 20 0 1 0 386336509 69447680 14361 33554432000 4194304 5208918 140736877286624 140736877284296 4211019 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18284/statm: 16955 14361 104 248 0 16704 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 160432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 18291
/proc/meminfo: memFree=27720620/32873844 swapFree=7896/7896
[pid=17993] ppid=17991 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17993/stat : 17993 (npSolver-wbo-It) S 17991 17993 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386158747 9367552 274 33554432000 4194304 5064252 140734929968608 140734929967520 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17993/statm: 2287 274 233 213 0 72 0
[pid=17994] ppid=17993 vsize=74316 CPUtime=1798.09 cores=1,3,5,7
/proc/17994/stat : 17994 (npSolver-wbo) S 17993 17993 8594 0 -1 4202496 62066 281700 0 0 498 61 179043 207 20 0 1 0 386158748 76099584 15083 33554432000 4194304 6006132 140734985279312 140734985270704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17994/statm: 18579 15083 177 443 0 18132 0
[pid=18290] ppid=17994 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18290/stat : 18290 (satsolver.sh) S 17994 17993 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386338591 9367552 267 33554432000 4194304 5064252 140734366781440 140734366780352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18290/statm: 2287 267 226 213 0 72 0
[pid=18291] ppid=18290 vsize=68796 CPUtime=1.96 cores=1,3,5,7
/proc/18291/stat : 18291 (glucose) R 18290 17993 8594 0 -1 4202496 13982 0 0 0 193 3 0 0 20 0 1 0 386338591 70447104 14613 33554432000 4194304 5208918 140734606848080 140734606845912 4205761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18291/statm: 17199 14613 104 248 0 16948 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 161408

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.41
CPU time (s): 1800.1
CPU user time (s): 1797.36
CPU system time (s): 2.73958
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 255420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.36
system time used= 2.73958
maximum resident set size= 139492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 662648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3379
involuntary context switches= 2244

runsolver used 2.99854 second user time and 8.60669 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-09 02:05:33
IDJOB=3753739
IDBENCH=79359
IDSOLVER=2337
FILE ID=node136/3753739-1339200333
RUNJOBID= node136-1339183022-10013
PBS_JOBID= 14643823
Free space on /tmp= 70276 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-16wqueens_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753739-1339200333/watcher-3753739-1339200333 -o /tmp/evaluation-result-3753739-1339200333/solver-3753739-1339200333 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753739-1339200333.wbo 1474285848 HOME HOME

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

MD5SUM BENCH= 0eca1cee1f66f0b91a7a0aa842de562c
RANDOM SEED=1474285848

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        30506580 kB
Buffers:          792108 kB
Cached:           447284 kB
SwapCached:        20432 kB
Active:          1258852 kB
Inactive:         193332 kB
Active(anon):     191100 kB
Inactive(anon):    22684 kB
Active(file):    1067752 kB
Inactive(file):   170648 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:              8672 kB
Writeback:             0 kB
AnonPages:        209764 kB
Mapped:            10360 kB
Shmem:                 0 kB
Slab:             771140 kB
SReclaimable:     211500 kB
SUnreclaim:       559640 kB
KernelStack:        1520 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     345364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 69624 MiB
End job on node136 at 2012-06-09 02:35:33