Trace number 3714979

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-66-100-0.wbo
MD5SUM93dc403e7aa7832c1308ab9b3db02163
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark1.11783
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints39
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 2003
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2002
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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.18	c run usual solver
5.28/5.36	o 1230
20.16/20.40	o 490
24.72/24.87	o 394
43.03/43.17	o 360
50.07/50.20	o 359
72.72/72.87	o 343
73.59/73.72	o 322
78.96/79.00	o 296
107.36/107.52	o 290
112.40/112.54	o 277
120.18/120.33	o 258
127.91/128.06	o 239
149.67/149.81	o 174
157.42/157.59	o 150
165.09/165.22	o 119
166.05/166.10	o 116
172.94/173.06	o 90
176.34/176.40	o 36
176.35/176.66	o 33
176.81/176.93	o 29
177.10/177.22	o 27
177.33/177.46	o 10
178.13/178.27	o 9
178.22/178.96	o 8
179.54/179.60	o 5
179.54/179.98	o 4
1800.08/1800.40	./satsolver.sh: line 5: 22063 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.40	c error: unexpected solver exit code
1800.08/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-3714979-1338182552/watcher-3714979-1338182552 -o /tmp/evaluation-result-3714979-1338182552/solver-3714979-1338182552 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714979-1338182552.wbo 1707736162 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.08 2.02 2.01 3/179 21873
/proc/meminfo: memFree=27249668/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0

[startup+0.0879299 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 21873
/proc/meminfo: memFree=27249668/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100303 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 21873
/proc/meminfo: memFree=27249668/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300208 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 21873
/proc/meminfo: memFree=27249668/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 21873
/proc/meminfo: memFree=27249668/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 21877
/proc/meminfo: memFree=27199088/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=6412 CPUtime=0.17 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 3143 0 0 0 17 0 0 0 20 0 1 0 284382009 6565888 1215 33554432000 4194304 5990268 140736614223472 140736614216624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 1603 1215 156 439 0 1160 0
[pid=21876] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21876/stat : 21876 (cp2_pre.sh) S 21874 21873 17655 0 -1 4202496 605 0 0 0 0 0 0 0 20 0 1 0 284382027 9367552 276 33554432000 4194304 5064252 140733472578864 140733472577568 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21876/statm: 2287 276 234 213 0 72 0
[pid=21877] ppid=21876 vsize=50608 CPUtime=1.29 cores=1,3,5,7
/proc/21877/stat : 21877 (coprocessor) R 21876 21873 17655 0 -1 4202496 10595 0 0 0 128 1 0 0 20 0 1 0 284382028 51822592 11935 33554432000 4194304 6586260 140734710798848 140734710794104 4667130 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/21877/statm: 12652 11935 196 584 0 12064 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 75316

[startup+3.10033 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 21880
/proc/meminfo: memFree=27225072/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=6412 CPUtime=1.75 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 3151 12164 0 0 17 0 143 15 20 0 1 0 284382009 6565888 1216 33554432000 4194304 5990268 140736614223472 140736614217712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 1603 1216 157 439 0 1160 0
[pid=21879] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21879/stat : 21879 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284382186 9367552 267 33554432000 4194304 5064252 140736701255296 140736701254208 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21879/statm: 2287 267 226 213 0 72 0
[pid=21880] ppid=21879 vsize=20124 CPUtime=1.31 cores=1,3,5,7
/proc/21880/stat : 21880 (glucose) R 21879 21873 17655 0 -1 4202496 4778 0 0 0 131 0 0 0 20 0 1 0 284382187 20606976 4252 33554432000 4194304 5208918 140734897020288 140734897018440 4229717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21880/statm: 5031 4252 104 248 0 4780 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44832

[startup+6.30026 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 21885
/proc/meminfo: memFree=27224856/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=13332 CPUtime=5.39 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 5463 23043 0 0 24 9 488 18 20 0 1 0 284382009 13651968 2811 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 3333 2811 164 439 0 2890 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 22480

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 21887
/proc/meminfo: memFree=27156232/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=13332 CPUtime=5.39 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 5463 23043 0 0 24 9 488 18 20 0 1 0 284382009 13651968 2811 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 3333 2811 164 439 0 2890 0
[pid=21886] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21886/stat : 21886 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284382550 9367552 266 33554432000 4194304 5064252 140736322040032 140736322038944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21886/statm: 2287 266 226 213 0 72 0
[pid=21887] ppid=21886 vsize=64340 CPUtime=7.27 cores=1,3,5,7
/proc/21887/stat : 21887 (glucose) R 21886 21873 17655 0 -1 4202496 11812 0 0 0 725 2 0 0 20 0 1 0 284382550 65884160 14420 33554432000 4194304 5208918 140734953303248 140734953301112 4211558 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21887/statm: 16085 14420 104 248 0 15834 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 95968

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 21901
/proc/meminfo: memFree=27182504/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=24.87 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 7676 53867 0 0 28 10 2413 36 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=21900] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21900/stat : 21900 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284384498 9367552 267 33554432000 4194304 5064252 140735134831648 140735134830560 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21900/statm: 2287 267 226 213 0 72 0
[pid=21901] ppid=21900 vsize=27952 CPUtime=0.59 cores=1,3,5,7
/proc/21901/stat : 21901 (glucose) R 21900 21873 17655 0 -1 4202496 5126 0 0 0 59 0 0 0 20 0 1 0 284384498 28622848 5884 33554432000 4194304 5208918 140735891948224 140735134830584 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21901/statm: 6988 5884 103 248 0 6737 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57532

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 21915
/proc/meminfo: memFree=27205760/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=50.19 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 9854 82997 0 0 31 10 4932 46 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=21914] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21914/stat : 21914 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284387031 9367552 267 33554432000 4194304 5064252 140736483954432 140736483953344 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21914/statm: 2287 267 226 213 0 72 0
[pid=21915] ppid=21914 vsize=27548 CPUtime=0.86 cores=1,3,5,7
/proc/21915/stat : 21915 (glucose) R 21914 21873 17655 0 -1 4202496 5435 0 0 0 86 0 0 0 20 0 1 0 284387031 28209152 5643 33554432000 4194304 5208918 140733333654768 140733333652616 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21915/statm: 6887 5643 103 248 0 6636 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57128

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21936
/proc/meminfo: memFree=27174812/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=78.97 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 12806 121436 0 0 36 11 7790 60 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=21935] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21935/stat : 21935 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284389910 9367552 267 33554432000 4194304 5064252 140736209475024 140736209473936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21935/statm: 2287 267 226 213 0 72 0
[pid=21936] ppid=21935 vsize=51616 CPUtime=23.27 cores=1,3,5,7
/proc/21936/stat : 21936 (glucose) R 21935 21873 17655 0 -1 4202496 11234 0 0 0 2325 2 0 0 20 0 1 0 284389910 52854784 11657 33554432000 4194304 5208918 140735628240384 140735628238328 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21936/statm: 12904 11658 104 248 0 12653 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 81196

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21979
/proc/meminfo: memFree=27180816/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=157.54 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 17819 205470 0 0 43 13 15608 90 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=21978] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21978/stat : 21978 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284397769 9367552 265 33554432000 4194304 5064252 140735591572352 140735591571264 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21978/statm: 2287 265 226 213 0 72 0
[pid=21979] ppid=21978 vsize=28352 CPUtime=4.68 cores=1,3,5,7
/proc/21979/stat : 21979 (glucose) R 21978 21873 17655 0 -1 4202496 6184 0 0 0 468 0 0 0 20 0 1 0 284397769 29032448 6317 33554432000 4194304 5208918 140734205465008 140734205462872 4229035 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21979/statm: 7088 6317 104 248 0 6837 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 22749
/proc/meminfo: memFree=27041076/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1182.11 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 34795 0 0 0 118175 36 0 0 20 0 1 0 284400007 227414016 50698 33554432000 4194304 5208918 140734505263440 140734505259816 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 50698 104 248 0 55270 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 251664

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22749
/proc/meminfo: memFree=27024968/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1242.1 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 35945 0 0 0 124173 37 0 0 20 0 1 0 284400007 227414016 51722 33554432000 4194304 5208918 140734505263440 140734505259816 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 51722 104 248 0 55270 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 251664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 22749
/proc/meminfo: memFree=27001236/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1302.09 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 37078 0 0 0 130169 40 0 0 20 0 1 0 284400007 227414016 52746 33554432000 4194304 5208918 140734505263440 140734505259816 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 52746 104 248 0 55270 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 251664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22749
/proc/meminfo: memFree=26985844/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1362.07 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 37199 0 0 0 136166 41 0 0 20 0 1 0 284400007 227414016 53837 33554432000 4194304 5208918 140734505263440 140734505259816 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 53837 104 248 0 55270 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 251664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22749
/proc/meminfo: memFree=26984064/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1422.06 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 38634 0 0 0 142162 44 0 0 20 0 1 0 284400007 227414016 48612 33554432000 4194304 5208918 140734505263440 140734505261528 4229176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 48612 104 248 0 55270 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 251664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22752
/proc/meminfo: memFree=26979692/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1482.05 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 39510 0 0 0 148158 47 0 0 20 0 1 0 284400007 227414016 49636 33554432000 4194304 5208918 140734505263440 140734505259816 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 49636 104 248 0 55270 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 251664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22753
/proc/meminfo: memFree=26977672/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1542.05 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 40415 0 0 0 154155 50 0 0 20 0 1 0 284400007 227414016 50148 33554432000 4194304 5208918 140734505263440 140734505261528 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 50148 104 248 0 55270 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 251664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22753
/proc/meminfo: memFree=26973644/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1602.03 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 41304 0 0 0 160151 52 0 0 20 0 1 0 284400007 227414016 51172 33554432000 4194304 5208918 140734505263440 140734505259816 4229199 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 51172 104 248 0 55270 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 251664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 22753
/proc/meminfo: memFree=26960868/32873648 swapFree=6848/6848
[pid=21873] ppid=21871 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21873/stat : 21873 (npSolver-wbo-It) S 21871 21873 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284382008 9367552 274 33554432000 4194304 5064252 140734333700864 140734333699776 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21873/statm: 2287 274 233 213 0 72 0
[pid=21874] ppid=21873 vsize=11284 CPUtime=179.94 cores=1,3,5,7
/proc/21874/stat : 21874 (npSolver-wbo) S 21873 21873 17655 0 -1 4202496 23979 326262 0 0 49 14 17808 123 20 0 1 0 284382009 11554816 2436 33554432000 4194304 5990268 140736614223472 140736614214896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21874/statm: 2821 2436 164 439 0 2378 0
[pid=22062] ppid=21874 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22062/stat : 22062 (satsolver.sh) S 21874 21873 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284400007 9367552 267 33554432000 4194304 5064252 140736322119904 140736322118816 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22062/statm: 2287 267 226 213 0 72 0
[pid=22063] ppid=22062 vsize=222084 CPUtime=1620.14 cores=1,3,5,7
/proc/22063/stat : 22063 (glucose) R 22062 21873 17655 0 -1 4202496 41309 0 0 0 161962 52 0 0 20 0 1 0 284400007 227414016 53732 33554432000 4194304 5208918 140734505263440 140734505259752 4229299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22063/statm: 55521 53732 104 248 0 55270 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 251664

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.11
CPU user time (s): 1798.2
CPU system time (s): 1.90471
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 381892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 1.90471
maximum resident set size= 285596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 153864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3688
involuntary context switches= 2265

runsolver used 2.87256 second user time and 7.43087 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 07:22:32
IDJOB=3714979
IDBENCH=78723
IDSOLVER=2296
FILE ID=node113/3714979-1338182552
RUNJOBID= node113-1338166950-18214
PBS_JOBID= 14624534
Free space on /tmp= 71384 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714979-1338182552/watcher-3714979-1338182552 -o /tmp/evaluation-result-3714979-1338182552/solver-3714979-1338182552 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714979-1338182552.wbo 1707736162 HOME HOME

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

MD5SUM BENCH= 93dc403e7aa7832c1308ab9b3db02163
RANDOM SEED=1707736162

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27250056 kB
Buffers:          382408 kB
Cached:          4201972 kB
SwapCached:            0 kB
Active:          1314044 kB
Inactive:        3466264 kB
Active(anon):     198124 kB
Inactive(anon):        0 kB
Active(file):    1115920 kB
Inactive(file):  3466264 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8208 kB
Writeback:             0 kB
AnonPages:        371828 kB
Mapped:            15288 kB
Shmem:               200 kB
Slab:             700492 kB
SReclaimable:     144748 kB
SUnreclaim:       555744 kB
KernelStack:        1528 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     333844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 71356 MiB
End job on node113 at 2012-05-28 07:52:32