Trace number 3752950

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.04 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUM9ffea189547a7afa9054418ab91a7dbf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.505922
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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
6.98/7.00	o 1638
6.98/7.00	c starting approximation
6.98/7.00	c factor = 2
6.98/7.00	c current bound: 819
88.80/88.91	c current bound: 819
170.92/171.07	c current bound: 819
253.22/253.30	c current bound: 819
335.67/335.81	c current bound: 819
417.78/417.99	c current bound: 819
500.27/500.47	c current bound: 819
582.25/582.47	c current bound: 819
664.83/665.05	c current bound: 819
747.08/747.32	c current bound: 819
830.01/830.25	c current bound: 819
912.05/912.32	c current bound: 819
994.47/994.74	c current bound: 819
1076.57/1076.89	c current bound: 819
1158.42/1158.73	c current bound: 819
1239.97/1240.30	c current bound: 819
1321.99/1322.34	c current bound: 819
1404.09/1404.48	c current bound: 819
1486.64/1487.02	c current bound: 819
1568.35/1568.74	c current bound: 819
1650.95/1651.39	c current bound: 819
1735.61/1736.07	c current bound: 819
1800.01/1800.40	./satsolver.sh: line 5:  1018 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/1800.40	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-3752950-1339200884/watcher-3752950-1339200884 -o /tmp/evaluation-result-3752950-1339200884/solver-3752950-1339200884 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752950-1339200884.wbo 56803070 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 32745
/proc/meminfo: memFree=29794624/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0

[startup+0.00838092 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32745
/proc/meminfo: memFree=29794624/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100224 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32745
/proc/meminfo: memFree=29794624/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32745
/proc/meminfo: memFree=29794624/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32745
/proc/meminfo: memFree=29794624/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32752
/proc/meminfo: memFree=29789864/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=3088 CPUtime=0.21 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 1944 2199 0 0 1 0 20 0 20 0 1 0 386214274 3162112 364 33554432000 4194304 6006132 140733463194944 140733463189136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32746/statm: 772 364 158 443 0 325 0
[pid=32751] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32751/stat : 32751 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214298 9367552 266 33554432000 4194304 5064252 140734761054624 140734761053536 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32751/statm: 2287 266 226 213 0 72 0
[pid=32752] ppid=32751 vsize=8568 CPUtime=1.25 cores=1,3,5,7
/proc/32752/stat : 32752 (glucose) R 32751 32745 14220 0 -1 4202496 2392 0 0 0 125 0 0 0 20 0 1 0 386214298 8773632 1649 33554432000 4194304 5208918 140735626128592 140735626126680 4229541 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32752/statm: 2142 1649 96 248 0 1891 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29952

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32752
/proc/meminfo: memFree=29779500/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=3088 CPUtime=0.21 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 1944 2199 0 0 1 0 20 0 20 0 1 0 386214274 3162112 364 33554432000 4194304 6006132 140733463194944 140733463189136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32746/statm: 772 364 158 443 0 325 0
[pid=32751] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32751/stat : 32751 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214298 9367552 266 33554432000 4194304 5064252 140734761054624 140734761053536 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32751/statm: 2287 266 226 213 0 72 0
[pid=32752] ppid=32751 vsize=12920 CPUtime=2.85 cores=1,3,5,7
/proc/32752/stat : 32752 (glucose) R 32751 32745 14220 0 -1 4202496 3028 0 0 0 285 0 0 0 20 0 1 0 386214298 13230080 2786 33554432000 4194304 5208918 140735626128592 140735626126536 4229075 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32752/statm: 3230 2786 96 248 0 2979 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34304

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32752
/proc/meminfo: memFree=29774160/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=3088 CPUtime=0.21 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 1944 2199 0 0 1 0 20 0 20 0 1 0 386214274 3162112 364 33554432000 4194304 6006132 140733463194944 140733463189136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32746/statm: 772 364 158 443 0 325 0
[pid=32751] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32751/stat : 32751 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214298 9367552 266 33554432000 4194304 5064252 140734761054624 140734761053536 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32751/statm: 2287 266 226 213 0 72 0
[pid=32752] ppid=32751 vsize=22716 CPUtime=6.05 cores=1,3,5,7
/proc/32752/stat : 32752 (glucose) R 32751 32745 14220 0 -1 4202496 3549 0 0 0 605 0 0 0 20 0 1 0 386214298 23261184 4837 33554432000 4194304 5208918 140735626128592 140735626126456 4229538 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32752/statm: 5679 4837 96 248 0 5428 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 44100

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32759
/proc/meminfo: memFree=29762104/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=6.99 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 2907 8738 0 0 3 2 693 1 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=32758] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32758/stat : 32758 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214976 9367552 267 33554432000 4194304 5064252 140734088292688 140734088291600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32758/statm: 2287 267 226 213 0 72 0
[pid=32759] ppid=32758 vsize=26520 CPUtime=5.67 cores=1,3,5,7
/proc/32759/stat : 32759 (glucose) R 32758 32745 14220 0 -1 4202496 5027 0 0 0 566 1 0 0 20 0 1 0 386214976 27156480 6273 33554432000 4194304 5208918 140737032145696 140737032143640 4229692 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32759/statm: 6630 6273 96 248 0 6379 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51876

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32766
/proc/meminfo: memFree=29754048/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=6.99 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 2907 8738 0 0 3 2 693 1 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=32758] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32758/stat : 32758 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214976 9367552 267 33554432000 4194304 5064252 140734088292688 140734088291600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32758/statm: 2287 267 226 213 0 72 0
[pid=32759] ppid=32758 vsize=31180 CPUtime=18.46 cores=1,3,5,7
/proc/32759/stat : 32759 (glucose) R 32758 32745 14220 0 -1 4202496 5963 0 0 0 1845 1 0 0 20 0 1 0 386214976 31928320 7438 33554432000 4194304 5208918 140737032145696 140737032143784 4229770 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32759/statm: 7795 7438 96 248 0 7544 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 56536

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 305
/proc/meminfo: memFree=29735424/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=6.99 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 2907 8738 0 0 3 2 693 1 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=32758] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32758/stat : 32758 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386214976 9367552 267 33554432000 4194304 5064252 140734088292688 140734088291600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32758/statm: 2287 267 226 213 0 72 0
[pid=32759] ppid=32758 vsize=57000 CPUtime=44.06 cores=1,3,5,7
/proc/32759/stat : 32759 (glucose) R 32758 32745 14220 0 -1 4202496 6635 0 0 0 4404 2 0 0 20 0 1 0 386214976 58368000 12669 33554432000 4194304 5208918 140737032145696 140737032143640 4212508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32759/statm: 14250 12669 96 248 0 13999 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 82356

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 326
/proc/meminfo: memFree=29746200/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=88.88 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 3850 18802 0 0 5 2 8874 7 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=325] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/325/stat : 325 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386223167 9367552 266 33554432000 4194304 5064252 140734634869648 140734634868560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/325/statm: 2287 266 226 213 0 72 0
[pid=326] ppid=325 vsize=30944 CPUtime=13.36 cores=1,3,5,7
/proc/326/stat : 326 (glucose) R 325 32745 14220 0 -1 4202496 5497 0 0 0 1335 1 0 0 20 0 1 0 386223167 31686656 7363 33554432000 4194304 5208918 140735643571312 140735643569176 4212619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/326/statm: 7736 7363 96 248 0 7485 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 56300

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 347
/proc/meminfo: memFree=29725064/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=88.88 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 3850 18802 0 0 5 2 8874 7 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=325] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 857
/proc/meminfo: memFree=29726644/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1322.08 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 17995 186220 0 0 31 6 132082 89 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=842] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/842/stat : 842 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386346510 9367552 266 33554432000 4194304 5064252 140735469267920 140735469266832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/842/statm: 2287 266 226 213 0 72 0
[pid=843] ppid=842 vsize=57000 CPUtime=39.91 cores=1,3,5,7
/proc/843/stat : 843 (glucose) R 842 32745 14220 0 -1 4202496 7148 0 0 0 3990 1 0 0 20 0 1 0 386346510 58368000 12039 33554432000 4194304 5208918 140736096022064 140736096020008 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/843/statm: 14250 12039 96 248 0 13999 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 82356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 886
/proc/meminfo: memFree=29755748/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1404.2 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 18938 196913 0 0 33 6 140287 94 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=877] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386354724 9367552 267 33554432000 4194304 5064252 140735875202880 140735875201792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/877/statm: 2287 267 226 213 0 72 0
[pid=878] ppid=877 vsize=31180 CPUtime=17.79 cores=1,3,5,7
/proc/878/stat : 878 (glucose) R 877 32745 14220 0 -1 4202496 6141 0 0 0 1778 1 0 0 20 0 1 0 386354724 31928320 7436 33554432000 4194304 5208918 140736311258992 140736311256984 4212437 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/878/statm: 7795 7436 96 248 0 7544 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 56536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 907
/proc/meminfo: memFree=29730708/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1404.2 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 18938 196913 0 0 33 6 140287 94 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=877] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386354724 9367552 267 33554432000 4194304 5064252 140735875202880 140735875201792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/877/statm: 2287 267 226 213 0 72 0
[pid=878] ppid=877 vsize=57000 CPUtime=77.77 cores=1,3,5,7
/proc/878/stat : 878 (glucose) R 877 32745 14220 0 -1 4202496 7019 0 0 0 7775 2 0 0 20 0 1 0 386354724 58368000 13382 33554432000 4194304 5208918 140736311258992 140736311256936 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/878/statm: 14250 13382 96 248 0 13999 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 82356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 938
/proc/meminfo: memFree=29741100/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1486.73 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 19881 207662 0 0 35 6 148532 100 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=913] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/913/stat : 913 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386362978 9367552 267 33554432000 4194304 5064252 140733540404864 140733540403776 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/913/statm: 2287 267 226 213 0 72 0
[pid=914] ppid=913 vsize=57000 CPUtime=55.23 cores=1,3,5,7
/proc/914/stat : 914 (glucose) R 913 32745 14220 0 -1 4202496 7636 0 0 0 5521 2 0 0 20 0 1 0 386362978 58368000 13382 33554432000 4194304 5208918 140735577382816 140735577380760 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/914/statm: 14250 13382 96 248 0 13999 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 82356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 959
/proc/meminfo: memFree=29749468/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1568.44 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 20824 219026 0 0 37 6 156694 107 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=951] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/951/stat : 951 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386371150 9367552 267 33554432000 4194304 5064252 140737295419440 140737295418352 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/951/statm: 2287 267 226 213 0 72 0
[pid=952] ppid=951 vsize=56996 CPUtime=33.51 cores=1,3,5,7
/proc/952/stat : 952 (glucose) R 951 32745 14220 0 -1 4202496 7060 0 0 0 3350 1 0 0 20 0 1 0 386371151 58363904 12471 33554432000 4194304 5208918 140734333556800 140734333554744 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/952/statm: 14249 12471 96 248 0 13998 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 82352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 989
/proc/meminfo: memFree=29749608/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1651.05 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 21767 229899 0 0 38 6 164950 111 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=981] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/981/stat : 981 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386379415 9367552 267 33554432000 4194304 5064252 140733384410544 140733384409456 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/981/statm: 2287 267 226 213 0 72 0
[pid=982] ppid=981 vsize=30936 CPUtime=10.87 cores=1,3,5,7
/proc/982/stat : 982 (glucose) R 981 32745 14220 0 -1 4202496 6929 0 0 0 1086 1 0 0 20 0 1 0 386379416 31678464 7362 33554432000 4194304 5208918 140734440354112 140734440351976 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/982/statm: 7734 7362 96 248 0 7483 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 56292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1011
/proc/meminfo: memFree=29733504/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1651.05 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 21767 229899 0 0 38 6 164950 111 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=981] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/981/stat : 981 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386379415 9367552 267 33554432000 4194304 5064252 140733384410544 140733384409456 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/981/statm: 2287 267 226 213 0 72 0
[pid=982] ppid=981 vsize=56996 CPUtime=70.86 cores=1,3,5,7
/proc/982/stat : 982 (glucose) R 981 32745 14220 0 -1 4202496 8187 0 0 0 7084 2 0 0 20 0 1 0 386379416 58363904 13381 33554432000 4194304 5208918 140734440354112 140734440352056 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/982/statm: 14249 13381 96 248 0 13998 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 82352

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 1032
/proc/meminfo: memFree=29724396/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1735.72 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 22710 241814 0 0 40 7 173408 117 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=1017] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1017/stat : 1017 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386387883 9367552 266 33554432000 4194304 5064252 140733775274496 140733775273408 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1017/statm: 2287 266 226 213 0 72 0
[pid=1018] ppid=1017 vsize=56996 CPUtime=46.18 cores=1,3,5,7
/proc/1018/stat : 1018 (glucose) R 1017 32745 14220 0 -1 4202496 6442 0 0 0 4617 1 0 0 20 0 1 0 386387883 58363904 12869 33554432000 4194304 5208918 140733327199360 140733327197304 4212432 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1018/statm: 14249 12869 96 248 0 13998 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 82352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 1093
/proc/meminfo: memFree=29685752/32873648 swapFree=7112/7112
[pid=32745] ppid=32743 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32745/stat : 32745 (npSolver-wbo-It) S 32743 32745 14220 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386214274 9367552 275 33554432000 4194304 5064252 140736711967904 140736711966816 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32745/statm: 2287 275 233 213 0 72 0
[pid=32746] ppid=32745 vsize=7060 CPUtime=1735.72 cores=1,3,5,7
/proc/32746/stat : 32746 (npSolver-wbo) S 32745 32745 14220 0 -1 4202496 22710 241814 0 0 40 7 173408 117 20 0 1 0 386214274 7229440 1166 33554432000 4194304 6006132 140733463194944 140733463186304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32746/statm: 1765 1166 177 443 0 1318 0
[pid=1017] ppid=32746 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1017/stat : 1017 (satsolver.sh) S 32746 32745 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386387883 9367552 266 33554432000 4194304 5064252 140733775274496 140733775273408 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1017/statm: 2287 266 226 213 0 72 0
[pid=1018] ppid=1017 vsize=56996 CPUtime=64.29 cores=1,3,5,7
/proc/1018/stat : 1018 (glucose) R 1017 32745 14220 0 -1 4202496 6443 0 0 0 6428 1 0 0 20 0 1 0 386387883 58363904 13381 33554432000 4194304 5208918 140733327199360 140733327197304 4211641 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1018/statm: 14249 13381 96 248 0 13998 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 82352

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.04
CPU user time (s): 1798.78
CPU system time (s): 1.26381
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 82360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.26381
maximum resident set size= 55616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1488
involuntary context switches= 2896

runsolver used 3.71043 second user time and 10.0065 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-09 02:14:44
IDJOB=3752950
IDBENCH=78851
IDSOLVER=2336
FILE ID=node126/3752950-1339200884
RUNJOBID= node126-1339184648-15265
PBS_JOBID= 14643821
Free space on /tmp= 70740 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752950-1339200884/watcher-3752950-1339200884 -o /tmp/evaluation-result-3752950-1339200884/solver-3752950-1339200884 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752950-1339200884.wbo 56803070 HOME HOME

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

MD5SUM BENCH= 9ffea189547a7afa9054418ab91a7dbf
RANDOM SEED=56803070

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29794896 kB
Buffers:          557052 kB
Cached:          1524012 kB
SwapCached:         8292 kB
Active:          2014656 kB
Inactive:         102964 kB
Active(anon):      26572 kB
Inactive(anon):    11060 kB
Active(file):    1988084 kB
Inactive(file):    91904 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             18296 kB
Writeback:            16 kB
AnonPages:         34744 kB
Mapped:            10572 kB
Shmem:                 0 kB
Slab:             823576 kB
SReclaimable:     267260 kB
SUnreclaim:       556316 kB
KernelStack:        1464 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 70724 MiB
End job on node126 at 2012-06-09 02:44:44