Trace number 3753535

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-BIGINT-LIN/wcsp/warehouse/
normalized-cap62_wcsp.wbo
MD5SUM832b6d889e2e04fac8730ab9437bdddf
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9556215
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
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.02	c run usual solver
0.00/0.08	o 19082135
0.00/0.08	c fallback to adder encoding
501.59/501.84	o 19080592
501.59/501.84	c fallback to adder encoding
1404.56/1404.97	o 19079372
1404.56/1404.97	c fallback to adder encoding
1738.94/1739.42	o 19077849
1738.94/1739.42	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5: 19946 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-3753535-1339204007/watcher-3753535-1339204007 -o /tmp/evaluation-result-3753535-1339204007/solver-3753535-1339204007 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753535-1339204007.wbo 1991125309 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/180 19843
/proc/meminfo: memFree=27152468/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0

[startup+0.029185 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19843
/proc/meminfo: memFree=27152468/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100194 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19843
/proc/meminfo: memFree=27152468/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19843
/proc/meminfo: memFree=27152468/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19843
/proc/meminfo: memFree=27152468/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19857
/proc/meminfo: memFree=27065656/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=45584 CPUtime=1.17 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 10713 0 0 0 115 2 0 0 20 0 1 0 386526763 46678016 10048 33554432000 4194304 5208918 140737132838768 140737132836616 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 11396 10048 105 248 0 11145 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 101264

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19857
/proc/meminfo: memFree=27063308/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=46712 CPUtime=2.77 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 11702 0 0 0 275 2 0 0 20 0 1 0 386526763 47833088 10533 33554432000 4194304 5208918 140737132838768 140737132836600 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 11678 10533 105 248 0 11427 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102392

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19857
/proc/meminfo: memFree=27042936/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=77712 CPUtime=5.97 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 12250 0 0 0 594 3 0 0 20 0 1 0 386526763 79577088 17718 33554432000 4194304 5208918 140737132838768 140737132836712 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 19428 17718 105 248 0 19177 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 133392

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 19857
/proc/meminfo: memFree=27032320/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=77712 CPUtime=12.37 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 12533 0 0 0 1234 3 0 0 20 0 1 0 386526763 79577088 18503 33554432000 4194304 5208918 140737132838768 140737132834536 4212899 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 19428 18503 105 248 0 19177 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 133392

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 19857
/proc/meminfo: memFree=27029108/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=77712 CPUtime=25.17 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 12547 0 0 0 2513 4 0 0 20 0 1 0 386526763 79577088 18503 33554432000 4194304 5208918 140737132838768 140737132835080 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 19428 18503 105 248 0 19177 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 133392

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 19858
/proc/meminfo: memFree=27010384/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=96560 CPUtime=50.77 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 13172 0 0 0 5073 4 0 0 20 0 1 0 386526763 98877440 23175 33554432000 4194304 5208918 140737132838768 140737132835144 4212322 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 24140 23175 105 248 0 23889 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 152240

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 19858
/proc/meminfo: memFree=26992980/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19856/stat : 19856 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386526763 9367552 266 33554432000 4194304 5064252 140735776354576 140735776353488 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19856/statm: 2287 266 226 213 0 72 0
[pid=19857] ppid=19856 vsize=127724 CPUtime=101.96 cores=1,3,5,7
/proc/19857/stat : 19857 (glucose) R 19856 19843 3785 0 -1 4202496 14139 0 0 0 10191 5 0 0 20 0 1 0 386526763 130789376 26883 33554432000 4194304 5208918 140737132838768 140737132835080 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19857/statm: 31931 26883 105 248 0 31680 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 183404

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19858
/proc/meminfo: memFree=26955536/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=0.29 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 4765 6457 0 0 22 4 2 1 20 0 1 0 386526732 38281216 8674 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8674 178 443 0 8899 0
[pid=19856] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19928
/proc/meminfo: memFree=28221124/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=501.96 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 7754 32229 0 0 42 6 50116 32 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19868] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19868/stat : 19868 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386576939 9367552 267 33554432000 4194304 5064252 140734375942816 140734375941728 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19868/statm: 2287 267 226 213 0 72 0
[pid=19869] ppid=19868 vsize=223120 CPUtime=860.07 cores=1,3,5,7
/proc/19869/stat : 19869 (glucose) R 19868 19843 3785 0 -1 4202496 30590 0 0 0 85977 30 0 0 20 0 1 0 386576939 228474880 49223 33554432000 4194304 5208918 140734505454432 140734505452584 4211147 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19869/statm: 55780 49223 105 248 0 55529 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 278800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 19938
/proc/meminfo: memFree=28407464/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=76804 CPUtime=17.1 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 12535 0 0 0 1707 3 0 0 20 0 1 0 386667252 78647296 18026 33554432000 4194304 5208918 140734586198224 140734586193992 4231951 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 19201 18026 105 248 0 18950 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 132484

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 19938
/proc/meminfo: memFree=28352028/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=175608 CPUtime=77.07 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 14392 0 0 0 7703 4 0 0 20 0 1 0 386667252 179822592 34151 33554432000 4194304 5208918 140734586198224 140734586193992 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 43902 34151 105 248 0 43651 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 231288

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 19938
/proc/meminfo: memFree=28305904/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=175608 CPUtime=137.06 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 14810 0 0 0 13700 6 0 0 20 0 1 0 386667252 179822592 35687 33554432000 4194304 5208918 140734586198224 140734586194536 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 43902 35687 105 248 0 43651 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 231288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19939
/proc/meminfo: memFree=28338664/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=126288 CPUtime=197.06 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 15036 0 0 0 19698 8 0 0 20 0 1 0 386667252 129318912 26391 33554432000 4194304 5208918 140734586198224 140734586194600 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 31572 26391 105 248 0 31321 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 181968

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19939
/proc/meminfo: memFree=28308648/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=175608 CPUtime=257.04 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 15999 0 0 0 25694 10 0 0 20 0 1 0 386667252 179822592 34226 33554432000 4194304 5208918 140734586198224 140734586194600 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 43902 34226 105 248 0 43651 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 231288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19939
/proc/meminfo: memFree=28275080/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1404.93 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 10744 67010 0 0 62 8 140354 69 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19937] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19937/stat : 19937 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386667251 9367552 267 33554432000 4194304 5064252 140735370942912 140735370941824 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19937/statm: 2287 267 226 213 0 72 0
[pid=19938] ppid=19937 vsize=206428 CPUtime=317.03 cores=1,3,5,7
/proc/19938/stat : 19938 (glucose) R 19937 19843 3785 0 -1 4202496 17298 0 0 0 31690 13 0 0 20 0 1 0 386667252 211382272 39417 33554432000 4194304 5208918 140734586198224 140734586196376 4211625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19938/statm: 51607 39417 105 248 0 51356 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 262108

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 19946
/proc/meminfo: memFree=28358784/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1739.32 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 13734 88086 0 0 82 11 173749 90 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19945] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19945/stat : 19945 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386700696 9367552 267 33554432000 4194304 5064252 140736275297008 140736275295920 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19945/statm: 2287 267 226 213 0 72 0
[pid=19946] ppid=19945 vsize=95516 CPUtime=42.63 cores=1,3,5,7
/proc/19946/stat : 19946 (glucose) R 19945 19843 3785 0 -1 4202496 13383 0 0 0 4258 5 0 0 20 0 1 0 386700696 97808384 21917 33554432000 4194304 5208918 140734237521632 140734237518008 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19946/statm: 23879 21917 105 248 0 23628 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 151196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 19946
/proc/meminfo: memFree=28343964/32873648 swapFree=6860/6860
[pid=19843] ppid=19841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (npSolver-wbo-It) S 19841 19843 3785 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386526732 9367552 275 33554432000 4194304 5064252 140735741998928 140735741997840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19843/statm: 2287 275 233 213 0 72 0
[pid=19844] ppid=19843 vsize=37384 CPUtime=1739.32 cores=1,3,5,7
/proc/19844/stat : 19844 (npSolver-wbo) S 19843 19843 3785 0 -1 4202496 13734 88086 0 0 82 11 173749 90 20 0 1 0 386526732 38281216 8431 33554432000 4194304 6006132 140733446779984 140733446771376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19844/statm: 9346 8431 178 443 0 8899 0
[pid=19945] ppid=19844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19945/stat : 19945 (satsolver.sh) S 19844 19843 3785 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386700696 9367552 267 33554432000 4194304 5064252 140736275297008 140736275295920 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19945/statm: 2287 267 226 213 0 72 0
[pid=19946] ppid=19945 vsize=95516 CPUtime=60.73 cores=1,3,5,7
/proc/19946/stat : 19946 (glucose) R 19945 19843 3785 0 -1 4202496 13390 0 0 0 6068 5 0 0 20 0 1 0 386700696 97808384 22946 33554432000 4194304 5208918 140734237521632 140734237518008 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19946/statm: 23879 22946 105 248 0 23628 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 151196

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): 1799.01
CPU system time (s): 1.08983
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 278800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.08983
maximum resident set size= 219428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116201
page faults= 0
swaps= 0
block input operations= 8
block output operations= 111952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 792
involuntary context switches= 1905

runsolver used 3.20851 second user time and 8.64768 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 03:06:47
IDJOB=3753535
IDBENCH=79492
IDSOLVER=2337
FILE ID=node116/3753535-1339204007
RUNJOBID= node116-1339183089-5112
PBS_JOBID= 14643838
Free space on /tmp= 70512 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap62_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753535-1339204007/watcher-3753535-1339204007 -o /tmp/evaluation-result-3753535-1339204007/solver-3753535-1339204007 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753535-1339204007.wbo 1991125309 HOME HOME

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=1991125309

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:        27152996 kB
Buffers:          495524 kB
Cached:          2920104 kB
SwapCached:         3172 kB
Active:          2918352 kB
Inactive:        1857824 kB
Active(anon):    1356592 kB
Inactive(anon):     3396 kB
Active(file):    1561760 kB
Inactive(file):  1854428 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:       1460208 kB
Mapped:            11732 kB
Shmem:                 0 kB
Slab:             779260 kB
SReclaimable:     223396 kB
SUnreclaim:       555864 kB
KernelStack:        1528 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1755056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 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= 70828 MiB
End job on node116 at 2012-06-09 03:36:47