Trace number 3753244

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-0-100-0.wbo
MD5SUMe433b9b816c291c8bf4fd4860d096bb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.501922
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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.02	c run usual solver
7.65/7.78	o 447
7.65/7.78	c starting approximation
7.65/7.78	c factor = 2
7.65/7.78	c current bound: 223
104.83/104.90	c current bound: 223
203.34/203.48	c current bound: 223
300.71/300.87	c current bound: 223
399.59/399.76	c current bound: 223
498.17/498.31	c current bound: 223
597.77/597.94	c current bound: 223
697.85/698.06	c current bound: 223
795.61/795.81	c current bound: 223
895.30/895.55	c current bound: 223
994.21/994.44	c current bound: 223
1093.55/1093.80	c current bound: 223
1191.14/1191.41	c current bound: 223
1290.43/1290.74	c current bound: 223
1388.11/1388.47	c current bound: 223
1487.50/1487.87	c current bound: 223
1585.49/1585.82	c current bound: 223
1686.34/1686.71	c current bound: 223
1785.62/1786.00	c current bound: 223
1800.06/1800.40	./satsolver.sh: line 5: 25810 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/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-3753244-1339208259/watcher-3753244-1339208259 -o /tmp/evaluation-result-3753244-1339208259/solver-3753244-1339208259 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753244-1339208259.wbo 1933897512 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.09 2.06 3/179 25095
/proc/meminfo: memFree=29925496/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0

[startup+0.079158 s]
/proc/loadavg: 2.10 2.09 2.06 3/179 25095
/proc/meminfo: memFree=29925496/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.10 2.09 2.06 3/179 25095
/proc/meminfo: memFree=29925496/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.10 2.09 2.06 3/179 25095
/proc/meminfo: memFree=29925496/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 2.10 2.09 2.06 3/179 25095
/proc/meminfo: memFree=29925496/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.10 2.09 2.06 3/184 25112
/proc/meminfo: memFree=29960608/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=3088 CPUtime=0.15 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1441 2164 0 0 1 0 14 0 20 0 1 0 386950274 3162112 373 33554432000 4194304 6006132 140736557018064 140736557012256 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25096/statm: 772 373 158 443 0 325 0
[pid=25101] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25101/stat : 25101 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386950293 9367552 266 33554432000 4194304 5064252 140737485294528 140737485293440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25101/statm: 2287 266 226 213 0 72 0
[pid=25102] ppid=25101 vsize=12764 CPUtime=1.31 cores=0,2,4,6
/proc/25102/stat : 25102 (glucose) R 25101 25095 718 0 -1 4202496 2664 0 0 0 131 0 0 0 20 0 1 0 386950293 13070336 1704 33554432000 4194304 5208918 140733288937936 140733288935784 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25102/statm: 3191 1704 96 248 0 2940 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34148

[startup+3.10035 s]
/proc/loadavg: 2.10 2.09 2.06 2/183 25120
/proc/meminfo: memFree=29955092/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=3088 CPUtime=0.15 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1441 2164 0 0 1 0 14 0 20 0 1 0 386950274 3162112 373 33554432000 4194304 6006132 140736557018064 140736557012256 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25096/statm: 772 373 158 443 0 325 0
[pid=25101] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25101/stat : 25101 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386950293 9367552 266 33554432000 4194304 5064252 140737485294528 140737485293440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25101/statm: 2287 266 226 213 0 72 0
[pid=25102] ppid=25101 vsize=12764 CPUtime=2.9 cores=0,2,4,6
/proc/25102/stat : 25102 (glucose) R 25101 25095 718 0 -1 4202496 3227 0 0 0 290 0 0 0 20 0 1 0 386950293 13070336 2770 33554432000 4194304 5208918 140733288937936 140733288935880 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25102/statm: 3191 2770 96 248 0 2940 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 34148

[startup+6.30035 s]
/proc/loadavg: 2.10 2.09 2.06 3/183 25147
/proc/meminfo: memFree=29941124/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=3088 CPUtime=0.15 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1441 2164 0 0 1 0 14 0 20 0 1 0 386950274 3162112 373 33554432000 4194304 6006132 140736557018064 140736557012256 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25096/statm: 772 373 158 443 0 325 0
[pid=25101] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25101/stat : 25101 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386950293 9367552 266 33554432000 4194304 5064252 140737485294528 140737485293440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25101/statm: 2287 266 226 213 0 72 0
[pid=25102] ppid=25101 vsize=22560 CPUtime=6.1 cores=0,2,4,6
/proc/25102/stat : 25102 (glucose) R 25101 25095 718 0 -1 4202496 4370 0 0 0 610 0 0 0 20 0 1 0 386950293 23101440 4912 33554432000 4194304 5208918 140733288937936 140733288935928 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25102/statm: 5640 4912 96 248 0 5389 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 43944

[startup+12.7004 s]
/proc/loadavg: 2.08 2.09 2.06 3/183 25214
/proc/meminfo: memFree=29882596/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=7.78 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1980 10257 0 0 3 2 770 3 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25174] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25174/stat : 25174 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951053 9367552 266 33554432000 4194304 5064252 140734275494176 140734275493088 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25174/statm: 2287 266 226 213 0 72 0
[pid=25175] ppid=25174 vsize=23044 CPUtime=4.89 cores=0,2,4,6
/proc/25175/stat : 25175 (glucose) R 25174 25095 718 0 -1 4202496 3838 0 0 0 489 0 0 0 20 0 1 0 386951054 23597056 4173 33554432000 4194304 5208918 140734145224544 140734145222632 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25175/statm: 5761 4173 96 248 0 5510 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 46352

[startup+25.5004 s]
/proc/loadavg: 2.07 2.08 2.06 3/183 25285
/proc/meminfo: memFree=30015344/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=7.78 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1980 10257 0 0 3 2 770 3 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25174] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25174/stat : 25174 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951053 9367552 266 33554432000 4194304 5064252 140734275494176 140734275493088 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25174/statm: 2287 266 226 213 0 72 0
[pid=25175] ppid=25174 vsize=27464 CPUtime=17.7 cores=0,2,4,6
/proc/25175/stat : 25175 (glucose) R 25174 25095 718 0 -1 4202496 5111 0 0 0 1769 1 0 0 20 0 1 0 386951054 28123136 6470 33554432000 4194304 5208918 140734145224544 140734145222408 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25175/statm: 6866 6470 96 248 0 6615 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50772

[startup+51.1004 s]
/proc/loadavg: 2.10 2.09 2.06 3/183 25285
/proc/meminfo: memFree=29986464/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=7.78 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1980 10257 0 0 3 2 770 3 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25174] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25174/stat : 25174 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951053 9367552 266 33554432000 4194304 5064252 140734275494176 140734275493088 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25174/statm: 2287 266 226 213 0 72 0
[pid=25175] ppid=25174 vsize=53412 CPUtime=43.28 cores=0,2,4,6
/proc/25175/stat : 25175 (glucose) R 25174 25095 718 0 -1 4202496 6376 0 0 0 4327 1 0 0 20 0 1 0 386951054 54693888 9584 33554432000 4194304 5208918 140734145224544 140734145222488 4211376 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25175/statm: 13353 9584 96 248 0 13102 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 76720

[startup+102.307 s]
/proc/loadavg: 2.04 2.07 2.06 3/183 25299
/proc/meminfo: memFree=29979584/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=7.78 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 1980 10257 0 0 3 2 770 3 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25174] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25174/stat : 25174 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386951053 9367552 266 33554432000 4194304 5064252 140734275494176 140734275493088 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25174/statm: 2287 266 226 213 0 72 0
[pid=25175] ppid=25174 vsize=53412 CPUtime=94.49 cores=0,2,4,6
/proc/25175/stat : 25175 (glucose) R 25174 25095 718 0 -1 4202496 6969 0 0 0 9447 2 0 0 20 0 1 0 386951054 54693888 12957 33554432000 4194304 5208918 140734145224544 140734145222632 4212457 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25175/statm: 13353 12957 96 248 0 13102 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76720

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/184 25323
/proc/meminfo: memFree=29985356/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=104.88 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 2501 20777 0 0 4 2 10476 6 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25305] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 25676
/proc/meminfo: memFree=29977224/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1290.5 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 8753 153474 0 0 17 4 128966 63 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25658] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25658/stat : 25658 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387079350 9367552 267 33554432000 4194304 5064252 140735097312848 140735097311760 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25658/statm: 2287 267 226 213 0 72 0
[pid=25659] ppid=25658 vsize=53416 CPUtime=71.51 cores=0,2,4,6
/proc/25659/stat : 25659 (glucose) R 25658 25095 718 0 -1 4202496 7506 0 0 0 7150 1 0 0 20 0 1 0 387079350 54697984 10162 33554432000 4194304 5208918 140734658393664 140734658391608 4213760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25659/statm: 13354 10162 96 248 0 13103 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 76724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25697
/proc/meminfo: memFree=29990448/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1388.21 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 9274 165232 0 0 18 4 138732 67 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25689] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25689/stat : 25689 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387089123 9367552 267 33554432000 4194304 5064252 140733197821680 140733197820592 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25689/statm: 2287 267 226 213 0 72 0
[pid=25690] ppid=25689 vsize=34736 CPUtime=33.8 cores=0,2,4,6
/proc/25690/stat : 25690 (glucose) R 25689 25095 718 0 -1 4202496 7393 0 0 0 3378 2 0 0 20 0 1 0 387089123 35569664 8288 33554432000 4194304 5208918 140737062026944 140737062025032 4211577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25690/statm: 8684 8288 96 248 0 8433 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 58044

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 25711
/proc/meminfo: memFree=29963136/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1388.21 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 9274 165232 0 0 18 4 138732 67 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25689] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25689/stat : 25689 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387089123 9367552 267 33554432000 4194304 5064252 140733197821680 140733197820592 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25689/statm: 2287 267 226 213 0 72 0
[pid=25690] ppid=25689 vsize=53412 CPUtime=93.79 cores=0,2,4,6
/proc/25690/stat : 25690 (glucose) R 25689 25095 718 0 -1 4202496 8169 0 0 0 9376 3 0 0 20 0 1 0 387089123 54693888 12957 33554432000 4194304 5208918 140737062026944 140737062025032 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25690/statm: 13353 12957 96 248 0 13102 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 76720

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25733
/proc/meminfo: memFree=29984612/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1487.6 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 9795 176949 0 0 19 5 148663 73 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25717] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387099063 9367552 267 33554432000 4194304 5064252 140735107438416 140735107437328 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25717/statm: 2287 267 226 213 0 72 0
[pid=25718] ppid=25717 vsize=53412 CPUtime=54.39 cores=0,2,4,6
/proc/25718/stat : 25718 (glucose) R 25717 25095 718 0 -1 4202496 7446 0 0 0 5437 2 0 0 20 0 1 0 387099063 54693888 9965 33554432000 4194304 5208918 140736340681424 140736340679368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25718/statm: 13353 9965 96 248 0 13102 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 76720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25754
/proc/meminfo: memFree=29999888/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1585.54 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 10316 188548 0 0 20 5 158451 78 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25753] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25753/stat : 25753 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387108858 9367552 266 33554432000 4194304 5064252 140735557332976 140735557331888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25753/statm: 2287 266 226 213 0 72 0
[pid=25754] ppid=25753 vsize=27464 CPUtime=16.45 cores=0,2,4,6
/proc/25754/stat : 25754 (glucose) R 25753 25095 718 0 -1 4202496 5774 0 0 0 1644 1 0 0 20 0 1 0 387108858 28123136 6448 33554432000 4194304 5208918 140734828378288 140734828376152 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25754/statm: 6866 6448 96 248 0 6615 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 50772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25768
/proc/meminfo: memFree=29988016/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1585.54 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 10316 188548 0 0 20 5 158451 78 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25753] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25753/stat : 25753 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387108858 9367552 266 33554432000 4194304 5064252 140735557332976 140735557331888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25753/statm: 2287 266 226 213 0 72 0
[pid=25754] ppid=25753 vsize=53412 CPUtime=76.43 cores=0,2,4,6
/proc/25754/stat : 25754 (glucose) R 25753 25095 718 0 -1 4202496 7352 0 0 0 7642 1 0 0 20 0 1 0 387108858 54693888 10324 33554432000 4194304 5208918 140734828378288 140734828376232 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25754/statm: 13353 10324 96 248 0 13102 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 76720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25789
/proc/meminfo: memFree=29999072/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1686.4 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 10837 199376 0 0 21 5 168532 82 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25781] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25781/stat : 25781 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387118946 9367552 266 33554432000 4194304 5064252 140733229747968 140733229746880 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25781/statm: 2287 266 226 213 0 72 0
[pid=25782] ppid=25781 vsize=34736 CPUtime=35.55 cores=0,2,4,6
/proc/25782/stat : 25782 (glucose) R 25781 25095 718 0 -1 4202496 7198 0 0 0 3554 1 0 0 20 0 1 0 387118947 35569664 8288 33554432000 4194304 5208918 140736614834160 140736614832248 4229520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25782/statm: 8684 8288 96 248 0 8433 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 58044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25803
/proc/meminfo: memFree=29974620/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1686.4 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 10837 199376 0 0 21 5 168532 82 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25781] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25781/stat : 25781 (satsolver.sh) S 25096 25095 718 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387118946 9367552 266 33554432000 4194304 5064252 140733229747968 140733229746880 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25781/statm: 2287 266 226 213 0 72 0
[pid=25782] ppid=25781 vsize=53412 CPUtime=95.55 cores=0,2,4,6
/proc/25782/stat : 25782 (glucose) R 25781 25095 718 0 -1 4202496 7910 0 0 0 9553 2 0 0 20 0 1 0 387118947 54693888 12957 33554432000 4194304 5208918 140736614834160 140736614832248 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25782/statm: 13353 12957 96 248 0 13102 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 76720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25811
/proc/meminfo: memFree=29987656/32873844 swapFree=7632/7632
[pid=25095] ppid=25093 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25095/stat : 25095 (npSolver-wbo-It) S 25093 25095 718 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386950274 9367552 275 33554432000 4194304 5064252 140735719463008 140735719461920 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25095/statm: 2287 275 233 213 0 72 0
[pid=25096] ppid=25095 vsize=5012 CPUtime=1785.68 cores=0,2,4,6
/proc/25096/stat : 25096 (npSolver-wbo) S 25095 25095 718 0 -1 4202496 11358 210329 0 0 23 5 178454 86 20 0 1 0 386950274 5132288 781 33554432000 4194304 6006132 140736557018064 140736557009424 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25096/statm: 1253 781 177 443 0 806 0
[pid=25809] ppid=25096 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25809/stat : 25809 (satsolver.sh) S 25096 25095 718 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387128876 9367552 267 33554432000 4194304 5064252 140734669042144 140734669041056 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25809/statm: 2287 267 226 213 0 72 0
[pid=25810] ppid=25809 vsize=27464 CPUtime=14.38 cores=0,2,4,6
/proc/25810/stat : 25810 (glucose) R 25809 25095 718 0 -1 4202496 6382 0 0 0 1436 2 0 0 20 0 1 0 387128876 28123136 6448 33554432000 4194304 5208918 140736791255600 140736791253464 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25810/statm: 6866 6448 96 248 0 6615 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50772

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.09
CPU user time (s): 1799.14
CPU system time (s): 0.950855
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 107076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.950855
maximum resident set size= 72760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 734
involuntary context switches= 2056

runsolver used 7.35988 second user time and 18.8131 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-09 04:17:39
IDJOB=3753244
IDBENCH=79214
IDSOLVER=2336
FILE ID=node141/3753244-1339208259
RUNJOBID= node141-1339204598-734
PBS_JOBID= 14643863
Free space on /tmp= 69276 MiB

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

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

MD5SUM BENCH= e433b9b816c291c8bf4fd4860d096bb6
RANDOM SEED=1933897512

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:        29934652 kB
Buffers:          352672 kB
Cached:          1526836 kB
SwapCached:         3056 kB
Active:           675460 kB
Inactive:        1317412 kB
Active(anon):     111548 kB
Inactive(anon):     2872 kB
Active(file):     563912 kB
Inactive(file):  1314540 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:             19524 kB
Writeback:             0 kB
AnonPages:        118076 kB
Mapped:             9856 kB
Shmem:                 0 kB
Slab:             805988 kB
SReclaimable:     245716 kB
SUnreclaim:       560272 kB
KernelStack:        1488 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     244532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 69284 MiB
End job on node141 at 2012-06-09 04:47:40