Trace number 3713902

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 1.0? (TO) 1800.05 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-71-70--soft-0-100-0.wbo
MD5SUM60c1b790b835b31f32d3b92e41ae62ac
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.830873
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4970
Total number of constraints141
Number of soft constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
Top cost 7546
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7545
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
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.58	c run usual solver
6.62/6.85	o 3688
6.62/6.85	c current bound: 1844
6.62/6.85	c fallback to adder encoding
7.05/7.47	o 1776
7.05/7.47	c current bound: 888
22.92/23.14	o 883
22.92/23.14	c current bound: 441
84.51/84.79	o 438
84.51/84.79	c current bound: 219
148.89/149.11	o 194
148.89/149.11	c current bound: 97
151.54/152.04	o 92
151.54/152.04	c current bound: 46
160.89/161.10	o 46
160.89/161.10	c current bound: 23
167.99/168.26	o 22
167.99/168.26	c current bound: 11
170.18/170.48	o 9
170.18/170.48	c current bound: 4
174.78/175.05	o 4
174.78/175.05	c current bound: 2
177.12/177.58	o 2
177.12/177.58	c current bound: 1
1800.02/1800.50	./satsolver.sh: line 5:  8931 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.50	c error: unexpected solver exit code
1800.02/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713902-1338205767/watcher-3713902-1338205767 -o /tmp/evaluation-result-3713902-1338205767/solver-3713902-1338205767 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713902-1338205767.wbo 972328790 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.00 2.00 2.00 3/179 8836
/proc/meminfo: memFree=30974572/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0

[startup+0.075538 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8836
/proc/meminfo: memFree=30974572/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100337 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8836
/proc/meminfo: memFree=30974572/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8836
/proc/meminfo: memFree=30974572/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700142 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8836
/proc/meminfo: memFree=30974572/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8840
/proc/meminfo: memFree=30856088/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=18784 CPUtime=0.57 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 4836 0 0 0 55 2 0 0 20 0 1 0 286702275 19234816 3907 33554432000 4194304 5990268 140734116268768 140734116261920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8837/statm: 4696 3907 156 439 0 4253 0
[pid=8839] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8839/stat : 8839 (cp2_pre.sh) S 8837 8836 7066 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 286702333 9367552 277 33554432000 4194304 5064252 140736188814480 140736188813184 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8839/statm: 2287 277 234 213 0 72 0
[pid=8840] ppid=8839 vsize=135076 CPUtime=0.9 cores=0,2,4,6
/proc/8840/stat : 8840 (coprocessor) R 8839 8836 7066 0 -1 4202496 24354 0 0 0 87 3 0 0 20 0 1 0 286702333 138317824 32733 33554432000 4194304 6586260 140737034656864 140737034652728 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8840/statm: 33769 32733 191 584 0 33181 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 172156

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8840
/proc/meminfo: memFree=30817664/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=18784 CPUtime=0.57 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 4836 0 0 0 55 2 0 0 20 0 1 0 286702275 19234816 3907 33554432000 4194304 5990268 140734116268768 140734116261920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8837/statm: 4696 3907 156 439 0 4253 0
[pid=8839] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8839/stat : 8839 (cp2_pre.sh) S 8837 8836 7066 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 286702333 9367552 277 33554432000 4194304 5064252 140736188814480 140736188813184 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8839/statm: 2287 277 234 213 0 72 0
[pid=8840] ppid=8839 vsize=135340 CPUtime=2.5 cores=0,2,4,6
/proc/8840/stat : 8840 (coprocessor) R 8839 8836 7066 0 -1 4202496 24422 0 0 0 247 3 0 0 20 0 1 0 286702333 138588160 32801 33554432000 4194304 6586260 140737034656864 140737034652456 5599216 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8840/statm: 33835 32801 191 584 0 33247 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 172420

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8847
/proc/meminfo: memFree=30783296/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=18784 CPUtime=5.49 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 4845 27882 0 0 55 2 429 63 20 0 1 0 286702275 19234816 3908 33554432000 4194304 5990268 140734116268768 140734116263008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8837/statm: 4696 3908 157 439 0 4253 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 27932

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8865
/proc/meminfo: memFree=30808000/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=47112 CPUtime=7.46 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 11440 63877 0 0 77 21 574 74 20 0 1 0 286702275 48242688 9484 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 11778 9484 170 439 0 11335 0
[pid=8864] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8864/stat : 8864 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286703039 9367552 266 33554432000 4194304 5064252 140734654790528 140734654789440 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8864/statm: 2287 266 226 213 0 72 0
[pid=8865] ppid=8864 vsize=127856 CPUtime=5.04 cores=0,2,4,6
/proc/8865/stat : 8865 (glucose) R 8864 8836 7066 0 -1 4202496 22162 0 0 0 500 4 0 0 20 0 1 0 286703039 130924544 25475 33554432000 4194304 5208918 140734953455968 140734953453816 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8865/statm: 31964 25475 103 248 0 31713 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 193264

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8872
/proc/meminfo: memFree=30834404/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=23.05 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 15412 97178 0 0 86 22 2094 103 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8871] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8871/stat : 8871 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286704597 9367552 266 33554432000 4194304 5064252 140736771746656 140736771745568 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8871/statm: 2287 266 226 213 0 72 0
[pid=8872] ppid=8871 vsize=81172 CPUtime=2.27 cores=0,2,4,6
/proc/8872/stat : 8872 (glucose) R 8871 8836 7066 0 -1 4202496 15932 0 0 0 224 3 0 0 20 0 1 0 286704597 83120128 16739 33554432000 4194304 5208918 140734821907776 140734821905624 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 20293 16739 103 248 0 20042 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 141312

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8875
/proc/meminfo: memFree=30798524/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=23.05 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 15412 97178 0 0 86 22 2094 103 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8871] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8871/stat : 8871 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286704597 9367552 266 33554432000 4194304 5064252 140736771746656 140736771745568 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8871/statm: 2287 266 226 213 0 72 0
[pid=8872] ppid=8871 vsize=111964 CPUtime=27.86 cores=0,2,4,6
/proc/8872/stat : 8872 (glucose) R 8871 8836 7066 0 -1 4202496 17511 0 0 0 2782 4 0 0 20 0 1 0 286704597 114651136 24730 33554432000 4194304 5208918 140734821907776 140734821905720 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8872/statm: 27991 24730 103 248 0 27740 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 172104

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8882
/proc/meminfo: memFree=30816868/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=84.66 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 19020 124327 0 0 91 23 8231 121 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8881] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8881/stat : 8881 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286710758 9367552 267 33554432000 4194304 5064252 140736685869632 140736685868544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8881/statm: 2287 267 226 213 0 72 0
[pid=8882] ppid=8881 vsize=90068 CPUtime=17.46 cores=0,2,4,6
/proc/8882/stat : 8882 (glucose) R 8881 8836 7066 0 -1 4202496 14627 0 0 0 1743 3 0 0 20 0 1 0 286710759 92229632 19512 33554432000 4194304 5208918 140734125529392 140734125527256 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8882/statm: 22517 19512 104 248 0 22266 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 150208

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8903
/proc/meminfo: memFree=30843520/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=160.89 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 24272 188690 0 0 97 24 15821 147 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8902] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8902/stat : 8902 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286718385 9367552 267 33554432000 4194304 5064252 140735878742768 140735878741680 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8902/statm: 2287 267 226 213 0 72 0
[pid=8903] ppid=8902 vsize=44208 CPUtime=1.18 cores=0,2,4,6
/proc/8903/stat : 8903 (glucose) R 8902 8836 7066 0 -1 4202496 9224 0 0 0 117 1 0 0 20 0 1 0 286718386 45268992 8608 33554432000 4194304 5208918 140735688288752 140735688286712 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8903/statm: 11052 8608 104 248 0 10801 0
Current children cumulated CPU time (s) 162.07

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 8964
/proc/meminfo: memFree=30524948/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1244.5 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 25657 0 0 0 124430 20 0 0 20 0 1 0 286720034 230932480 53044 33554432000 4194304 5208918 140733658449648 140733658445336 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 53044 105 248 0 56129 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 285660

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 8964
/proc/meminfo: memFree=30533712/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1304.49 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 26646 0 0 0 130427 22 0 0 20 0 1 0 286720034 230932480 52532 33554432000 4194304 5208918 140733658449648 140733658446024 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 52532 105 248 0 56129 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 285660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8966
/proc/meminfo: memFree=30537196/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1364.48 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 27617 0 0 0 136424 24 0 0 20 0 1 0 286720034 230932480 52020 33554432000 4194304 5208918 140733658449648 140733658446024 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 52020 105 248 0 56129 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 285660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8966
/proc/meminfo: memFree=30504004/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=256340 CPUtime=1424.47 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 28217 0 0 0 142422 25 0 0 20 0 1 0 286720034 262492160 58231 33554432000 4194304 5208918 140733658449648 140733658446024 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 64085 58231 105 248 0 63834 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 316480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8966
/proc/meminfo: memFree=30515564/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=256340 CPUtime=1484.45 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 29200 0 0 0 148418 27 0 0 20 0 1 0 286720034 262492160 56695 33554432000 4194304 5208918 140733658449648 140733658446024 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 64085 56695 105 248 0 63834 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 316480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9025
/proc/meminfo: memFree=30760068/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=256340 CPUtime=1544.45 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 30049 0 0 0 154416 29 0 0 20 0 1 0 286720034 262492160 54526 33554432000 4194304 5208918 140733658449648 140733658446024 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 64085 54526 105 248 0 63834 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 316480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9067
/proc/meminfo: memFree=30766476/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1604.43 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 30566 0 0 0 160413 30 0 0 20 0 1 0 286720034 230932480 52532 33554432000 4194304 5208918 140733658449648 140733658447736 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 52532 105 248 0 56129 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 285660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9067
/proc/meminfo: memFree=30750156/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1622.65 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 30595 0 0 0 162234 31 0 0 20 0 1 0 286720034 230932480 54094 33554432000 4194304 5208918 140733658449648 140733658445960 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 54094 105 248 0 56129 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 285660

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9067
/proc/meminfo: memFree=30750156/32873844 swapFree=7624/7624
[pid=8836] ppid=8834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8836/stat : 8836 (npSolver-wbo.sh) S 8834 8836 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286702275 9367552 275 33554432000 4194304 5064252 140737264318704 140737264317616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8836/statm: 2287 275 233 213 0 72 0
[pid=8837] ppid=8836 vsize=41844 CPUtime=177.37 cores=0,2,4,6
/proc/8837/stat : 8837 (npSolver-wbo) S 8836 8836 7066 0 -1 4202496 30165 264845 0 0 103 25 17439 170 20 0 1 0 286702275 42848256 9214 33554432000 4194304 5990268 140734116268768 140734116260208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8837/statm: 10461 9214 170 439 0 10018 0
[pid=8930] ppid=8837 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8930/stat : 8930 (satsolver.sh) S 8837 8836 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286720034 9367552 267 33554432000 4194304 5064252 140733266671312 140733266670224 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8930/statm: 2287 267 226 213 0 72 0
[pid=8931] ppid=8930 vsize=225520 CPUtime=1622.65 cores=0,2,4,6
/proc/8931/stat : 8931 (glucose) R 8930 8836 7066 0 -1 4202496 30595 0 0 0 162234 31 0 0 20 0 1 0 286720034 230932480 54094 33554432000 4194304 5208918 140733658449648 140733658445960 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8931/statm: 56380 54094 105 248 0 56129 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 285660

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1797.77
CPU system time (s): 2.27665
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 365800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.27665
maximum resident set size= 279224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 221584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5192
involuntary context switches= 2034

runsolver used 4.00539 second user time and 14.1768 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 13:49:27
IDJOB=3713902
IDBENCH=79171
IDSOLVER=2294
FILE ID=node130/3713902-1338205767
RUNJOBID= node130-1338193034-7082
PBS_JOBID= 14624584
Free space on /tmp= 71448 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713902-1338205767/watcher-3713902-1338205767 -o /tmp/evaluation-result-3713902-1338205767/solver-3713902-1338205767 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713902-1338205767.wbo 972328790 HOME HOME

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

MD5SUM BENCH= 60c1b790b835b31f32d3b92e41ae62ac
RANDOM SEED=972328790

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30974836 kB
Buffers:          353228 kB
Cached:           596640 kB
SwapCached:         4508 kB
Active:           864500 kB
Inactive:         195628 kB
Active(anon):     100552 kB
Inactive(anon):     9016 kB
Active(file):     763948 kB
Inactive(file):   186612 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:             13580 kB
Writeback:             0 kB
AnonPages:        111688 kB
Mapped:            12816 kB
Shmem:                 8 kB
Slab:             698956 kB
SReclaimable:     140244 kB
SUnreclaim:       558712 kB
KernelStack:        1464 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     236620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 71440 MiB
End job on node130 at 2012-05-28 14:19:27