Trace number 3754952

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 (fixed)? (TO) 1800.03 1800.31

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMcf0241dbee717fce31205c3d6c127ed0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark0.159975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints26
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 1337
Min constraint cost 1
Max constraint cost 86
Sum of constraints costs 1336
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.01	c run usual solver
1.96/2.07	o 659
1.96/2.07	c current bound: 329
9.67/9.78	o 310
9.67/9.78	c current bound: 155
18.26/18.36	o 144
18.26/18.36	c current bound: 72
29.56/29.70	o 68
29.56/29.70	c current bound: 34
1719.41/1719.76	c current bound: 51
1800.01/1800.30	./satsolver.sh: line 5:  5957 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.30	c error: unexpected solver exit code
1800.01/1800.30	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-3754952-1339185422/watcher-3754952-1339185422 -o /tmp/evaluation-result-3754952-1339185422/solver-3754952-1339185422 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754952-1339185422.wbo 1757459880 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 5857
/proc/meminfo: memFree=30840672/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0

[startup+0.03088 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 5857
/proc/meminfo: memFree=30840672/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 5857
/proc/meminfo: memFree=30840672/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 5857
/proc/meminfo: memFree=30840672/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 5857
/proc/meminfo: memFree=30840672/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 5864
/proc/meminfo: memFree=30825504/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=2260 CPUtime=0 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 1782 2143 0 0 0 0 0 0 20 0 1 0 384669582 2314240 218 33554432000 4194304 6006132 140737043479568 140737043473760 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5858/statm: 565 218 157 443 0 118 0
[pid=5863] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5863/stat : 5863 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384669585 9367552 266 33554432000 4194304 5064252 140736048525248 140736048524160 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5863/statm: 2287 266 226 213 0 72 0
[pid=5864] ppid=5863 vsize=11996 CPUtime=1.46 cores=0,2,4,6
/proc/5864/stat : 5864 (glucose) R 5863 5857 4391 0 -1 4202496 2783 0 0 0 146 0 0 0 20 0 1 0 384669585 12283904 2487 33554432000 4194304 5208918 140737463248160 140737463246104 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5864/statm: 2999 2487 96 248 0 2748 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 32552

[startup+3.10034 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 5871
/proc/meminfo: memFree=30871624/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=2.07 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2262 7825 0 0 1 0 204 2 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5870] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5870/stat : 5870 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384669791 9367552 267 33554432000 4194304 5064252 140736044855424 140736044854336 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5870/statm: 2287 267 226 213 0 72 0
[pid=5871] ppid=5870 vsize=14208 CPUtime=1 cores=0,2,4,6
/proc/5871/stat : 5871 (glucose) R 5870 5857 4391 0 -1 4202496 3561 0 0 0 100 0 0 0 20 0 1 0 384669791 14548992 3100 33554432000 4194304 5208918 140737242228896 140737242226840 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5871/statm: 3552 3100 96 248 0 3301 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 36908

[startup+6.30033 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 5871
/proc/meminfo: memFree=30823584/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=2.07 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2262 7825 0 0 1 0 204 2 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5870] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5870/stat : 5870 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384669791 9367552 267 33554432000 4194304 5064252 140736044855424 140736044854336 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5870/statm: 2287 267 226 213 0 72 0
[pid=5871] ppid=5870 vsize=19604 CPUtime=4.2 cores=0,2,4,6
/proc/5871/stat : 5871 (glucose) R 5870 5857 4391 0 -1 4202496 5038 0 0 0 420 0 0 0 20 0 1 0 384669791 20074496 4530 33554432000 4194304 5208918 140737242228896 140737242226760 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5871/statm: 4901 4530 96 248 0 4650 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42304

[startup+12.7003 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 5878
/proc/meminfo: memFree=30867876/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=9.77 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2514 15815 0 0 2 0 971 4 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5877] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5877/stat : 5877 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384670561 9367552 267 33554432000 4194304 5064252 140736910153744 140736910152656 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5877/statm: 2287 267 226 213 0 72 0
[pid=5878] ppid=5877 vsize=15128 CPUtime=2.89 cores=0,2,4,6
/proc/5878/stat : 5878 (glucose) R 5877 5857 4391 0 -1 4202496 3617 0 0 0 289 0 0 0 20 0 1 0 384670562 15491072 3284 33554432000 4194304 5208918 140735668174944 140735668172888 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5878/statm: 3782 3284 96 248 0 3531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 37828

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.99 3/183 5885
/proc/meminfo: memFree=30860660/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=18.34 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2652 23689 0 0 2 0 1826 6 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5884] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5884/stat : 5884 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384671419 9367552 267 33554432000 4194304 5064252 140734035122112 140734035121024 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5884/statm: 2287 267 226 213 0 72 0
[pid=5885] ppid=5884 vsize=12432 CPUtime=7.12 cores=0,2,4,6
/proc/5885/stat : 5885 (glucose) R 5884 5857 4391 0 -1 4202496 4051 0 0 0 711 1 0 0 20 0 1 0 384671419 12730368 1619 33554432000 4194304 5208918 140734645042080 140734645040024 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5885/statm: 3108 1619 96 248 0 2857 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35132

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/183 5892
/proc/meminfo: memFree=30792088/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=32116 CPUtime=21.39 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 5738 0 0 0 2137 2 0 0 20 0 1 0 384672552 32886784 7573 33554432000 4194304 5208918 140736603490768 140736603488856 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 8029 7573 104 248 0 7778 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54816

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/183 5893
/proc/meminfo: memFree=30829344/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=50792 CPUtime=72.58 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 6337 0 0 0 7256 2 0 0 20 0 1 0 384672552 52011008 12256 33554432000 4194304 5208918 140736603490768 140736603488712 4229466 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 12698 12256 104 248 0 12447 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 73492

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/183 5893
/proc/meminfo: memFree=30727116/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5942
/proc/meminfo: memFree=30657452/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=135212 CPUtime=1392.37 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 12201 0 0 0 139228 9 0 0 20 0 1 0 384672552 138457088 33361 33554432000 4194304 5208918 140736603490768 140736603488856 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 33803 33361 104 248 0 33552 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 157912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5942
/proc/meminfo: memFree=30649232/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=135212 CPUtime=1452.36 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 12415 0 0 0 145226 10 0 0 20 0 1 0 384672552 138457088 33361 33554432000 4194304 5208918 140736603490768 140736603488856 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 33803 33361 104 248 0 33552 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 157912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5942
/proc/meminfo: memFree=30636664/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=184532 CPUtime=1512.35 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 12843 0 0 0 151224 11 0 0 20 0 1 0 384672552 188960768 41751 33554432000 4194304 5208918 140736603490768 140736603488760 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 46133 41751 104 248 0 45882 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 207232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5942
/proc/meminfo: memFree=30655572/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=135212 CPUtime=1572.35 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 13059 0 0 0 157223 12 0 0 20 0 1 0 384672552 138457088 33361 33554432000 4194304 5208918 140736603490768 140736603488856 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 33803 33361 104 248 0 33552 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 157912

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 5943
/proc/meminfo: memFree=30621892/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=29.69 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2730 31614 0 0 2 1 2957 9 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5891] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5891/stat : 5891 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384672552 9367552 266 33554432000 4194304 5064252 140736076030352 140736076029264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5891/statm: 2287 266 226 213 0 72 0
[pid=5892] ppid=5891 vsize=184532 CPUtime=1632.33 cores=0,2,4,6
/proc/5892/stat : 5892 (glucose) R 5891 5857 4391 0 -1 4202496 13274 0 0 0 163221 12 0 0 20 0 1 0 384672552 188960768 42263 33554432000 4194304 5208918 140736603490768 140736603488760 4229507 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5892/statm: 46133 42263 104 248 0 45882 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 207232

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 5957
/proc/meminfo: memFree=30862876/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=1719.49 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2815 48836 0 0 2 1 171923 23 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5956] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5956/stat : 5956 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384841559 9367552 267 33554432000 4194304 5064252 140736392310048 140736392308960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5956/statm: 2287 267 226 213 0 72 0
[pid=5957] ppid=5956 vsize=22704 CPUtime=2.52 cores=0,2,4,6
/proc/5957/stat : 5957 (glucose) R 5956 5857 4391 0 -1 4202496 3744 0 0 0 252 0 0 0 20 0 1 0 384841559 23248896 4812 33554432000 4194304 5208918 140736551672624 140736551670488 4229692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5957/statm: 5676 4812 104 248 0 5425 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 45404

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6030
/proc/meminfo: memFree=30887376/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=1719.49 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2815 48836 0 0 2 1 171923 23 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5956] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5956/stat : 5956 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384841559 9367552 267 33554432000 4194304 5064252 140736392310048 140736392308960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5956/statm: 2287 267 226 213 0 72 0
[pid=5957] ppid=5956 vsize=47688 CPUtime=62.51 cores=0,2,4,6
/proc/5957/stat : 5957 (glucose) R 5956 5857 4391 0 -1 4202496 6546 0 0 0 6250 1 0 0 20 0 1 0 384841559 48832512 10921 33554432000 4194304 5208918 140736551672624 140736551670488 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5957/statm: 11922 10921 104 248 0 11671 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 70388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6030
/proc/meminfo: memFree=30843140/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=1719.49 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2815 48836 0 0 2 1 171923 23 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5956] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5956/stat : 5956 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384841559 9367552 267 33554432000 4194304 5064252 140736392310048 140736392308960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5956/statm: 2287 267 226 213 0 72 0
[pid=5957] ppid=5956 vsize=47688 CPUtime=80.52 cores=0,2,4,6
/proc/5957/stat : 5957 (glucose) R 5956 5857 4391 0 -1 4202496 6561 0 0 0 8050 2 0 0 20 0 1 0 384841559 48832512 11447 33554432000 4194304 5208918 140736551672624 140736551670488 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5957/statm: 11922 11447 104 248 0 11671 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 70388

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6030
/proc/meminfo: memFree=30843140/32873648 swapFree=7124/7124
[pid=5857] ppid=5855 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5857/stat : 5857 (npSolver-wbo.sh) S 5855 5857 4391 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384669582 9367552 274 33554432000 4194304 5064252 140736062496032 140736062494944 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5857/statm: 2287 274 233 213 0 72 0
[pid=5858] ppid=5857 vsize=4404 CPUtime=1719.49 cores=0,2,4,6
/proc/5858/stat : 5858 (npSolver-wbo) S 5857 5857 4391 0 -1 4202496 2815 48836 0 0 2 1 171923 23 20 0 1 0 384669582 4509696 628 33554432000 4194304 6006132 140737043479568 140737043470976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5858/statm: 1101 628 166 443 0 654 0
[pid=5956] ppid=5858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5956/stat : 5956 (satsolver.sh) S 5858 5857 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384841559 9367552 267 33554432000 4194304 5064252 140736392310048 140736392308960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5956/statm: 2287 267 226 213 0 72 0
[pid=5957] ppid=5956 vsize=47688 CPUtime=80.52 cores=0,2,4,6
/proc/5957/stat : 5957 (glucose) R 5956 5857 4391 0 -1 4202496 6561 0 0 0 8050 2 0 0 20 0 1 0 384841559 48832512 11447 33554432000 4194304 5208918 140736551672624 140736551670488 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5957/statm: 11922 11447 104 248 0 11671 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 70388

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.77
CPU system time (s): 0.264959
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 207232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.264959
maximum resident set size= 175064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131
involuntary context switches= 1957

runsolver used 6.13207 second user time and 13.296 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 21:57:02
IDJOB=3754952
IDBENCH=78684
IDSOLVER=2339
FILE ID=node114/3754952-1339185422
RUNJOBID= node114-1339183583-5549
PBS_JOBID= 14643836
Free space on /tmp= 70220 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754952-1339185422/watcher-3754952-1339185422 -o /tmp/evaluation-result-3754952-1339185422/solver-3754952-1339185422 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754952-1339185422.wbo 1757459880 HOME HOME

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

MD5SUM BENCH= cf0241dbee717fce31205c3d6c127ed0
RANDOM SEED=1757459880

node114.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.242
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	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:        30840564 kB
Buffers:          494212 kB
Cached:           462556 kB
SwapCached:         2508 kB
Active:           801784 kB
Inactive:         259552 kB
Active(anon):     102808 kB
Inactive(anon):     4072 kB
Active(file):     698976 kB
Inactive(file):   255480 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099560 kB
Dirty:              8652 kB
Writeback:             4 kB
AnonPages:        130632 kB
Mapped:            10288 kB
Shmem:                 0 kB
Slab:             812720 kB
SReclaimable:     256340 kB
SUnreclaim:       556380 kB
KernelStack:        1512 kB
PageTables:         4212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     255592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 70212 MiB
End job on node114 at 2012-06-08 22:27:03