Trace number 3713214

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.1 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-0-100-0.wbo
MD5SUM4a1855bab5ee86d15b24a1b5f3713388
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.560914
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints185
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 9532
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 9531
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
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.81	c run usual solver
9.08/9.17	o 4089
9.08/9.17	c current bound: 2044
9.08/9.17	c fallback to adder encoding
10.09/10.43	o 2032
10.09/10.43	c current bound: 1016
10.09/10.43	c fallback to adder encoding
11.12/11.69	o 960
11.12/11.69	c current bound: 480
29.42/29.77	o 462
29.42/29.77	c current bound: 231
34.17/34.87	o 168
34.17/34.87	c current bound: 84
65.82/66.17	o 80
65.82/66.17	c current bound: 40
77.00/77.59	o 18
77.00/77.59	c current bound: 9
82.87/83.45	o 9
82.87/83.45	c current bound: 4
85.77/86.34	o 3
85.77/86.34	c current bound: 1
91.27/91.84	o 1
91.27/91.84	c current bound: 0
91.27/91.84	c [SWC] exit 4
1800.05/1800.61	./satsolver.sh: line 5:  8847 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3713214-1338205678/watcher-3713214-1338205678 -o /tmp/evaluation-result-3713214-1338205678/solver-3713214-1338205678 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713214-1338205678.wbo 1045296610 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.01 2.00 2.00 3/179 8728
/proc/meminfo: memFree=30874492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0

[startup+0.0878761 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8728
/proc/meminfo: memFree=30874492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8728
/proc/meminfo: memFree=30874492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/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.01 2.00 2.00 3/179 8728
/proc/meminfo: memFree=30874492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8728
/proc/meminfo: memFree=30874492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8732
/proc/meminfo: memFree=30744828/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=27152 CPUtime=0.8 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 5614 0 0 0 77 3 0 0 20 0 1 0 286693436 27803648 5459 33554432000 4194304 5990268 140737319918688 140737319911840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 6788 5459 156 439 0 6345 0
[pid=8731] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8731/stat : 8731 (cp2_pre.sh) S 8729 8728 7066 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286693517 9367552 277 33554432000 4194304 5064252 140734455234896 140734455233600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8731/statm: 2287 277 234 213 0 72 0
[pid=8732] ppid=8731 vsize=146608 CPUtime=0.68 cores=1,3,5,7
/proc/8732/stat : 8732 (coprocessor) R 8731 8728 7066 0 -1 4202496 23654 0 0 0 64 4 0 0 20 0 1 0 286693518 150126592 31774 33554432000 4194304 6586260 140734907568720 140734907564984 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8732/statm: 36652 31774 166 584 0 36064 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 192056

[startup+3.10033 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8732
/proc/meminfo: memFree=30664124/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=27152 CPUtime=0.8 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 5614 0 0 0 77 3 0 0 20 0 1 0 286693436 27803648 5459 33554432000 4194304 5990268 140737319918688 140737319911840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 6788 5459 156 439 0 6345 0
[pid=8731] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8731/stat : 8731 (cp2_pre.sh) S 8729 8728 7066 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286693517 9367552 277 33554432000 4194304 5064252 140734455234896 140734455233600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8731/statm: 2287 277 234 213 0 72 0
[pid=8732] ppid=8731 vsize=181476 CPUtime=2.27 cores=1,3,5,7
/proc/8732/stat : 8732 (coprocessor) R 8731 8728 7066 0 -1 4202496 30402 0 0 0 222 5 0 0 20 0 1 0 286693518 185831424 44172 33554432000 4194304 6586260 140734907568720 140734907564088 5598875 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8732/statm: 45369 44172 191 584 0 44781 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 226924

[startup+6.30045 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8732
/proc/meminfo: memFree=30661572/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=27152 CPUtime=0.8 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 5614 0 0 0 77 3 0 0 20 0 1 0 286693436 27803648 5459 33554432000 4194304 5990268 140737319918688 140737319911840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 6788 5459 156 439 0 6345 0
[pid=8731] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8731/stat : 8731 (cp2_pre.sh) S 8729 8728 7066 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286693517 9367552 277 33554432000 4194304 5064252 140734455234896 140734455233600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8731/statm: 2287 277 234 213 0 72 0
[pid=8732] ppid=8731 vsize=213264 CPUtime=5.47 cores=1,3,5,7
/proc/8732/stat : 8732 (coprocessor) R 8731 8728 7066 0 -1 4202496 33311 0 0 0 541 6 0 0 20 0 1 0 286693518 218382336 49493 33554432000 4194304 6586260 140734907568720 140734907564312 4668254 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8732/statm: 53316 49493 196 584 0 52728 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 258712

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8756
/proc/meminfo: memFree=30702736/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=11.55 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 12643 99230 0 0 101 33 921 100 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8755] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8755/stat : 8755 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286694616 9367552 267 33554432000 4194304 5064252 140736843228944 140736843227856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8755/statm: 2287 267 226 213 0 72 0
[pid=8756] ppid=8755 vsize=113768 CPUtime=0.88 cores=1,3,5,7
/proc/8756/stat : 8756 (glucose) R 8755 8728 7066 0 -1 4202496 20657 0 0 0 85 3 0 0 20 0 1 0 286694617 116498432 23249 33554432000 4194304 5208918 140736224677152 140736224674904 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8756/statm: 28442 23249 95 248 0 28191 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 186396

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8756
/proc/meminfo: memFree=30688332/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=11.55 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 12643 99230 0 0 101 33 921 100 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8755] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8755/stat : 8755 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286694616 9367552 267 33554432000 4194304 5064252 140736843228944 140736843227856 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8755/statm: 2287 267 226 213 0 72 0
[pid=8756] ppid=8755 vsize=124864 CPUtime=13.68 cores=1,3,5,7
/proc/8756/stat : 8756 (glucose) R 8755 8728 7066 0 -1 4202496 23237 0 0 0 1364 4 0 0 20 0 1 0 286694617 127860736 24491 33554432000 4194304 5208918 140736224677152 140736224675000 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8756/statm: 31216 24491 104 248 0 30965 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 197492

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8770
/proc/meminfo: memFree=30738428/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=34.64 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 17837 158830 0 0 110 35 3182 137 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8769] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8769/stat : 8769 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286696925 9367552 266 33554432000 4194304 5064252 140736031855424 140736031854336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8769/statm: 2287 266 226 213 0 72 0
[pid=8770] ppid=8769 vsize=81560 CPUtime=16.2 cores=1,3,5,7
/proc/8770/stat : 8770 (glucose) R 8769 8728 7066 0 -1 4202496 16446 0 0 0 1615 5 0 0 20 0 1 0 286696926 83517440 16455 33554432000 4194304 5208918 140733366302000 140733366300088 4229460 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8770/statm: 20390 16455 104 248 0 20139 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 154188

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8865
/proc/meminfo: memFree=30800492/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=65860 CPUtime=10.44 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 13342 0 0 0 1042 2 0 0 20 0 1 0 286702621 67440640 14615 33554432000 4194304 5208918 140734241537984 140734241535832 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 16465 14615 105 248 0 16214 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 138488

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8875
/proc/meminfo: memFree=30776496/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8964
/proc/meminfo: memFree=30559472/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=233424 CPUtime=1270.23 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 18430 0 0 0 127012 11 0 0 20 0 1 0 286702621 239026176 50642 33554432000 4194304 5208918 140734241537984 140734241533672 4213216 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 58356 50642 105 248 0 58105 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 306052

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 8964
/proc/meminfo: memFree=30533744/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1330.22 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19399 0 0 0 133009 13 0 0 20 0 1 0 286702621 253530112 57104 33554432000 4194304 5208918 140734241537984 140734241534360 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 57104 105 248 0 61646 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 320216

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 8964
/proc/meminfo: memFree=30512832/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1390.21 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19443 0 0 0 139007 14 0 0 20 0 1 0 286702621 253530112 56592 33554432000 4194304 5208918 140734241537984 140734241534360 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 56592 105 248 0 61646 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 320216

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8964
/proc/meminfo: memFree=30520976/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1450.21 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19487 0 0 0 145006 15 0 0 20 0 1 0 286702621 253530112 55568 33554432000 4194304 5208918 140734241537984 140734241535976 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 55568 105 248 0 61646 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 320216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 8964
/proc/meminfo: memFree=30515352/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1510.19 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19494 0 0 0 151004 15 0 0 20 0 1 0 286702621 253530112 59152 33554432000 4194304 5208918 140734241537984 140734241534360 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 59152 105 248 0 61646 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 320216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8966
/proc/meminfo: memFree=30520512/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1570.18 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19592 0 0 0 157002 16 0 0 20 0 1 0 286702621 253530112 57146 33554432000 4194304 5208918 140734241537984 140734241536072 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 57146 105 248 0 61646 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 320216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8966
/proc/meminfo: memFree=30516244/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1630.17 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 19597 0 0 0 163001 16 0 0 20 0 1 0 286702621 253530112 59706 33554432000 4194304 5208918 140734241537984 140734241534360 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 59706 105 248 0 61646 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 320216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8966
/proc/meminfo: memFree=30527556/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1690.17 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 20287 0 0 0 169000 17 0 0 20 0 1 0 286702621 253530112 58212 33554432000 4194304 5208918 140734241537984 140734241534360 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 58212 105 248 0 61646 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 320216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8966
/proc/meminfo: memFree=30517440/32873844 swapFree=7624/7624
[pid=8728] ppid=8726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8728/stat : 8728 (npSolver-wbo.sh) S 8726 8728 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286693436 9367552 275 33554432000 4194304 5064252 140735765436544 140735765435456 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8728/statm: 2287 275 233 213 0 72 0
[pid=8729] ppid=8728 vsize=54332 CPUtime=91.57 cores=1,3,5,7
/proc/8729/stat : 8729 (npSolver-wbo) S 8728 8728 7066 0 -1 4202496 25102 274855 0 0 119 36 8818 184 20 0 1 0 286693436 55635968 12236 33554432000 4194304 5990268 140737319918688 140737319910128 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8729/statm: 13583 12236 170 439 0 13140 0
[pid=8846] ppid=8729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (satsolver.sh) S 8729 8728 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286702621 9367552 267 33554432000 4194304 5064252 140737190131120 140737190130032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8846/statm: 2287 267 226 213 0 72 0
[pid=8847] ppid=8846 vsize=247588 CPUtime=1708.48 cores=1,3,5,7
/proc/8847/stat : 8847 (glucose) R 8846 8728 7066 0 -1 4202496 20289 0 0 0 170831 17 0 0 20 0 1 0 286702621 253530112 59236 33554432000 4194304 5208918 140734241537984 140734241534360 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8847/statm: 61897 59236 105 248 0 61646 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 320216

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.62
CPU time (s): 1800.1
CPU user time (s): 1797.7
CPU system time (s): 2.39564
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 400356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.7
system time used= 2.39563
maximum resident set size= 276116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321238
page faults= 0
swaps= 0
block input operations= 0
block output operations= 281024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5827
involuntary context switches= 2116

runsolver used 3.11053 second user time and 8.40872 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 13:47:58
IDJOB=3713214
IDBENCH=79170
IDSOLVER=2294
FILE ID=node130/3713214-1338205678
RUNJOBID= node130-1338193034-7083
PBS_JOBID= 14624584
Free space on /tmp= 71456 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--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-3713214-1338205678/watcher-3713214-1338205678 -o /tmp/evaluation-result-3713214-1338205678/solver-3713214-1338205678 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713214-1338205678.wbo 1045296610 HOME HOME

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

MD5SUM BENCH= 4a1855bab5ee86d15b24a1b5f3713388
RANDOM SEED=1045296610

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:        30875252 kB
Buffers:          352992 kB
Cached:           585572 kB
SwapCached:         4508 kB
Active:           964028 kB
Inactive:         196208 kB
Active(anon):     211752 kB
Inactive(anon):     9016 kB
Active(file):     752276 kB
Inactive(file):   187192 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        341544 kB
Mapped:            12640 kB
Shmem:                 8 kB
Slab:             698228 kB
SReclaimable:     140036 kB
SUnreclaim:       558192 kB
KernelStack:        1520 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     359016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71424 MiB
End job on node130 at 2012-05-28 14:17:59