Trace number 3754668

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
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.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
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 constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
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.03	c run usual solver
2.38/2.40	o 670
2.38/2.40	c current bound: 335
274.27/274.49	o 326
274.27/274.49	c current bound: 163
516.24/516.42	o 120
516.24/516.42	c current bound: 60
1660.06/1660.48	o 12
1660.06/1660.48	c current bound: 6
1800.03/1800.41	./satsolver.sh: line 5: 28501 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.41	c error: unexpected solver exit code
1800.03/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754668-1339193522/watcher-3754668-1339193522 -o /tmp/evaluation-result-3754668-1339193522/solver-3754668-1339193522 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754668-1339193522.wbo 1573483851 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: 1.93 1.99 1.99 3/179 28410
/proc/meminfo: memFree=24322252/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0

[startup+0.0713459 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 28410
/proc/meminfo: memFree=24322252/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 28410
/proc/meminfo: memFree=24322252/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 28410
/proc/meminfo: memFree=24322252/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 28410
/proc/meminfo: memFree=24322252/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 1.93 1.99 1.99 3/183 28417
/proc/meminfo: memFree=24309624/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=3580 CPUtime=0.11 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 2079 2849 0 0 2 0 8 1 20 0 1 0 385476599 3665920 514 33554432000 4194304 6006132 140733593683872 140733593678064 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28411/statm: 895 514 157 443 0 448 0
[pid=28416] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28416/stat : 28416 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476613 9367552 266 33554432000 4194304 5064252 140736665248704 140736665247616 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28416/statm: 2287 266 226 213 0 72 0
[pid=28417] ppid=28416 vsize=22800 CPUtime=1.35 cores=1,3,5,7
/proc/28417/stat : 28417 (glucose) R 28416 28410 26543 0 -1 4202496 3968 0 0 0 134 1 0 0 20 0 1 0 385476613 23347200 4533 33554432000 4194304 5208918 140733505721520 140733505719432 4229532 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28417/statm: 5700 4533 96 248 0 5449 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 44676

[startup+3.1003 s]
/proc/loadavg: 1.93 1.99 1.99 3/183 28417
/proc/meminfo: memFree=24299248/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 20668
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 1.94 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24578800/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=34264 CPUtime=3.84 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 6125 0 0 0 383 1 0 0 20 0 1 0 385476844 35086336 6981 33554432000 4194304 5208918 140736008008176 140736008006024 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 8566 6981 95 248 0 8315 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 64080

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24565060/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=41708 CPUtime=10.24 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 7010 0 0 0 1023 1 0 0 20 0 1 0 385476844 42708992 8887 33554432000 4194304 5208918 140736008008176 140736008006328 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 10427 8887 95 248 0 10176 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 71524

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24547716/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=53516 CPUtime=23.02 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 8708 0 0 0 2301 1 0 0 20 0 1 0 385476844 54800384 10495 33554432000 4194304 5208918 140736008008176 140736008006328 4211740 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 13379 10495 96 248 0 13128 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 83332

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24494140/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=83916 CPUtime=48.63 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 9617 0 0 0 4860 3 0 0 20 0 1 0 385476844 85929984 19477 33554432000 4194304 5208918 140736008008176 140736008006120 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 20979 19477 96 248 0 20728 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 113732

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24484952/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=84476 CPUtime=99.82 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 10326 0 0 0 9978 4 0 0 20 0 1 0 385476844 86503424 20588 33554432000 4194304 5208918 140736008008176 140736008006264 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 21119 20588 96 248 0 20868 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114292

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 28469
/proc/meminfo: memFree=24433812/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=2.43 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 3629 11036 0 0 7 2 230 4 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28423] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28423/stat : 28423 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385476844 9367552 267 33554432000 4194304 5064252 140736006850624 140736006849536 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28423/statm: 2287 267 226 213 0 72 0
[pid=28424] ppid=28423 vsize=133796 CPUtime=159.8 cores=1,3,5,7
/proc/28424/stat : 28424 (glucose) R 28423 28410 26543 0 -1 4202496 10498 0 0 0 15974 6 0 0 20 0 1 0 385476844 137007104 29841 33554432000 4194304 5208918 140736008008176 140736008006168 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28424/statm: 33449 29841 96 248 0 33198 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28493
/proc/meminfo: memFree=24332484/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=516.32 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 4986 41276 0 0 9 3 51584 36 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28486] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28486/stat : 28486 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385528242 9367552 267 33554432000 4194304 5064252 140734868325328 140734868324240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28486/statm: 2287 267 226 213 0 72 0
[pid=28487] ppid=28486 vsize=197000 CPUtime=845.71 cores=1,3,5,7
/proc/28487/stat : 28487 (glucose) R 28486 28410 26543 0 -1 4202496 44570 0 0 0 84484 87 0 0 20 0 1 0 385528242 201728000 38536 33554432000 4194304 5208918 140735653065312 140735653063464 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28487/statm: 49250 38536 96 248 0 48999 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 226816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28493
/proc/meminfo: memFree=24328364/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=516.32 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 4986 41276 0 0 9 3 51584 36 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28486] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28486/stat : 28486 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385528242 9367552 267 33554432000 4194304 5064252 140734868325328 140734868324240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28486/statm: 2287 267 226 213 0 72 0
[pid=28487] ppid=28486 vsize=197000 CPUtime=905.7 cores=1,3,5,7
/proc/28487/stat : 28487 (glucose) R 28486 28410 26543 0 -1 4202496 46429 0 0 0 90480 90 0 0 20 0 1 0 385528242 201728000 41138 33554432000 4194304 5208918 140735653065312 140735653063464 4215328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28487/statm: 49250 41138 96 248 0 48999 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 226816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28494
/proc/meminfo: memFree=24351900/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=516.32 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 4986 41276 0 0 9 3 51584 36 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28486] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28486/stat : 28486 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385528242 9367552 267 33554432000 4194304 5064252 140734868325328 140734868324240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28486/statm: 2287 267 226 213 0 72 0
[pid=28487] ppid=28486 vsize=278388 CPUtime=965.68 cores=1,3,5,7
/proc/28487/stat : 28487 (glucose) R 28486 28410 26543 0 -1 4202496 48777 0 0 0 96474 94 0 0 20 0 1 0 385528242 285069312 49800 33554432000 4194304 5208918 140735653065312 140735653063464 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28487/statm: 69597 49800 96 248 0 69346 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 308204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28494
/proc/meminfo: memFree=24283392/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=516.32 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 4986 41276 0 0 9 3 51584 36 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28486] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28486/stat : 28486 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385528242 9367552 267 33554432000 4194304 5064252 140734868325328 140734868324240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28486/statm: 2287 267 226 213 0 72 0
[pid=28487] ppid=28486 vsize=278388 CPUtime=1025.67 cores=1,3,5,7
/proc/28487/stat : 28487 (glucose) R 28486 28410 26543 0 -1 4202496 50638 0 0 0 102469 98 0 0 20 0 1 0 385528242 285069312 54450 33554432000 4194304 5208918 140735653065312 140735653063464 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28487/statm: 69597 54450 96 248 0 69346 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 308204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28494
/proc/meminfo: memFree=24271268/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=516.32 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 4986 41276 0 0 9 3 51584 36 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28486] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28486/stat : 28486 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385528242 9367552 267 33554432000 4194304 5064252 140734868325328 140734868324240 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28486/statm: 2287 267 226 213 0 72 0
[pid=28487] ppid=28486 vsize=278388 CPUtime=1085.65 cores=1,3,5,7
/proc/28487/stat : 28487 (glucose) R 28486 28410 26543 0 -1 4202496 52467 0 0 0 108463 102 0 0 20 0 1 0 385528242 285069312 52872 33554432000 4194304 5208918 140735653065312 140735653063464 4229354 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28487/statm: 69597 52872 96 248 0 69346 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 308204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28501
/proc/meminfo: memFree=24502488/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=1660.15 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 5084 98573 0 0 9 3 165860 143 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28500] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28500/stat : 28500 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385642647 9367552 267 33554432000 4194304 5064252 140733478741168 140733478740080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28500/statm: 2287 267 226 213 0 72 0
[pid=28501] ppid=28500 vsize=22804 CPUtime=1.8 cores=1,3,5,7
/proc/28501/stat : 28501 (glucose) R 28500 28410 26543 0 -1 4202496 3575 0 0 0 180 0 0 0 20 0 1 0 385642648 23351296 5103 33554432000 4194304 5208918 140736156015136 140736156013288 4211574 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28501/statm: 5701 5103 96 248 0 5450 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 52620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 28504
/proc/meminfo: memFree=24387716/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=1660.15 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 5084 98573 0 0 9 3 165860 143 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28500] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28500/stat : 28500 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385642647 9367552 267 33554432000 4194304 5064252 140733478741168 140733478740080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28500/statm: 2287 267 226 213 0 72 0
[pid=28501] ppid=28500 vsize=114388 CPUtime=61.8 cores=1,3,5,7
/proc/28501/stat : 28501 (glucose) R 28500 28410 26543 0 -1 4202496 13223 0 0 0 6163 17 0 0 20 0 1 0 385642648 117133312 27960 33554432000 4194304 5208918 140736156015136 140736156013128 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28501/statm: 28597 27960 96 248 0 28346 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 144204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28505
/proc/meminfo: memFree=24421104/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=1660.15 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 5084 98573 0 0 9 3 165860 143 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28500] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28500/stat : 28500 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385642647 9367552 267 33554432000 4194304 5064252 140733478741168 140733478740080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28500/statm: 2287 267 226 213 0 72 0
[pid=28501] ppid=28500 vsize=114388 CPUtime=121.78 cores=1,3,5,7
/proc/28501/stat : 28501 (glucose) R 28500 28410 26543 0 -1 4202496 20611 0 0 0 12145 33 0 0 20 0 1 0 385642648 117133312 24382 33554432000 4194304 5208918 140736156015136 140736156013224 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28501/statm: 28597 24382 96 248 0 28346 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 144204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28505
/proc/meminfo: memFree=24375680/32873844 swapFree=7628/7628
[pid=28410] ppid=28408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (npSolver-wbo-I.) S 28408 28410 26543 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385476599 9367552 275 33554432000 4194304 5064252 140733259079552 140733259078464 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28410/statm: 2287 275 233 213 0 72 0
[pid=28411] ppid=28410 vsize=11520 CPUtime=1660.15 cores=1,3,5,7
/proc/28411/stat : 28411 (npSolver-wbo) S 28410 28410 26543 0 -1 4202496 5084 98573 0 0 9 3 165860 143 20 0 1 0 385476599 11796480 2334 33554432000 4194304 6006132 140733593683872 140733593675280 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28411/statm: 2880 2334 166 443 0 2433 0
[pid=28500] ppid=28411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28500/stat : 28500 (satsolver.sh) S 28411 28410 26543 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385642647 9367552 267 33554432000 4194304 5064252 140733478741168 140733478740080 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28500/statm: 2287 267 226 213 0 72 0
[pid=28501] ppid=28500 vsize=145208 CPUtime=139.88 cores=1,3,5,7
/proc/28501/stat : 28501 (glucose) R 28500 28410 26543 0 -1 4202496 22492 0 0 0 13951 37 0 0 20 0 1 0 385642648 148692992 33153 33554432000 4194304 5208918 140736156015136 140736156013288 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28501/statm: 36302 33153 96 248 0 36051 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 175024

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.07
CPU user time (s): 1798.22
CPU system time (s): 1.84572
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 357524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.84572
maximum resident set size= 286184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 441
involuntary context switches= 1982

runsolver used 3.37249 second user time and 8.90265 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-09 00:12:02
IDJOB=3754668
IDBENCH=79186
IDSOLVER=2338
FILE ID=node143/3754668-1339193522
RUNJOBID= node143-1339184517-27633
PBS_JOBID= 14643845
Free space on /tmp= 69892 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754668-1339193522/watcher-3754668-1339193522 -o /tmp/evaluation-result-3754668-1339193522/solver-3754668-1339193522 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754668-1339193522.wbo 1573483851 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=1573483851

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        24322772 kB
Buffers:         3640712 kB
Cached:          3507612 kB
SwapCached:          196 kB
Active:          5819340 kB
Inactive:        1663848 kB
Active(anon):     314560 kB
Inactive(anon):    12160 kB
Active(file):    5504780 kB
Inactive(file):  1651688 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        464408 kB
Mapped:            11644 kB
Shmem:               160 kB
Slab:             927456 kB
SReclaimable:     369184 kB
SUnreclaim:       558272 kB
KernelStack:        1528 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     492216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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= 69884 MiB
End job on node143 at 2012-06-09 00:42:03